From 1d548bd4f11c4edef5be4472cf297e32c157f503 Mon Sep 17 00:00:00 2001 From: Sophia Date: Thu, 7 Sep 2023 10:07:19 -0400 Subject: [PATCH] Release update types and genesis hash (#55) * chore: update chain lookup * chore: update genesis hash and types --------- Co-authored-by: Filippo Fontana --- chains/development-embrio.yaml | 2 +- chains/development.yaml | 4 +- src/api-interfaces/lookup.ts | 3419 ++++++++++++++++++++------------ src/helpers/types.ts | 2 + 4 files changed, 2154 insertions(+), 1273 deletions(-) diff --git a/chains/development-embrio.yaml b/chains/development-embrio.yaml index abaa9e4a..5ea968f4 100644 --- a/chains/development-embrio.yaml +++ b/chains/development-embrio.yaml @@ -2,6 +2,6 @@ name: 'centrifuge-subql' repository: 'https://github.com/embrio-tech/centrifuge-subql' network: endpoint: wss://fullnode.development.cntrfg.com - genesisHash: '0x807325c90ec00b4342988b3793c4c6f9543d697be67ee8a7460cd088b33182da' + genesisHash: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed' chaintypes: file: ./dist/chaintypes.js diff --git a/chains/development.yaml b/chains/development.yaml index 70cc1d25..8d0bb419 100644 --- a/chains/development.yaml +++ b/chains/development.yaml @@ -1,6 +1,6 @@ name: 'pools-development' #CHANGE ME BASED ON SUBQL DEPLOYMENT network: endpoint: wss://fullnode.development.cntrfg.com - genesisHash: '0x807325c90ec00b4342988b3793c4c6f9543d697be67ee8a7460cd088b33182da' + genesisHash: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed' chaintypes: - file: ./dist/chaintypes.js \ No newline at end of file + file: ./dist/chaintypes.js diff --git a/src/api-interfaces/lookup.ts b/src/api-interfaces/lookup.ts index 51aaceee..70b04c52 100644 --- a/src/api-interfaces/lookup.ts +++ b/src/api-interfaces/lookup.ts @@ -12,7 +12,7 @@ export default { consumers: 'u32', providers: 'u32', sufficients: 'u32', - data: 'PalletBalancesAccountData' + data: 'PalletBalancesAccountData', }, /** * Lookup5: pallet_balances::AccountData @@ -21,7 +21,7 @@ export default { free: 'u128', reserved: 'u128', miscFrozen: 'u128', - feeFrozen: 'u128' + feeFrozen: 'u128', }, /** * Lookup7: frame_support::dispatch::PerDispatchClass @@ -29,20 +29,20 @@ export default { FrameSupportDispatchPerDispatchClassWeight: { normal: 'SpWeightsWeightV2Weight', operational: 'SpWeightsWeightV2Weight', - mandatory: 'SpWeightsWeightV2Weight' + mandatory: 'SpWeightsWeightV2Weight', }, /** * Lookup8: sp_weights::weight_v2::Weight **/ SpWeightsWeightV2Weight: { refTime: 'Compact', - proofSize: 'Compact' + proofSize: 'Compact', }, /** * Lookup13: sp_runtime::generic::digest::Digest **/ SpRuntimeDigest: { - logs: 'Vec' + logs: 'Vec', }, /** * Lookup15: sp_runtime::generic::digest::DigestItem @@ -57,8 +57,8 @@ export default { Seal: '([u8;4],Bytes)', PreRuntime: '([u8;4],Bytes)', __Unused7: 'Null', - RuntimeEnvironmentUpdated: 'Null' - } + RuntimeEnvironmentUpdated: 'Null', + }, }, /** * Lookup18: frame_system::EventRecord @@ -66,7 +66,7 @@ export default { FrameSystemEventRecord: { phase: 'FrameSystemPhase', event: 'Event', - topics: 'Vec' + topics: 'Vec', }, /** * Lookup20: frame_system::pallet::Event @@ -92,9 +92,9 @@ export default { hash_: 'hash', }, sender: 'AccountId32', - hash_: 'H256' - } - } + hash_: 'H256', + }, + }, }, /** * Lookup21: frame_support::dispatch::DispatchInfo @@ -102,19 +102,19 @@ export default { FrameSupportDispatchDispatchInfo: { weight: 'SpWeightsWeightV2Weight', class: 'FrameSupportDispatchDispatchClass', - paysFee: 'FrameSupportDispatchPays' + paysFee: 'FrameSupportDispatchPays', }, /** * Lookup22: frame_support::dispatch::DispatchClass **/ FrameSupportDispatchDispatchClass: { - _enum: ['Normal', 'Operational', 'Mandatory'] + _enum: ['Normal', 'Operational', 'Mandatory'], }, /** * Lookup23: frame_support::dispatch::Pays **/ FrameSupportDispatchPays: { - _enum: ['Yes', 'No'] + _enum: ['Yes', 'No'], }, /** * Lookup24: sp_runtime::DispatchError @@ -133,33 +133,33 @@ export default { Transactional: 'SpRuntimeTransactionalError', Exhausted: 'Null', Corruption: 'Null', - Unavailable: 'Null' - } + Unavailable: 'Null', + }, }, /** * Lookup25: sp_runtime::ModuleError **/ SpRuntimeModuleError: { index: 'u8', - error: '[u8;4]' + error: '[u8;4]', }, /** * Lookup26: sp_runtime::TokenError **/ SpRuntimeTokenError: { - _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported'] + _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported'], }, /** * Lookup27: sp_arithmetic::ArithmeticError **/ SpArithmeticArithmeticError: { - _enum: ['Underflow', 'Overflow', 'DivisionByZero'] + _enum: ['Underflow', 'Overflow', 'DivisionByZero'], }, /** * Lookup28: sp_runtime::TransactionalError **/ SpRuntimeTransactionalError: { - _enum: ['LimitReached', 'NoLayer'] + _enum: ['LimitReached', 'NoLayer'], }, /** * Lookup29: cumulus_pallet_parachain_system::pallet::Event @@ -182,9 +182,9 @@ export default { dmqHead: 'H256', }, UpwardMessageSent: { - messageHash: 'Option<[u8;32]>' - } - } + messageHash: 'Option<[u8;32]>', + }, + }, }, /** * Lookup31: pallet_balances::pallet::Event @@ -233,15 +233,15 @@ export default { }, Slashed: { who: 'AccountId32', - amount: 'u128' - } - } + amount: 'u128', + }, + }, }, /** * Lookup32: frame_support::traits::tokens::misc::BalanceStatus **/ FrameSupportTokensMiscBalanceStatus: { - _enum: ['Free', 'Reserved'] + _enum: ['Free', 'Reserved'], }, /** * Lookup33: pallet_transaction_payment::pallet::Event @@ -251,9 +251,9 @@ export default { TransactionFeePaid: { who: 'AccountId32', actualFee: 'u128', - tip: 'u128' - } - } + tip: 'u128', + }, + }, }, /** * Lookup34: pallet_collator_selection::pallet::Event @@ -274,9 +274,9 @@ export default { deposit: 'u128', }, CandidateRemoved: { - accountId: 'AccountId32' - } - } + accountId: 'AccountId32', + }, + }, }, /** * Lookup36: pallet_session::pallet::Event @@ -284,9 +284,9 @@ export default { PalletSessionEvent: { _enum: { NewSession: { - sessionIndex: 'u32' - } - } + sessionIndex: 'u32', + }, + }, }, /** * Lookup37: pallet_multisig::pallet::Event @@ -315,16 +315,16 @@ export default { cancelling: 'AccountId32', timepoint: 'PalletMultisigTimepoint', multisig: 'AccountId32', - callHash: '[u8;32]' - } - } + callHash: '[u8;32]', + }, + }, }, /** * Lookup38: pallet_multisig::Timepoint **/ PalletMultisigTimepoint: { height: 'u32', - index: 'u32' + index: 'u32', }, /** * Lookup41: pallet_proxy::pallet::Event @@ -355,15 +355,28 @@ export default { delegator: 'AccountId32', delegatee: 'AccountId32', proxyType: 'DevelopmentRuntimeProxyType', - delay: 'u32' - } - } + delay: 'u32', + }, + }, }, /** * Lookup42: development_runtime::ProxyType **/ DevelopmentRuntimeProxyType: { - _enum: ['Any', 'NonTransfer', 'Governance', '_Staking', 'NonProxy', 'Borrow', 'Invest', 'ProxyManagement', 'KeystoreManagement', 'PodOperation', 'PodAuth', 'PermissionManagement'] + _enum: [ + 'Any', + 'NonTransfer', + 'Governance', + '_Staking', + 'NonProxy', + 'Borrow', + 'Invest', + 'ProxyManagement', + 'KeystoreManagement', + 'PodOperation', + 'PodAuth', + 'PermissionManagement', + ], }, /** * Lookup44: pallet_utility::pallet::Event @@ -381,9 +394,9 @@ export default { error: 'SpRuntimeDispatchError', }, DispatchedAs: { - result: 'Result' - } - } + result: 'Result', + }, + }, }, /** * Lookup45: pallet_scheduler::pallet::Event @@ -413,9 +426,9 @@ export default { }, PermanentlyOverweight: { task: '(u32,u32)', - id: 'Option<[u8;32]>' - } - } + id: 'Option<[u8;32]>', + }, + }, }, /** * Lookup47: pallet_collective::pallet::Event @@ -452,9 +465,9 @@ export default { Closed: { proposalHash: 'H256', yes: 'u32', - no: 'u32' - } - } + no: 'u32', + }, + }, }, /** * Lookup49: pallet_elections_phragmen::pallet::Event @@ -478,9 +491,9 @@ export default { }, SeatHolderSlashed: { seatHolder: 'AccountId32', - amount: 'u128' - } - } + amount: 'u128', + }, + }, }, /** * Lookup52: pallet_democracy::pallet::Event @@ -534,15 +547,15 @@ export default { propIndex: 'u32', }, ProposalCanceled: { - propIndex: 'u32' - } - } + propIndex: 'u32', + }, + }, }, /** * Lookup53: pallet_democracy::vote_threshold::VoteThreshold **/ PalletDemocracyVoteThreshold: { - _enum: ['SuperMajorityApprove', 'SuperMajorityAgainst', 'SimpleMajority'] + _enum: ['SuperMajorityApprove', 'SuperMajorityAgainst', 'SimpleMajority'], }, /** * Lookup54: pallet_democracy::vote::AccountVote @@ -555,9 +568,9 @@ export default { }, Split: { aye: 'u128', - nay: 'u128' - } - } + nay: 'u128', + }, + }, }, /** * Lookup56: pallet_identity::pallet::Event @@ -603,9 +616,9 @@ export default { SubIdentityRevoked: { sub: 'AccountId32', main: 'AccountId32', - deposit: 'u128' - } - } + deposit: 'u128', + }, + }, }, /** * Lookup57: pallet_vesting::pallet::Event @@ -617,9 +630,9 @@ export default { unvested: 'u128', }, VestingCompleted: { - account: 'AccountId32' - } - } + account: 'AccountId32', + }, + }, }, /** * Lookup58: pallet_treasury::pallet::Event @@ -657,9 +670,9 @@ export default { }, UpdatedInactive: { reactivated: 'u128', - deactivated: 'u128' - } - } + deactivated: 'u128', + }, + }, }, /** * Lookup59: pallet_uniques::pallet::Event @@ -789,9 +802,9 @@ export default { item: 'u128', price: 'u128', seller: 'AccountId32', - buyer: 'AccountId32' - } - } + buyer: 'AccountId32', + }, + }, }, /** * Lookup66: pallet_preimage::pallet::Event @@ -814,9 +827,9 @@ export default { _alias: { hash_: 'hash', }, - hash_: 'H256' - } - } + hash_: 'H256', + }, + }, }, /** * Lookup67: pallet_fees::pallet::Event @@ -837,15 +850,22 @@ export default { }, FeeToTreasury: { from: 'AccountId32', - balance: 'u128' - } - } + balance: 'u128', + }, + }, }, /** * Lookup68: cfg_types::fee_keys::FeeKey **/ CfgTypesFeeKeysFeeKey: { - _enum: ['AnchorsCommit', 'AnchorsPreCommit', 'BridgeNativeTransfer', 'NftProofValidation', 'AllowanceCreation'] + _enum: [ + 'AnchorsCommit', + 'AnchorsPreCommit', + 'BridgeNativeTransfer', + 'NftProofValidation', + 'AllowanceCreation', + 'OrderBookOrderCreation', + ], }, /** * Lookup69: pallet_claims::pallet::Event @@ -857,9 +877,9 @@ export default { amount: 'u128', }, RootHashStored: { - rootHash: 'H256' - } - } + rootHash: 'H256', + }, + }, }, /** * Lookup70: pallet_crowdloan_claim::pallet::Event @@ -872,8 +892,8 @@ export default { ContributionsRootUpdated: 'H256', CrowdloanTrieIndexUpdated: 'u32', LeaseStartUpdated: 'u32', - LeasePeriodUpdated: 'u32' - } + LeasePeriodUpdated: 'u32', + }, }, /** * Lookup71: pallet_crowdloan_reward::pallet::Event @@ -884,8 +904,8 @@ export default { RewardPalletInitialized: '(u32,u32,Perbill)', DirectPayoutRatioUpdated: 'Perbill', VestingPeriodUpdated: 'u32', - VestingStartUpdated: 'u32' - } + VestingStartUpdated: 'u32', + }, }, /** * Lookup73: pallet_pool_system::pallet::Event @@ -928,9 +948,9 @@ export default { ProposedChange: { poolId: 'u64', changeId: 'H256', - change: 'RuntimeCommonChangesFastRuntimeChange' - } - } + change: 'RuntimeCommonChangesFastRuntimeChange', + }, + }, }, /** * Lookup74: pallet_pool_system::solution::EpochSolution @@ -938,8 +958,8 @@ export default { PalletPoolSystemSolutionEpochSolution: { _enum: { Healthy: 'PalletPoolSystemSolutionHealthySolution', - Unhealthy: 'PalletPoolSystemSolutionUnhealthySolution' - } + Unhealthy: 'PalletPoolSystemSolutionUnhealthySolution', + }, }, /** * Lookup75: development_runtime::MaxTranches @@ -950,14 +970,14 @@ export default { **/ PalletPoolSystemSolutionHealthySolution: { solution: 'Vec', - score: 'u128' + score: 'u128', }, /** * Lookup78: pallet_pool_system::tranches::TrancheSolution **/ PalletPoolSystemTranchesTrancheSolution: { investFulfillment: 'Perquintill', - redeemFulfillment: 'Perquintill' + redeemFulfillment: 'Perquintill', }, /** * Lookup81: pallet_pool_system::solution::UnhealthySolution @@ -966,13 +986,13 @@ export default { state: 'Vec', solution: 'Vec', riskBufferImprovementScores: 'Option>', - reserveImprovementScore: 'Option' + reserveImprovementScore: 'Option', }, /** * Lookup83: pallet_pool_system::solution::UnhealthyState **/ PalletPoolSystemSolutionUnhealthyState: { - _enum: ['MaxReserveViolated', 'MinRiskBufferViolated'] + _enum: ['MaxReserveViolated', 'MinRiskBufferViolated'], }, /** * Lookup89: pallet_pool_system::pool_types::PoolEssence @@ -982,7 +1002,7 @@ export default { maxReserve: 'u128', maxNavAge: 'u64', minEpochTime: 'u64', - tranches: 'Vec' + tranches: 'Vec', }, /** * Lookup90: cfg_types::tokens::CurrencyId @@ -994,21 +1014,21 @@ export default { __Unused2: 'Null', AUSD: 'Null', ForeignAsset: 'u32', - Staking: 'CfgTypesTokensStakingCurrency' - } + Staking: 'CfgTypesTokensStakingCurrency', + }, }, /** * Lookup92: cfg_types::tokens::StakingCurrency **/ CfgTypesTokensStakingCurrency: { - _enum: ['BlockRewards'] + _enum: ['BlockRewards'], }, /** * Lookup93: cfg_types::tokens::TrancheCurrency **/ CfgTypesTokensTrancheCurrency: { poolId: 'u64', - trancheId: '[u8;16]' + trancheId: '[u8;16]', }, /** * Lookup95: cfg_types::consts::pools::MaxTrancheNameLengthBytes @@ -1024,7 +1044,7 @@ export default { PalletPoolSystemTranchesTrancheEssence: { currency: 'CfgTypesTokensTrancheCurrency', ty: 'PalletPoolSystemTranchesTrancheType', - metadata: 'CfgTypesPoolsTrancheMetadata' + metadata: 'CfgTypesPoolsTrancheMetadata', }, /** * Lookup99: pallet_pool_system::tranches::TrancheType @@ -1034,16 +1054,16 @@ export default { Residual: 'Null', NonResidual: { interestRatePerSec: 'u128', - minRiskBuffer: 'Perquintill' - } - } + minRiskBuffer: 'Perquintill', + }, + }, }, /** * Lookup100: cfg_types::pools::TrancheMetadata **/ CfgTypesPoolsTrancheMetadata: { tokenName: 'Bytes', - tokenSymbol: 'Bytes' + tokenSymbol: 'Bytes', }, /** * Lookup103: runtime_common::changes::fast::RuntimeChange @@ -1058,8 +1078,8 @@ export default { **/ RuntimeCommonChangesRuntimeChange: { _enum: { - Loan: 'PalletLoansChange' - } + Loan: 'PalletLoansChange', + }, }, /** * Lookup106: pallet_loans::types::Change @@ -1067,8 +1087,8 @@ export default { PalletLoansChange: { _enum: { Loan: '(u64,PalletLoansLoanMutation)', - Policy: 'Vec' - } + Policy: 'Vec', + }, }, /** * Lookup107: development_runtime::MaxWriteOffPolicySize @@ -1084,8 +1104,8 @@ export default { InterestRate: 'CfgTraitsInterestInterestRate', InterestPayments: 'PalletLoansInterestPayments', PayDownSchedule: 'PalletLoansPayDownSchedule', - Internal: 'PalletLoansInternalMutation' - } + Internal: 'PalletLoansInternalMutation', + }, }, /** * Lookup109: pallet_loans::types::Maturity @@ -1094,9 +1114,9 @@ export default { _enum: { Fixed: { date: 'u64', - extension: 'u64' - } - } + extension: 'u64', + }, + }, }, /** * Lookup110: cfg_traits::interest::InterestRate @@ -1105,27 +1125,27 @@ export default { _enum: { Fixed: { ratePerYear: 'u128', - compounding: 'CfgTraitsInterestCompoundingSchedule' - } - } + compounding: 'CfgTraitsInterestCompoundingSchedule', + }, + }, }, /** * Lookup111: cfg_traits::interest::CompoundingSchedule **/ CfgTraitsInterestCompoundingSchedule: { - _enum: ['Secondly'] + _enum: ['Secondly'], }, /** * Lookup112: pallet_loans::types::InterestPayments **/ PalletLoansInterestPayments: { - _enum: ['None'] + _enum: ['None'], }, /** * Lookup113: pallet_loans::types::PayDownSchedule **/ PalletLoansPayDownSchedule: { - _enum: ['None'] + _enum: ['None'], }, /** * Lookup114: pallet_loans::types::InternalMutation @@ -1135,8 +1155,8 @@ export default { ValuationMethod: 'PalletLoansValuationValuationMethod', ProbabilityOfDefault: 'u128', LossGivenDefault: 'u128', - DiscountRate: 'CfgTraitsInterestInterestRate' - } + DiscountRate: 'CfgTraitsInterestInterestRate', + }, }, /** * Lookup115: pallet_loans::types::valuation::ValuationMethod @@ -1144,8 +1164,8 @@ export default { PalletLoansValuationValuationMethod: { _enum: { DiscountedCashFlow: 'PalletLoansValuationDiscountedCashFlow', - OutstandingDebt: 'Null' - } + OutstandingDebt: 'Null', + }, }, /** * Lookup116: pallet_loans::types::valuation::DiscountedCashFlow @@ -1153,14 +1173,14 @@ export default { PalletLoansValuationDiscountedCashFlow: { probabilityOfDefault: 'u128', lossGivenDefault: 'u128', - discountRate: 'CfgTraitsInterestInterestRate' + discountRate: 'CfgTraitsInterestInterestRate', }, /** * Lookup118: pallet_loans::types::policy::WriteOffRule **/ PalletLoansPolicyWriteOffRule: { triggers: 'BTreeSet', - status: 'PalletLoansPolicyWriteOffStatus' + status: 'PalletLoansPolicyWriteOffStatus', }, /** * Lookup120: pallet_loans::types::policy::UniqueWriteOffTrigger @@ -1172,15 +1192,15 @@ export default { PalletLoansPolicyWriteOffTrigger: { _enum: { PrincipalOverdue: 'u64', - PriceOutdated: 'u64' - } + PriceOutdated: 'u64', + }, }, /** * Lookup124: pallet_loans::types::policy::WriteOffStatus **/ PalletLoansPolicyWriteOffStatus: { percentage: 'u128', - penalty: 'u128' + penalty: 'u128', }, /** * Lookup126: pallet_loans::pallet::Event @@ -1224,9 +1244,9 @@ export default { }, WriteOffPolicyUpdated: { poolId: 'u64', - policy: 'Vec' - } - } + policy: 'Vec', + }, + }, }, /** * Lookup127: pallet_loans::entities::loans::LoanInfo @@ -1236,7 +1256,7 @@ export default { collateral: '(u64,u128)', interestRate: 'CfgTraitsInterestInterestRate', pricing: 'PalletLoansEntitiesPricing', - restrictions: 'PalletLoansLoanRestrictions' + restrictions: 'PalletLoansLoanRestrictions', }, /** * Lookup128: pallet_loans::types::RepaymentSchedule @@ -1244,7 +1264,7 @@ export default { PalletLoansRepaymentSchedule: { maturity: 'PalletLoansMaturity', interestPayments: 'PalletLoansInterestPayments', - payDownSchedule: 'PalletLoansPayDownSchedule' + payDownSchedule: 'PalletLoansPayDownSchedule', }, /** * Lookup130: pallet_loans::entities::pricing::Pricing @@ -1252,8 +1272,8 @@ export default { PalletLoansEntitiesPricing: { _enum: { Internal: 'PalletLoansEntitiesPricingInternalInternalPricing', - External: 'PalletLoansEntitiesPricingExternalExternalPricing' - } + External: 'PalletLoansEntitiesPricingExternalExternalPricing', + }, }, /** * Lookup131: pallet_loans::entities::pricing::internal::InternalPricing @@ -1261,7 +1281,7 @@ export default { PalletLoansEntitiesPricingInternalInternalPricing: { collateralValue: 'u128', valuationMethod: 'PalletLoansValuationValuationMethod', - maxBorrowAmount: 'PalletLoansEntitiesPricingInternalMaxBorrowAmount' + maxBorrowAmount: 'PalletLoansEntitiesPricingInternalMaxBorrowAmount', }, /** * Lookup132: pallet_loans::entities::pricing::internal::MaxBorrowAmount @@ -1272,9 +1292,9 @@ export default { advanceRate: 'u128', }, UpToOutstandingDebt: { - advanceRate: 'u128' - } - } + advanceRate: 'u128', + }, + }, }, /** * Lookup133: pallet_loans::entities::pricing::external::ExternalPricing @@ -1282,15 +1302,16 @@ export default { PalletLoansEntitiesPricingExternalExternalPricing: { priceId: 'CfgTypesOraclesOracleKey', maxBorrowAmount: 'PalletLoansEntitiesPricingExternalMaxBorrowAmount', - notional: 'u128' + notional: 'u128', + maxPriceVariation: 'u128', }, /** * Lookup134: cfg_types::oracles::OracleKey **/ CfgTypesOraclesOracleKey: { _enum: { - Isin: '[u8;12]' - } + Isin: '[u8;12]', + }, }, /** * Lookup136: pallet_loans::entities::pricing::external::MaxBorrowAmount @@ -1298,60 +1319,60 @@ export default { PalletLoansEntitiesPricingExternalMaxBorrowAmount: { _enum: { NoLimit: 'Null', - Quantity: 'u128' - } + Quantity: 'u128', + }, }, /** - * Lookup137: pallet_loans::types::LoanRestrictions + * Lookup138: pallet_loans::types::LoanRestrictions **/ PalletLoansLoanRestrictions: { borrows: 'PalletLoansBorrowRestrictions', - repayments: 'PalletLoansRepayRestrictions' + repayments: 'PalletLoansRepayRestrictions', }, /** - * Lookup138: pallet_loans::types::BorrowRestrictions + * Lookup139: pallet_loans::types::BorrowRestrictions **/ PalletLoansBorrowRestrictions: { - _enum: ['NotWrittenOff', 'FullOnce'] + _enum: ['NotWrittenOff', 'FullOnce', 'OraclePriceRequired'], }, /** - * Lookup139: pallet_loans::types::RepayRestrictions + * Lookup140: pallet_loans::types::RepayRestrictions **/ PalletLoansRepayRestrictions: { - _enum: ['None', 'Full'] + _enum: ['None', 'Full'], }, /** - * Lookup140: pallet_loans::entities::pricing::PricingAmount + * Lookup141: pallet_loans::entities::pricing::PricingAmount **/ PalletLoansEntitiesPricingPricingAmount: { _enum: { Internal: 'u128', - External: 'PalletLoansEntitiesPricingExternalExternalAmount' - } + External: 'PalletLoansEntitiesPricingExternalExternalAmount', + }, }, /** - * Lookup141: pallet_loans::entities::pricing::external::ExternalAmount + * Lookup142: pallet_loans::entities::pricing::external::ExternalAmount **/ PalletLoansEntitiesPricingExternalExternalAmount: { quantity: 'u128', - settlementPrice: 'u128' + settlementPrice: 'u128', }, /** - * Lookup142: pallet_loans::entities::pricing::RepaidPricingAmount + * Lookup143: pallet_loans::entities::pricing::RepaidPricingAmount **/ PalletLoansEntitiesPricingRepaidPricingAmount: { principal: 'PalletLoansEntitiesPricingPricingAmount', interest: 'u128', - unscheduled: 'u128' + unscheduled: 'u128', }, /** - * Lookup143: pallet_loans::types::portfolio::PortfolioValuationUpdateType + * Lookup144: pallet_loans::types::portfolio::PortfolioValuationUpdateType **/ PalletLoansPortfolioPortfolioValuationUpdateType: { - _enum: ['Exact', 'Inexact'] + _enum: ['Exact', 'Inexact'], }, /** - * Lookup144: pallet_permissions::pallet::Event + * Lookup145: pallet_permissions::pallet::Event **/ PalletPermissionsEvent: { _enum: { @@ -1367,30 +1388,30 @@ export default { }, Purged: { from: 'AccountId32', - scope: 'CfgTypesPermissionsPermissionScope' - } - } + scope: 'CfgTypesPermissionsPermissionScope', + }, + }, }, /** - * Lookup145: cfg_types::permissions::PermissionScope + * Lookup146: cfg_types::permissions::PermissionScope **/ CfgTypesPermissionsPermissionScope: { _enum: { Pool: 'u64', - Currency: 'CfgTypesTokensCurrencyId' - } + Currency: 'CfgTypesTokensCurrencyId', + }, }, /** - * Lookup146: cfg_types::permissions::Role + * Lookup147: cfg_types::permissions::Role **/ CfgTypesPermissionsRole: { _enum: { PoolRole: 'CfgTypesPermissionsPoolRole', - PermissionedCurrencyRole: 'CfgTypesPermissionsPermissionedCurrencyRole' - } + PermissionedCurrencyRole: 'CfgTypesPermissionsPermissionedCurrencyRole', + }, }, /** - * Lookup147: cfg_types::permissions::PoolRole + * Lookup148: cfg_types::permissions::PoolRole **/ CfgTypesPermissionsPoolRole: { _enum: { @@ -1401,21 +1422,21 @@ export default { InvestorAdmin: 'Null', LoanAdmin: 'Null', TrancheInvestor: '([u8;16],u64)', - PODReadAccess: 'Null' - } + PODReadAccess: 'Null', + }, }, /** - * Lookup148: cfg_types::permissions::PermissionedCurrencyRole + * Lookup149: cfg_types::permissions::PermissionedCurrencyRole **/ CfgTypesPermissionsPermissionedCurrencyRole: { _enum: { Holder: 'u64', Manager: 'Null', - Issuer: 'Null' - } + Issuer: 'Null', + }, }, /** - * Lookup149: pallet_collator_allowlist::pallet::Event + * Lookup150: pallet_collator_allowlist::pallet::Event **/ PalletCollatorAllowlistEvent: { _enum: { @@ -1423,12 +1444,12 @@ export default { collatorId: 'AccountId32', }, CollatorRemoved: { - collatorId: 'AccountId32' - } - } + collatorId: 'AccountId32', + }, + }, }, /** - * Lookup150: pallet_restricted_tokens::pallet::Event + * Lookup151: pallet_restricted_tokens::pallet::Event **/ PalletRestrictedTokensEvent: { _enum: { @@ -1442,12 +1463,12 @@ export default { currencyId: 'CfgTypesTokensCurrencyId', who: 'AccountId32', free: 'u128', - reserved: 'u128' - } - } + reserved: 'u128', + }, + }, }, /** - * Lookup151: pallet_nft_sales::pallet::Event + * Lookup152: pallet_nft_sales::pallet::Event **/ PalletNftSalesEvent: { _enum: { @@ -1464,46 +1485,46 @@ export default { classId: 'u64', instanceId: 'u128', sale: 'PalletNftSalesSale', - buyer: 'AccountId32' - } - } + buyer: 'AccountId32', + }, + }, }, /** - * Lookup152: pallet_nft_sales::Sale + * Lookup153: pallet_nft_sales::Sale **/ PalletNftSalesSale: { seller: 'AccountId32', - price: 'PalletNftSalesPrice' + price: 'PalletNftSalesPrice', }, /** - * Lookup153: pallet_nft_sales::Price + * Lookup154: pallet_nft_sales::Price **/ PalletNftSalesPrice: { currency: 'CfgTypesTokensCurrencyId', - amount: 'u128' + amount: 'u128', }, /** - * Lookup154: pallet_bridge::pallet::Event + * Lookup155: pallet_bridge::pallet::Event **/ PalletBridgeEvent: { _enum: { - Remark: '(H256,[u8;32])' - } + Remark: '(H256,[u8;32])', + }, }, /** - * Lookup155: pallet_interest_accrual::pallet::Event + * Lookup156: pallet_interest_accrual::pallet::Event **/ PalletInterestAccrualEvent: 'Null', /** - * Lookup156: pallet_nft::pallet::Event + * Lookup157: pallet_nft::pallet::Event **/ PalletNftEvent: { _enum: { - DepositAsset: 'H256' - } + DepositAsset: 'H256', + }, }, /** - * Lookup157: pallet_keystore::pallet::Event + * Lookup158: pallet_keystore::pallet::Event **/ PalletKeystoreEvent: { _enum: { @@ -1519,24 +1540,24 @@ export default { blockNumber: 'u32', }, DepositSet: { - newDeposit: 'u128' - } - } + newDeposit: 'u128', + }, + }, }, /** - * Lookup158: pallet_keystore::KeyPurpose + * Lookup159: pallet_keystore::KeyPurpose **/ PalletKeystoreKeyPurpose: { - _enum: ['P2PDiscovery', 'P2PDocumentSigning'] + _enum: ['P2PDiscovery', 'P2PDocumentSigning'], }, /** - * Lookup159: pallet_keystore::KeyType + * Lookup160: pallet_keystore::KeyType **/ PalletKeystoreKeyType: { - _enum: ['ECDSA', 'EDDSA'] + _enum: ['ECDSA', 'EDDSA'], }, /** - * Lookup160: pallet_investments::pallet::Event + * Lookup161: pallet_investments::pallet::Event **/ PalletInvestmentsEvent: { _enum: { @@ -1600,45 +1621,45 @@ export default { }, RedeemCollectedForNonClearedOrderId: { who: 'AccountId32', - investmentId: 'CfgTypesTokensTrancheCurrency' - } - } + investmentId: 'CfgTypesTokensTrancheCurrency', + }, + }, }, /** - * Lookup162: pallet_investments::InvestCollection + * Lookup163: pallet_investments::InvestCollection **/ PalletInvestmentsInvestCollection: { payoutInvestmentInvest: 'u128', - remainingInvestmentInvest: 'u128' + remainingInvestmentInvest: 'u128', }, /** - * Lookup163: pallet_investments::CollectOutcome + * Lookup164: pallet_investments::CollectOutcome **/ PalletInvestmentsCollectOutcome: { - _enum: ['FullyCollected', 'PartiallyCollected'] + _enum: ['FullyCollected', 'PartiallyCollected'], }, /** - * Lookup164: pallet_investments::RedeemCollection + * Lookup165: pallet_investments::RedeemCollection **/ PalletInvestmentsRedeemCollection: { payoutInvestmentRedeem: 'u128', - remainingInvestmentRedeem: 'u128' + remainingInvestmentRedeem: 'u128', }, /** - * Lookup165: cfg_types::orders::FulfillmentWithPrice + * Lookup166: cfg_types::orders::FulfillmentWithPrice **/ CfgTypesOrdersFulfillmentWithPrice: { ofAmount: 'Perquintill', - price: 'u128' + price: 'u128', }, /** - * Lookup166: cfg_types::orders::TotalOrder + * Lookup167: cfg_types::orders::TotalOrder **/ CfgTypesOrdersTotalOrder: { - amount: 'u128' + amount: 'u128', }, /** - * Lookup167: pallet_rewards::pallet::Event + * Lookup168: pallet_rewards::pallet::Event **/ PalletRewardsEvent: { _enum: { @@ -1667,54 +1688,54 @@ export default { CurrencyAttached: { currencyId: 'CfgTypesTokensCurrencyId', from: 'Option', - to: 'u32' - } - } + to: 'u32', + }, + }, }, /** - * Lookup169: pallet_liquidity_rewards::pallet::Event + * Lookup170: pallet_liquidity_rewards::pallet::Event **/ PalletLiquidityRewardsEvent: { _enum: { NewEpoch: { endsOn: 'u64', reward: 'u128', - lastChanges: 'PalletLiquidityRewardsEpochChanges' - } - } + lastChanges: 'PalletLiquidityRewardsEpochChanges', + }, + }, }, /** - * Lookup170: pallet_liquidity_rewards::EpochChanges + * Lookup171: pallet_liquidity_rewards::EpochChanges **/ PalletLiquidityRewardsEpochChanges: { duration: 'Option', reward: 'Option', weights: 'BTreeMap', - currencies: 'BTreeMap' + currencies: 'BTreeMap', }, /** - * Lookup179: pallet_connectors::pallet::Event + * Lookup180: pallet_liquidity_pools::pallet::Event **/ - PalletConnectorsEvent: { + PalletLiquidityPoolsEvent: { _enum: { MessageSent: { - message: 'PalletConnectorsMessage', + message: 'PalletLiquidityPoolsMessage', domain: 'CfgTypesDomainAddressDomain', }, SetDomainRouter: { domain: 'CfgTypesDomainAddressDomain', - router: 'PalletConnectorsRoutersRouter', + router: 'PalletLiquidityPoolsRoutersRouter', }, IncomingMessage: { sender: 'AccountId32', - message: 'Bytes' - } - } + message: 'Bytes', + }, + }, }, /** - * Lookup180: pallet_connectors::message::Message + * Lookup181: pallet_liquidity_pools::message::Message **/ - PalletConnectorsMessage: { + PalletLiquidityPoolsMessage: { _enum: { Invalid: 'Null', AddCurrency: { @@ -1831,57 +1852,60 @@ export default { currency: 'u128', currencyPayout: 'u128', trancheTokensPayout: 'u128', - remainingRedeemOrder: 'u128' - } - } + remainingRedeemOrder: 'u128', + }, + ScheduleUpgrade: { + contract: '[u8;20]', + }, + }, }, /** - * Lookup181: cfg_types::domain_address::Domain + * Lookup182: cfg_types::domain_address::Domain **/ CfgTypesDomainAddressDomain: { _enum: { Centrifuge: 'Null', - EVM: 'u64' - } + EVM: 'u64', + }, }, /** - * Lookup184: pallet_connectors::routers::Router + * Lookup185: pallet_liquidity_pools::routers::Router **/ - PalletConnectorsRoutersRouter: { + PalletLiquidityPoolsRoutersRouter: { _enum: { - Xcm: 'PalletConnectorsRoutersXcmDomain' - } + Xcm: 'PalletLiquidityPoolsRoutersXcmDomain', + }, }, /** - * Lookup185: pallet_connectors::routers::XcmDomain + * Lookup186: pallet_liquidity_pools::routers::XcmDomain **/ - PalletConnectorsRoutersXcmDomain: { + PalletLiquidityPoolsRoutersXcmDomain: { location: 'XcmVersionedMultiLocation', ethereumXcmTransactCallIndex: 'Bytes', contractAddress: 'H160', feeCurrency: 'CfgTypesTokensCurrencyId', - maxGasLimit: 'u64' + maxGasLimit: 'u64', }, /** - * Lookup186: xcm::VersionedMultiLocation + * Lookup187: xcm::VersionedMultiLocation **/ XcmVersionedMultiLocation: { _enum: { __Unused0: 'Null', V2: 'XcmV2MultiLocation', __Unused2: 'Null', - V3: 'XcmV3MultiLocation' - } + V3: 'XcmV3MultiLocation', + }, }, /** - * Lookup187: xcm::v2::multilocation::MultiLocation + * Lookup188: xcm::v2::multilocation::MultiLocation **/ XcmV2MultiLocation: { parents: 'u8', - interior: 'XcmV2MultilocationJunctions' + interior: 'XcmV2MultilocationJunctions', }, /** - * Lookup188: xcm::v2::multilocation::Junctions + * Lookup189: xcm::v2::multilocation::Junctions **/ XcmV2MultilocationJunctions: { _enum: { @@ -1893,11 +1917,11 @@ export default { X5: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)', X6: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)', X7: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)', - X8: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)' - } + X8: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)', + }, }, /** - * Lookup189: xcm::v2::junction::Junction + * Lookup190: xcm::v2::junction::Junction **/ XcmV2Junction: { _enum: { @@ -1920,23 +1944,23 @@ export default { OnlyChild: 'Null', Plurality: { id: 'XcmV2BodyId', - part: 'XcmV2BodyPart' - } - } + part: 'XcmV2BodyPart', + }, + }, }, /** - * Lookup191: xcm::v2::NetworkId + * Lookup192: xcm::v2::NetworkId **/ XcmV2NetworkId: { _enum: { Any: 'Null', Named: 'Bytes', Polkadot: 'Null', - Kusama: 'Null' - } + Kusama: 'Null', + }, }, /** - * Lookup194: xcm::v2::BodyId + * Lookup195: xcm::v2::BodyId **/ XcmV2BodyId: { _enum: { @@ -1949,11 +1973,11 @@ export default { Judicial: 'Null', Defense: 'Null', Administration: 'Null', - Treasury: 'Null' - } + Treasury: 'Null', + }, }, /** - * Lookup195: xcm::v2::BodyPart + * Lookup196: xcm::v2::BodyPart **/ XcmV2BodyPart: { _enum: { @@ -1971,19 +1995,19 @@ export default { }, MoreThanProportion: { nom: 'Compact', - denom: 'Compact' - } - } + denom: 'Compact', + }, + }, }, /** - * Lookup196: xcm::v3::multilocation::MultiLocation + * Lookup197: xcm::v3::multilocation::MultiLocation **/ XcmV3MultiLocation: { parents: 'u8', - interior: 'XcmV3Junctions' + interior: 'XcmV3Junctions', }, /** - * Lookup197: xcm::v3::junctions::Junctions + * Lookup198: xcm::v3::junctions::Junctions **/ XcmV3Junctions: { _enum: { @@ -1995,11 +2019,11 @@ export default { X5: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)', X6: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)', X7: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)', - X8: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)' - } + X8: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)', + }, }, /** - * Lookup198: xcm::v3::junction::Junction + * Lookup199: xcm::v3::junction::Junction **/ XcmV3Junction: { _enum: { @@ -2027,11 +2051,11 @@ export default { id: 'XcmV3JunctionBodyId', part: 'XcmV3JunctionBodyPart', }, - GlobalConsensus: 'XcmV3JunctionNetworkId' - } + GlobalConsensus: 'XcmV3JunctionNetworkId', + }, }, /** - * Lookup200: xcm::v3::junction::NetworkId + * Lookup201: xcm::v3::junction::NetworkId **/ XcmV3JunctionNetworkId: { _enum: { @@ -2049,11 +2073,11 @@ export default { chainId: 'Compact', }, BitcoinCore: 'Null', - BitcoinCash: 'Null' - } + BitcoinCash: 'Null', + }, }, /** - * Lookup201: xcm::v3::junction::BodyId + * Lookup202: xcm::v3::junction::BodyId **/ XcmV3JunctionBodyId: { _enum: { @@ -2066,11 +2090,11 @@ export default { Judicial: 'Null', Defense: 'Null', Administration: 'Null', - Treasury: 'Null' - } + Treasury: 'Null', + }, }, /** - * Lookup202: xcm::v3::junction::BodyPart + * Lookup203: xcm::v3::junction::BodyPart **/ XcmV3JunctionBodyPart: { _enum: { @@ -2088,12 +2112,12 @@ export default { }, MoreThanProportion: { nom: 'Compact', - denom: 'Compact' - } - } + denom: 'Compact', + }, + }, }, /** - * Lookup205: pallet_pool_registry::pallet::Event + * Lookup206: pallet_pool_registry::pallet::Event **/ PalletPoolRegistryEvent: { _enum: { @@ -2111,12 +2135,12 @@ export default { }, MetadataSet: { poolId: 'u64', - metadata: 'Bytes' - } - } + metadata: 'Bytes', + }, + }, }, /** - * Lookup208: pallet_block_rewards::pallet::Event + * Lookup209: pallet_block_rewards::pallet::Event **/ PalletBlockRewardsEvent: { _enum: { @@ -2126,28 +2150,28 @@ export default { lastChanges: 'PalletBlockRewardsSessionChanges', }, SessionAdvancementFailed: { - error: 'SpRuntimeDispatchError' - } - } + error: 'SpRuntimeDispatchError', + }, + }, }, /** - * Lookup209: pallet_block_rewards::SessionChanges + * Lookup210: pallet_block_rewards::SessionChanges **/ PalletBlockRewardsSessionChanges: { collators: 'PalletBlockRewardsCollatorChanges', collatorCount: 'Option', collatorReward: 'Option', - totalReward: 'Option' + totalReward: 'Option', }, /** - * Lookup210: pallet_block_rewards::CollatorChanges + * Lookup211: pallet_block_rewards::CollatorChanges **/ PalletBlockRewardsCollatorChanges: { inc: 'Vec', - out: 'Vec' + out: 'Vec', }, /** - * Lookup212: pallet_transfer_allowlist::pallet::Event + * Lookup213: pallet_transfer_allowlist::pallet::Event **/ PalletTransferAllowlistEvent: { _enum: { @@ -2187,52 +2211,181 @@ export default { }, TransferAllowanceDelayPurge: { senderAccountId: 'AccountId32', - currencyId: 'CfgTypesTokensCurrencyId' - } - } + currencyId: 'CfgTypesTokensCurrencyId', + }, + }, }, /** - * Lookup213: cfg_types::locations::Location + * Lookup214: cfg_types::locations::Location **/ CfgTypesLocationsLocation: { _enum: { Local: 'AccountId32', XCM: 'H256', - Address: 'CfgTypesDomainAddress' - } + Address: 'CfgTypesDomainAddress', + }, }, /** - * Lookup214: cfg_types::domain_address::DomainAddress + * Lookup215: cfg_types::domain_address::DomainAddress **/ CfgTypesDomainAddress: { _enum: { Centrifuge: '[u8;32]', - EVM: '(u64,[u8;20])' - } + EVM: '(u64,[u8;20])', + }, }, /** - * Lookup215: pallet_connectors_gateway::pallet::Event + * Lookup216: pallet_liquidity_pools_gateway::pallet::Event **/ - PalletConnectorsGatewayEvent: { + PalletLiquidityPoolsGatewayEvent: { _enum: { DomainRouterSet: { domain: 'CfgTypesDomainAddressDomain', - router: 'RuntimeCommonRoutersDummyRouter', + router: 'LiquidityPoolsGatewayRoutersDomainRouter', + }, + InstanceAdded: { + instance: 'CfgTypesDomainAddress', + }, + InstanceRemoved: { + instance: 'CfgTypesDomainAddress', + }, + RelayerAdded: { + relayer: 'CfgTypesDomainAddress', + }, + RelayerRemoved: { + relayer: 'CfgTypesDomainAddress', }, - ConnectorAdded: { - connector: 'CfgTypesDomainAddress', + OutboundMessageSubmitted: { + sender: 'AccountId32', + message: 'Bytes', + domain: 'CfgTypesDomainAddressDomain', }, - ConnectorRemoved: { - connector: 'CfgTypesDomainAddress' - } - } + }, + }, + /** + * Lookup217: liquidity_pools_gateway_routers::DomainRouter + **/ + LiquidityPoolsGatewayRoutersDomainRouter: { + _enum: { + EthereumXCM: 'LiquidityPoolsGatewayRoutersRoutersEthereumXcmEthereumXCMRouter', + AxelarEVM: 'LiquidityPoolsGatewayRoutersRoutersAxelarEvmAxelarEVMRouter', + AxelarXCM: 'LiquidityPoolsGatewayRoutersRoutersAxelarXcmAxelarXCMRouter', + }, + }, + /** + * Lookup218: liquidity_pools_gateway_routers::routers::ethereum_xcm::EthereumXCMRouter + **/ + LiquidityPoolsGatewayRoutersRoutersEthereumXcmEthereumXCMRouter: { + router: 'LiquidityPoolsGatewayRoutersXcmRouter', + }, + /** + * Lookup219: liquidity_pools_gateway_routers::XCMRouter + **/ + LiquidityPoolsGatewayRoutersXcmRouter: { + xcmDomain: 'LiquidityPoolsGatewayRoutersXcmDomain', + }, + /** + * Lookup220: liquidity_pools_gateway_routers::XcmDomain + **/ + LiquidityPoolsGatewayRoutersXcmDomain: { + location: 'XcmVersionedMultiLocation', + ethereumXcmTransactCallIndex: 'Bytes', + contractAddress: 'H160', + maxGasLimit: 'u64', + feeCurrency: 'CfgTypesTokensCurrencyId', + feePerSecond: 'u128', + }, + /** + * Lookup221: liquidity_pools_gateway_routers::routers::axelar_evm::AxelarEVMRouter + **/ + LiquidityPoolsGatewayRoutersRoutersAxelarEvmAxelarEVMRouter: { + router: 'LiquidityPoolsGatewayRoutersEvmRouter', + evmChain: 'Bytes', + liquidityPoolsContractAddress: 'H160', + }, + /** + * Lookup222: liquidity_pools_gateway_routers::EVMRouter + **/ + LiquidityPoolsGatewayRoutersEvmRouter: { + evmDomain: 'LiquidityPoolsGatewayRoutersEvmDomain', + }, + /** + * Lookup223: liquidity_pools_gateway_routers::EVMDomain + **/ + LiquidityPoolsGatewayRoutersEvmDomain: { + targetContractAddress: 'H160', + targetContractHash: 'H256', + feeValues: 'LiquidityPoolsGatewayRoutersFeeValues', + }, + /** + * Lookup224: liquidity_pools_gateway_routers::FeeValues + **/ + LiquidityPoolsGatewayRoutersFeeValues: { + value: 'U256', + gasPrice: 'U256', + gasLimit: 'U256', + }, + /** + * Lookup228: liquidity_pools_gateway_routers::routers::axelar_xcm::AxelarXCMRouter + **/ + LiquidityPoolsGatewayRoutersRoutersAxelarXcmAxelarXCMRouter: { + router: 'LiquidityPoolsGatewayRoutersXcmRouter', + axelarTargetChain: 'Bytes', + axelarTargetContract: 'H160', }, /** - * Lookup216: runtime_common::routers::DummyRouter + * Lookup229: pallet_order_book::pallet::Event **/ - RuntimeCommonRoutersDummyRouter: 'Null', + PalletOrderBookEvent: { + _enum: { + OrderCreated: { + orderId: 'u64', + creatorAccount: 'AccountId32', + currencyIn: 'CfgTypesTokensCurrencyId', + currencyOut: 'CfgTypesTokensCurrencyId', + buyAmount: 'u128', + minFullfillmentAmount: 'u128', + sellRateLimit: 'u128', + }, + OrderCancelled: { + account: 'AccountId32', + orderId: 'u64', + }, + OrderUpdated: { + orderId: 'u64', + account: 'AccountId32', + buyAmount: 'u128', + sellRateLimit: 'u128', + minFullfillmentAmount: 'u128', + }, + OrderFulfillment: { + orderId: 'u64', + placingAccount: 'AccountId32', + fulfillingAccount: 'AccountId32', + partialFulfillment: 'bool', + fulfillmentAmount: 'u128', + currencyIn: 'CfgTypesTokensCurrencyId', + currencyOut: 'CfgTypesTokensCurrencyId', + sellRateLimit: 'u128', + }, + TradingPairAdded: { + assetIn: 'CfgTypesTokensCurrencyId', + assetOut: 'CfgTypesTokensCurrencyId', + minOrder: 'u128', + }, + TradingPairRemoved: { + assetIn: 'CfgTypesTokensCurrencyId', + assetOut: 'CfgTypesTokensCurrencyId', + }, + MinOrderUpdated: { + assetIn: 'CfgTypesTokensCurrencyId', + assetOut: 'CfgTypesTokensCurrencyId', + minOrder: 'u128', + }, + }, + }, /** - * Lookup217: cumulus_pallet_xcmp_queue::pallet::Event + * Lookup230: cumulus_pallet_xcmp_queue::pallet::Event **/ CumulusPalletXcmpQueueEvent: { _enum: { @@ -2262,12 +2415,12 @@ export default { }, OverweightServiced: { index: 'u64', - used: 'SpWeightsWeightV2Weight' - } - } + used: 'SpWeightsWeightV2Weight', + }, + }, }, /** - * Lookup218: xcm::v3::traits::Error + * Lookup231: xcm::v3::traits::Error **/ XcmV3TraitsError: { _enum: { @@ -2310,11 +2463,11 @@ export default { WeightLimitReached: 'SpWeightsWeightV2Weight', Barrier: 'Null', WeightNotComputable: 'Null', - ExceedsStackLimit: 'Null' - } + ExceedsStackLimit: 'Null', + }, }, /** - * Lookup220: pallet_xcm::pallet::Event + * Lookup233: pallet_xcm::pallet::Event **/ PalletXcmEvent: { _enum: { @@ -2340,25 +2493,25 @@ export default { VersionNotifyRequested: '(XcmV3MultiLocation,XcmV3MultiassetMultiAssets)', VersionNotifyUnrequested: '(XcmV3MultiLocation,XcmV3MultiassetMultiAssets)', FeesPaid: '(XcmV3MultiLocation,XcmV3MultiassetMultiAssets)', - AssetsClaimed: '(H256,XcmV3MultiLocation,XcmVersionedMultiAssets)' - } + AssetsClaimed: '(H256,XcmV3MultiLocation,XcmVersionedMultiAssets)', + }, }, /** - * Lookup221: xcm::v3::traits::Outcome + * Lookup234: xcm::v3::traits::Outcome **/ XcmV3TraitsOutcome: { _enum: { Complete: 'SpWeightsWeightV2Weight', Incomplete: '(SpWeightsWeightV2Weight,XcmV3TraitsError)', - Error: 'XcmV3TraitsError' - } + Error: 'XcmV3TraitsError', + }, }, /** - * Lookup222: xcm::v3::Xcm + * Lookup235: xcm::v3::Xcm **/ XcmV3Xcm: 'Vec', /** - * Lookup224: xcm::v3::Instruction + * Lookup237: xcm::v3::Instruction **/ XcmV3Instruction: { _enum: { @@ -2495,41 +2648,41 @@ export default { AliasOrigin: 'XcmV3MultiLocation', UnpaidExecution: { weightLimit: 'XcmV3WeightLimit', - checkOrigin: 'Option' - } - } + checkOrigin: 'Option', + }, + }, }, /** - * Lookup225: xcm::v3::multiasset::MultiAssets + * Lookup238: xcm::v3::multiasset::MultiAssets **/ XcmV3MultiassetMultiAssets: 'Vec', /** - * Lookup227: xcm::v3::multiasset::MultiAsset + * Lookup240: xcm::v3::multiasset::MultiAsset **/ XcmV3MultiAsset: { id: 'XcmV3MultiassetAssetId', - fun: 'XcmV3MultiassetFungibility' + fun: 'XcmV3MultiassetFungibility', }, /** - * Lookup228: xcm::v3::multiasset::AssetId + * Lookup241: xcm::v3::multiasset::AssetId **/ XcmV3MultiassetAssetId: { _enum: { Concrete: 'XcmV3MultiLocation', - Abstract: '[u8;32]' - } + Abstract: '[u8;32]', + }, }, /** - * Lookup229: xcm::v3::multiasset::Fungibility + * Lookup242: xcm::v3::multiasset::Fungibility **/ XcmV3MultiassetFungibility: { _enum: { Fungible: 'Compact', - NonFungible: 'XcmV3MultiassetAssetInstance' - } + NonFungible: 'XcmV3MultiassetAssetInstance', + }, }, /** - * Lookup230: xcm::v3::multiasset::AssetInstance + * Lookup243: xcm::v3::multiasset::AssetInstance **/ XcmV3MultiassetAssetInstance: { _enum: { @@ -2538,11 +2691,11 @@ export default { Array4: '[u8;4]', Array8: '[u8;8]', Array16: '[u8;16]', - Array32: '[u8;32]' - } + Array32: '[u8;32]', + }, }, /** - * Lookup232: xcm::v3::Response + * Lookup245: xcm::v3::Response **/ XcmV3Response: { _enum: { @@ -2551,15 +2704,15 @@ export default { ExecutionResult: 'Option<(u32,XcmV3TraitsError)>', Version: 'u32', PalletsInfo: 'XcmV3VecPalletInfo', - DispatchResult: 'XcmV3MaybeErrorCode' - } + DispatchResult: 'XcmV3MaybeErrorCode', + }, }, /** - * Lookup235: xcm::v3::VecPalletInfo + * Lookup248: xcm::v3::VecPalletInfo **/ XcmV3VecPalletInfo: 'Vec', /** - * Lookup237: xcm::v3::PalletInfo + * Lookup250: xcm::v3::PalletInfo **/ XcmV3PalletInfo: { index: 'Compact', @@ -2567,49 +2720,49 @@ export default { moduleName: 'Bytes', major: 'Compact', minor: 'Compact', - patch: 'Compact' + patch: 'Compact', }, /** - * Lookup238: xcm::v3::MaybeErrorCode + * Lookup251: xcm::v3::MaybeErrorCode **/ XcmV3MaybeErrorCode: { _enum: { Success: 'Null', Error: 'Bytes', - TruncatedError: 'Bytes' - } + TruncatedError: 'Bytes', + }, }, /** - * Lookup240: xcm::v2::OriginKind + * Lookup253: xcm::v2::OriginKind **/ XcmV2OriginKind: { - _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm'] + _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm'], }, /** - * Lookup241: xcm::double_encoded::DoubleEncoded + * Lookup254: xcm::double_encoded::DoubleEncoded **/ XcmDoubleEncoded: { - encoded: 'Bytes' + encoded: 'Bytes', }, /** - * Lookup242: xcm::v3::QueryResponseInfo + * Lookup255: xcm::v3::QueryResponseInfo **/ XcmV3QueryResponseInfo: { destination: 'XcmV3MultiLocation', queryId: 'Compact', - maxWeight: 'SpWeightsWeightV2Weight' + maxWeight: 'SpWeightsWeightV2Weight', }, /** - * Lookup243: xcm::v3::multiasset::MultiAssetFilter + * Lookup256: xcm::v3::multiasset::MultiAssetFilter **/ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: 'XcmV3MultiassetMultiAssets', - Wild: 'XcmV3MultiassetWildMultiAsset' - } + Wild: 'XcmV3MultiassetWildMultiAsset', + }, }, /** - * Lookup244: xcm::v3::multiasset::WildMultiAsset + * Lookup257: xcm::v3::multiasset::WildMultiAsset **/ XcmV3MultiassetWildMultiAsset: { _enum: { @@ -2622,67 +2775,67 @@ export default { AllOfCounted: { id: 'XcmV3MultiassetAssetId', fun: 'XcmV3MultiassetWildFungibility', - count: 'Compact' - } - } + count: 'Compact', + }, + }, }, /** - * Lookup245: xcm::v3::multiasset::WildFungibility + * Lookup258: xcm::v3::multiasset::WildFungibility **/ XcmV3MultiassetWildFungibility: { - _enum: ['Fungible', 'NonFungible'] + _enum: ['Fungible', 'NonFungible'], }, /** - * Lookup246: xcm::v3::WeightLimit + * Lookup259: xcm::v3::WeightLimit **/ XcmV3WeightLimit: { _enum: { Unlimited: 'Null', - Limited: 'SpWeightsWeightV2Weight' - } + Limited: 'SpWeightsWeightV2Weight', + }, }, /** - * Lookup247: xcm::VersionedMultiAssets + * Lookup260: xcm::VersionedMultiAssets **/ XcmVersionedMultiAssets: { _enum: { __Unused0: 'Null', V2: 'XcmV2MultiassetMultiAssets', __Unused2: 'Null', - V3: 'XcmV3MultiassetMultiAssets' - } + V3: 'XcmV3MultiassetMultiAssets', + }, }, /** - * Lookup248: xcm::v2::multiasset::MultiAssets + * Lookup261: xcm::v2::multiasset::MultiAssets **/ XcmV2MultiassetMultiAssets: 'Vec', /** - * Lookup250: xcm::v2::multiasset::MultiAsset + * Lookup263: xcm::v2::multiasset::MultiAsset **/ XcmV2MultiAsset: { id: 'XcmV2MultiassetAssetId', - fun: 'XcmV2MultiassetFungibility' + fun: 'XcmV2MultiassetFungibility', }, /** - * Lookup251: xcm::v2::multiasset::AssetId + * Lookup264: xcm::v2::multiasset::AssetId **/ XcmV2MultiassetAssetId: { _enum: { Concrete: 'XcmV2MultiLocation', - Abstract: 'Bytes' - } + Abstract: 'Bytes', + }, }, /** - * Lookup252: xcm::v2::multiasset::Fungibility + * Lookup265: xcm::v2::multiasset::Fungibility **/ XcmV2MultiassetFungibility: { _enum: { Fungible: 'Compact', - NonFungible: 'XcmV2MultiassetAssetInstance' - } + NonFungible: 'XcmV2MultiassetAssetInstance', + }, }, /** - * Lookup253: xcm::v2::multiasset::AssetInstance + * Lookup266: xcm::v2::multiasset::AssetInstance **/ XcmV2MultiassetAssetInstance: { _enum: { @@ -2692,21 +2845,21 @@ export default { Array8: '[u8;8]', Array16: '[u8;16]', Array32: '[u8;32]', - Blob: 'Bytes' - } + Blob: 'Bytes', + }, }, /** - * Lookup254: cumulus_pallet_xcm::pallet::Event + * Lookup267: cumulus_pallet_xcm::pallet::Event **/ CumulusPalletXcmEvent: { _enum: { InvalidFormat: '[u8;32]', UnsupportedVersion: '[u8;32]', - ExecutedDownward: '([u8;32],XcmV3TraitsOutcome)' - } + ExecutedDownward: '([u8;32],XcmV3TraitsOutcome)', + }, }, /** - * Lookup255: cumulus_pallet_dmp_queue::pallet::Event + * Lookup268: cumulus_pallet_dmp_queue::pallet::Event **/ CumulusPalletDmpQueueEvent: { _enum: { @@ -2735,12 +2888,12 @@ export default { weightUsed: 'SpWeightsWeightV2Weight', }, MaxMessagesExhausted: { - messageId: '[u8;32]' - } - } + messageId: '[u8;32]', + }, + }, }, /** - * Lookup256: orml_xtokens::module::Event + * Lookup269: orml_xtokens::module::Event **/ OrmlXtokensModuleEvent: { _enum: { @@ -2748,12 +2901,12 @@ export default { sender: 'AccountId32', assets: 'XcmV3MultiassetMultiAssets', fee: 'XcmV3MultiAsset', - dest: 'XcmV3MultiLocation' - } - } + dest: 'XcmV3MultiLocation', + }, + }, }, /** - * Lookup257: pallet_xcm_transactor::pallet::Event + * Lookup270: pallet_xcm_transactor::pallet::Event **/ PalletXcmTransactorEvent: { _enum: { @@ -2798,20 +2951,20 @@ export default { location: 'XcmV3MultiLocation', }, HrmpManagementSent: { - action: 'PalletXcmTransactorHrmpOperation' - } - } + action: 'PalletXcmTransactorHrmpOperation', + }, + }, }, /** - * Lookup258: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight + * Lookup271: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight **/ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: 'SpWeightsWeightV2Weight', maxWeight: 'SpWeightsWeightV2Weight', - transactExtraWeightSigned: 'Option' + transactExtraWeightSigned: 'Option', }, /** - * Lookup260: pallet_xcm_transactor::pallet::HrmpOperation + * Lookup273: pallet_xcm_transactor::pallet::HrmpOperation **/ PalletXcmTransactorHrmpOperation: { _enum: { @@ -2822,27 +2975,27 @@ export default { Close: 'PolkadotParachainPrimitivesHrmpChannelId', Cancel: { channelId: 'PolkadotParachainPrimitivesHrmpChannelId', - openRequests: 'u32' - } - } + openRequests: 'u32', + }, + }, }, /** - * Lookup261: pallet_xcm_transactor::pallet::HrmpInitParams + * Lookup274: pallet_xcm_transactor::pallet::HrmpInitParams **/ PalletXcmTransactorHrmpInitParams: { paraId: 'u32', proposedMaxCapacity: 'u32', - proposedMaxMessageSize: 'u32' + proposedMaxMessageSize: 'u32', }, /** - * Lookup262: polkadot_parachain::primitives::HrmpChannelId + * Lookup275: polkadot_parachain::primitives::HrmpChannelId **/ PolkadotParachainPrimitivesHrmpChannelId: { sender: 'u32', - recipient: 'u32' + recipient: 'u32', }, /** - * Lookup263: orml_tokens::module::Event + * Lookup276: orml_tokens::module::Event **/ OrmlTokensModuleEvent: { _enum: { @@ -2924,12 +3077,12 @@ export default { Unlocked: { currencyId: 'CfgTypesTokensCurrencyId', who: 'AccountId32', - amount: 'u128' - } - } + amount: 'u128', + }, + }, }, /** - * Lookup264: chainbridge::pallet::Event + * Lookup277: chainbridge::pallet::Event **/ ChainbridgeEvent: { _enum: { @@ -2945,11 +3098,11 @@ export default { ProposalApproved: '(u8,u64)', ProposalRejected: '(u8,u64)', ProposalSucceeded: '(u8,u64)', - ProposalFailed: '(u8,u64)' - } + ProposalFailed: '(u8,u64)', + }, }, /** - * Lookup267: orml_asset_registry::module::Event + * Lookup278: orml_asset_registry::module::Event **/ OrmlAssetRegistryModuleEvent: { _enum: { @@ -2959,12 +3112,12 @@ export default { }, UpdatedAsset: { assetId: 'CfgTypesTokensCurrencyId', - metadata: 'OrmlTraitsAssetRegistryAssetMetadata' - } - } + metadata: 'OrmlTraitsAssetRegistryAssetMetadata', + }, + }, }, /** - * Lookup268: orml_traits::asset_registry::AssetMetadata + * Lookup279: orml_traits::asset_registry::AssetMetadata **/ OrmlTraitsAssetRegistryAssetMetadata: { decimals: 'u32', @@ -2972,64 +3125,64 @@ export default { symbol: 'Bytes', existentialDeposit: 'u128', location: 'Option', - additional: 'CfgTypesTokensCustomMetadata' + additional: 'CfgTypesTokensCustomMetadata', }, /** - * Lookup269: cfg_types::tokens::CustomMetadata + * Lookup280: cfg_types::tokens::CustomMetadata **/ CfgTypesTokensCustomMetadata: { transferability: 'CfgTypesTokensCrossChainTransferability', mintable: 'bool', permissioned: 'bool', - poolCurrency: 'bool' + poolCurrency: 'bool', }, /** - * Lookup270: cfg_types::tokens::CrossChainTransferability + * Lookup281: cfg_types::tokens::CrossChainTransferability **/ CfgTypesTokensCrossChainTransferability: { _enum: { None: 'Null', Xcm: 'CfgTypesXcmXcmMetadata', - Connectors: 'Null', - All: 'CfgTypesXcmXcmMetadata' - } + LiquidityPools: 'Null', + All: 'CfgTypesXcmXcmMetadata', + }, }, /** - * Lookup271: cfg_types::xcm::XcmMetadata + * Lookup282: cfg_types::xcm::XcmMetadata **/ CfgTypesXcmXcmMetadata: { - feePerSecond: 'Option' + feePerSecond: 'Option', }, /** - * Lookup273: orml_xcm::module::Event + * Lookup284: orml_xcm::module::Event **/ OrmlXcmModuleEvent: { _enum: { Sent: { to: 'XcmV3MultiLocation', - message: 'XcmV3Xcm' - } - } + message: 'XcmV3Xcm', + }, + }, }, /** - * Lookup274: orml_oracle::module::Event + * Lookup285: orml_oracle::module::Event **/ OrmlOracleModuleEvent: { _enum: { NewFeedData: { sender: 'AccountId32', - values: 'Vec<(CfgTypesOraclesOracleKey,u128)>' - } - } + values: 'Vec<(CfgTypesOraclesOracleKey,u128)>', + }, + }, }, /** - * Lookup277: pallet_membership::pallet::Event + * Lookup288: pallet_membership::pallet::Event **/ PalletMembershipEvent: { - _enum: ['MemberAdded', 'MemberRemoved', 'MembersSwapped', 'MembersReset', 'KeyChanged', 'Dummy'] + _enum: ['MemberAdded', 'MemberRemoved', 'MembersSwapped', 'MembersReset', 'KeyChanged', 'Dummy'], }, /** - * Lookup278: pallet_evm::pallet::Event + * Lookup289: pallet_evm::pallet::Event **/ PalletEvmEvent: { _enum: { @@ -3046,20 +3199,20 @@ export default { address: 'H160', }, ExecutedFailed: { - address: 'H160' - } - } + address: 'H160', + }, + }, }, /** - * Lookup279: ethereum::log::Log + * Lookup290: ethereum::log::Log **/ EthereumLog: { address: 'H160', topics: 'Vec', - data: 'Bytes' + data: 'Bytes', }, /** - * Lookup281: pallet_base_fee::pallet::Event + * Lookup292: pallet_base_fee::pallet::Event **/ PalletBaseFeeEvent: { _enum: { @@ -3068,12 +3221,12 @@ export default { }, BaseFeeOverflow: 'Null', NewElasticity: { - elasticity: 'Permill' - } - } + elasticity: 'Permill', + }, + }, }, /** - * Lookup283: pallet_ethereum::pallet::Event + * Lookup294: pallet_ethereum::pallet::Event **/ PalletEthereumEvent: { _enum: { @@ -3081,29 +3234,29 @@ export default { from: 'H160', to: 'H160', transactionHash: 'H256', - exitReason: 'EvmCoreErrorExitReason' - } - } + exitReason: 'EvmCoreErrorExitReason', + }, + }, }, /** - * Lookup284: evm_core::error::ExitReason + * Lookup295: evm_core::error::ExitReason **/ EvmCoreErrorExitReason: { _enum: { Succeed: 'EvmCoreErrorExitSucceed', Error: 'EvmCoreErrorExitError', Revert: 'EvmCoreErrorExitRevert', - Fatal: 'EvmCoreErrorExitFatal' - } + Fatal: 'EvmCoreErrorExitFatal', + }, }, /** - * Lookup285: evm_core::error::ExitSucceed + * Lookup296: evm_core::error::ExitSucceed **/ EvmCoreErrorExitSucceed: { - _enum: ['Stopped', 'Returned', 'Suicided'] + _enum: ['Stopped', 'Returned', 'Suicided'], }, /** - * Lookup286: evm_core::error::ExitError + * Lookup297: evm_core::error::ExitError **/ EvmCoreErrorExitError: { _enum: { @@ -3122,28 +3275,61 @@ export default { CreateEmpty: 'Null', Other: 'Text', __Unused14: 'Null', - InvalidCode: 'u8' - } + InvalidCode: 'u8', + }, }, /** - * Lookup290: evm_core::error::ExitRevert + * Lookup301: evm_core::error::ExitRevert **/ EvmCoreErrorExitRevert: { - _enum: ['Reverted'] + _enum: ['Reverted'], }, /** - * Lookup291: evm_core::error::ExitFatal + * Lookup302: evm_core::error::ExitFatal **/ EvmCoreErrorExitFatal: { _enum: { NotSupported: 'Null', UnhandledInterrupt: 'Null', CallErrorAsFatal: 'EvmCoreErrorExitError', - Other: 'Text' - } + Other: 'Text', + }, + }, + /** + * Lookup303: pallet_ethereum_transaction::pallet::Event + **/ + PalletEthereumTransactionEvent: { + _enum: { + Executed: { + from: 'H160', + to: 'H160', + exitReason: 'EvmCoreErrorExitReason', + value: 'Bytes', + }, + }, + }, + /** + * Lookup304: axelar_gateway_precompile::pallet::Event + **/ + AxelarGatewayPrecompileEvent: { + _enum: { + GatewaySet: { + address: 'H160', + }, + ConverterSet: { + idHash: 'H256', + converter: 'AxelarGatewayPrecompileSourceConverter', + }, + }, + }, + /** + * Lookup305: axelar_gateway_precompile::SourceConverter + **/ + AxelarGatewayPrecompileSourceConverter: { + domain: 'CfgTypesDomainAddressDomain', }, /** - * Lookup292: pallet_migration_manager::pallet::Event + * Lookup306: pallet_migration_manager::pallet::Event **/ PalletMigrationManagerEvent: { _enum: { @@ -3155,11 +3341,11 @@ export default { MigratedVestingFor: '(AccountId32,u128,u128,u32)', FailedToMigrateProxyDataFor: 'AccountId32', MigratedProxyDataFor: '(AccountId32,u128,u64)', - MigrationFinished: 'Null' - } + MigrationFinished: 'Null', + }, }, /** - * Lookup293: pallet_sudo::pallet::Event + * Lookup307: pallet_sudo::pallet::Event **/ PalletSudoEvent: { _enum: { @@ -3170,29 +3356,29 @@ export default { oldSudoer: 'Option', }, SudoAsDone: { - sudoResult: 'Result' - } - } + sudoResult: 'Result', + }, + }, }, /** - * Lookup294: frame_system::Phase + * Lookup308: frame_system::Phase **/ FrameSystemPhase: { _enum: { ApplyExtrinsic: 'u32', Finalization: 'Null', - Initialization: 'Null' - } + Initialization: 'Null', + }, }, /** - * Lookup296: frame_system::LastRuntimeUpgradeInfo + * Lookup310: frame_system::LastRuntimeUpgradeInfo **/ FrameSystemLastRuntimeUpgradeInfo: { specVersion: 'Compact', - specName: 'Text' + specName: 'Text', }, /** - * Lookup297: frame_system::pallet::Call + * Lookup311: frame_system::pallet::Call **/ FrameSystemCall: { _enum: { @@ -3222,58 +3408,58 @@ export default { subkeys: 'u32', }, remark_with_event: { - remark: 'Bytes' - } - } + remark: 'Bytes', + }, + }, }, /** - * Lookup301: frame_system::limits::BlockWeights + * Lookup315: frame_system::limits::BlockWeights **/ FrameSystemLimitsBlockWeights: { baseBlock: 'SpWeightsWeightV2Weight', maxBlock: 'SpWeightsWeightV2Weight', - perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass' + perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass', }, /** - * Lookup302: frame_support::dispatch::PerDispatchClass + * Lookup316: frame_support::dispatch::PerDispatchClass **/ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: 'FrameSystemLimitsWeightsPerClass', operational: 'FrameSystemLimitsWeightsPerClass', - mandatory: 'FrameSystemLimitsWeightsPerClass' + mandatory: 'FrameSystemLimitsWeightsPerClass', }, /** - * Lookup303: frame_system::limits::WeightsPerClass + * Lookup317: frame_system::limits::WeightsPerClass **/ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: 'SpWeightsWeightV2Weight', maxExtrinsic: 'Option', maxTotal: 'Option', - reserved: 'Option' + reserved: 'Option', }, /** - * Lookup304: frame_system::limits::BlockLength + * Lookup318: frame_system::limits::BlockLength **/ FrameSystemLimitsBlockLength: { - max: 'FrameSupportDispatchPerDispatchClassU32' + max: 'FrameSupportDispatchPerDispatchClassU32', }, /** - * Lookup305: frame_support::dispatch::PerDispatchClass + * Lookup319: frame_support::dispatch::PerDispatchClass **/ FrameSupportDispatchPerDispatchClassU32: { normal: 'u32', operational: 'u32', - mandatory: 'u32' + mandatory: 'u32', }, /** - * Lookup306: sp_weights::RuntimeDbWeight + * Lookup320: sp_weights::RuntimeDbWeight **/ SpWeightsRuntimeDbWeight: { read: 'u64', - write: 'u64' + write: 'u64', }, /** - * Lookup307: sp_version::RuntimeVersion + * Lookup321: sp_version::RuntimeVersion **/ SpVersionRuntimeVersion: { specName: 'Text', @@ -3283,46 +3469,53 @@ export default { implVersion: 'u32', apis: 'Vec<([u8;8],u32)>', transactionVersion: 'u32', - stateVersion: 'u8' + stateVersion: 'u8', }, /** - * Lookup311: frame_system::pallet::Error + * Lookup325: frame_system::pallet::Error **/ FrameSystemError: { - _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered'] + _enum: [ + 'InvalidSpecName', + 'SpecVersionNeedsToIncrease', + 'FailedToExtractRuntimeVersion', + 'NonDefaultComposite', + 'NonZeroRefCount', + 'CallFiltered', + ], }, /** - * Lookup312: polkadot_primitives::v2::PersistedValidationData + * Lookup326: polkadot_primitives::v2::PersistedValidationData **/ PolkadotPrimitivesV2PersistedValidationData: { parentHead: 'Bytes', relayParentNumber: 'u32', relayParentStorageRoot: 'H256', - maxPovSize: 'u32' + maxPovSize: 'u32', }, /** - * Lookup315: polkadot_primitives::v2::UpgradeRestriction + * Lookup329: polkadot_primitives::v2::UpgradeRestriction **/ PolkadotPrimitivesV2UpgradeRestriction: { - _enum: ['Present'] + _enum: ['Present'], }, /** - * Lookup316: sp_trie::storage_proof::StorageProof + * Lookup330: sp_trie::storage_proof::StorageProof **/ SpTrieStorageProof: { - trieNodes: 'BTreeSet' + trieNodes: 'BTreeSet', }, /** - * Lookup318: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot + * Lookup332: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot **/ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: 'H256', relayDispatchQueueSize: '(u32,u32)', ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>', - egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>' + egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>', }, /** - * Lookup321: polkadot_primitives::v2::AbridgedHrmpChannel + * Lookup335: polkadot_primitives::v2::AbridgedHrmpChannel **/ PolkadotPrimitivesV2AbridgedHrmpChannel: { maxCapacity: 'u32', @@ -3330,10 +3523,10 @@ export default { maxMessageSize: 'u32', msgCount: 'u32', totalSize: 'u32', - mqcHead: 'Option' + mqcHead: 'Option', }, /** - * Lookup323: polkadot_primitives::v2::AbridgedHostConfiguration + * Lookup337: polkadot_primitives::v2::AbridgedHostConfiguration **/ PolkadotPrimitivesV2AbridgedHostConfiguration: { maxCodeSize: 'u32', @@ -3344,17 +3537,17 @@ export default { maxUpwardMessageNumPerCandidate: 'u32', hrmpMaxMessageNumPerCandidate: 'u32', validationUpgradeCooldown: 'u32', - validationUpgradeDelay: 'u32' + validationUpgradeDelay: 'u32', }, /** - * Lookup329: polkadot_core_primitives::OutboundHrmpMessage + * Lookup343: polkadot_core_primitives::OutboundHrmpMessage **/ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: 'u32', - data: 'Bytes' + data: 'Bytes', }, /** - * Lookup330: cumulus_pallet_parachain_system::pallet::Call + * Lookup344: cumulus_pallet_parachain_system::pallet::Call **/ CumulusPalletParachainSystemCall: { _enum: { @@ -3368,72 +3561,81 @@ export default { codeHash: 'H256', }, enact_authorized_upgrade: { - code: 'Bytes' - } - } + code: 'Bytes', + }, + }, }, /** - * Lookup331: cumulus_primitives_parachain_inherent::ParachainInherentData + * Lookup345: cumulus_primitives_parachain_inherent::ParachainInherentData **/ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: 'PolkadotPrimitivesV2PersistedValidationData', relayChainState: 'SpTrieStorageProof', downwardMessages: 'Vec', - horizontalMessages: 'BTreeMap>' + horizontalMessages: 'BTreeMap>', }, /** - * Lookup333: polkadot_core_primitives::InboundDownwardMessage + * Lookup347: polkadot_core_primitives::InboundDownwardMessage **/ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: 'u32', - msg: 'Bytes' + msg: 'Bytes', }, /** - * Lookup336: polkadot_core_primitives::InboundHrmpMessage + * Lookup350: polkadot_core_primitives::InboundHrmpMessage **/ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: 'u32', - data: 'Bytes' + data: 'Bytes', }, /** - * Lookup339: cumulus_pallet_parachain_system::pallet::Error + * Lookup353: cumulus_pallet_parachain_system::pallet::Error **/ CumulusPalletParachainSystemError: { - _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized'] + _enum: [ + 'OverlappingUpgrades', + 'ProhibitedByPolkadot', + 'TooBig', + 'ValidationDataNotAvailable', + 'HostConfigurationNotAvailable', + 'NotScheduled', + 'NothingAuthorized', + 'Unauthorized', + ], }, /** - * Lookup341: pallet_timestamp::pallet::Call + * Lookup355: pallet_timestamp::pallet::Call **/ PalletTimestampCall: { _enum: { set: { - now: 'Compact' - } - } + now: 'Compact', + }, + }, }, /** - * Lookup343: pallet_balances::BalanceLock + * Lookup357: pallet_balances::BalanceLock **/ PalletBalancesBalanceLock: { id: '[u8;8]', amount: 'u128', - reasons: 'PalletBalancesReasons' + reasons: 'PalletBalancesReasons', }, /** - * Lookup344: pallet_balances::Reasons + * Lookup358: pallet_balances::Reasons **/ PalletBalancesReasons: { - _enum: ['Fee', 'Misc', 'All'] + _enum: ['Fee', 'Misc', 'All'], }, /** - * Lookup347: pallet_balances::ReserveData + * Lookup361: pallet_balances::ReserveData **/ PalletBalancesReserveData: { id: '[u8;8]', - amount: 'u128' + amount: 'u128', }, /** - * Lookup349: pallet_balances::pallet::Call + * Lookup363: pallet_balances::pallet::Call **/ PalletBalancesCall: { _enum: { @@ -3461,31 +3663,40 @@ export default { }, force_unreserve: { who: 'MultiAddress', - amount: 'u128' - } - } + amount: 'u128', + }, + }, }, /** - * Lookup352: pallet_balances::pallet::Error + * Lookup366: pallet_balances::pallet::Error **/ PalletBalancesError: { - _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves'] + _enum: [ + 'VestingBalance', + 'LiquidityRestrictions', + 'InsufficientBalance', + 'ExistentialDeposit', + 'KeepAlive', + 'ExistingVestingSchedule', + 'DeadAccount', + 'TooManyReserves', + ], }, /** - * Lookup354: pallet_transaction_payment::Releases + * Lookup368: pallet_transaction_payment::Releases **/ PalletTransactionPaymentReleases: { - _enum: ['V1Ancient', 'V2'] + _enum: ['V1Ancient', 'V2'], }, /** - * Lookup357: pallet_collator_selection::pallet::CandidateInfo + * Lookup371: pallet_collator_selection::pallet::CandidateInfo **/ PalletCollatorSelectionCandidateInfo: { who: 'AccountId32', - deposit: 'u128' + deposit: 'u128', }, /** - * Lookup359: pallet_collator_selection::pallet::Call + * Lookup373: pallet_collator_selection::pallet::Call **/ PalletCollatorSelectionCall: { _enum: { @@ -3502,36 +3713,47 @@ export default { bond: 'u128', }, register_as_candidate: 'Null', - leave_intent: 'Null' - } + leave_intent: 'Null', + }, }, /** - * Lookup360: pallet_collator_selection::pallet::Error + * Lookup374: pallet_collator_selection::pallet::Error **/ PalletCollatorSelectionError: { - _enum: ['TooManyCandidates', 'TooFewCandidates', 'Unknown', 'Permission', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'AlreadyInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered'] - }, - /** - * Lookup363: development_runtime::SessionKeys + _enum: [ + 'TooManyCandidates', + 'TooFewCandidates', + 'Unknown', + 'Permission', + 'AlreadyCandidate', + 'NotCandidate', + 'TooManyInvulnerables', + 'AlreadyInvulnerable', + 'NoAssociatedValidatorId', + 'ValidatorNotRegistered', + ], + }, + /** + * Lookup377: development_runtime::SessionKeys **/ DevelopmentRuntimeSessionKeys: { aura: 'SpConsensusAuraSr25519AppSr25519Public', - blockRewards: 'SpConsensusAuraSr25519AppSr25519Public' + blockRewards: 'SpConsensusAuraSr25519AppSr25519Public', }, /** - * Lookup364: sp_consensus_aura::sr25519::app_sr25519::Public + * Lookup378: sp_consensus_aura::sr25519::app_sr25519::Public **/ SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public', /** - * Lookup365: sp_core::sr25519::Public + * Lookup379: sp_core::sr25519::Public **/ SpCoreSr25519Public: '[u8;32]', /** - * Lookup368: sp_core::crypto::KeyTypeId + * Lookup382: sp_core::crypto::KeyTypeId **/ SpCoreCryptoKeyTypeId: '[u8;4]', /** - * Lookup369: pallet_session::pallet::Call + * Lookup383: pallet_session::pallet::Call **/ PalletSessionCall: { _enum: { @@ -3542,26 +3764,26 @@ export default { keys_: 'DevelopmentRuntimeSessionKeys', proof: 'Bytes', }, - purge_keys: 'Null' - } + purge_keys: 'Null', + }, }, /** - * Lookup370: pallet_session::pallet::Error + * Lookup384: pallet_session::pallet::Error **/ PalletSessionError: { - _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'] + _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'], }, /** - * Lookup375: pallet_multisig::Multisig + * Lookup389: pallet_multisig::Multisig **/ PalletMultisigMultisig: { when: 'PalletMultisigTimepoint', deposit: 'u128', depositor: 'AccountId32', - approvals: 'Vec' + approvals: 'Vec', }, /** - * Lookup377: pallet_multisig::pallet::Call + * Lookup391: pallet_multisig::pallet::Call **/ PalletMultisigCall: { _enum: { @@ -3587,12 +3809,12 @@ export default { threshold: 'u16', otherSignatories: 'Vec', timepoint: 'PalletMultisigTimepoint', - callHash: '[u8;32]' - } - } + callHash: '[u8;32]', + }, + }, }, /** - * Lookup379: pallet_proxy::pallet::Call + * Lookup393: pallet_proxy::pallet::Call **/ PalletProxyCall: { _enum: { @@ -3640,12 +3862,12 @@ export default { delegate: 'MultiAddress', real: 'MultiAddress', forceProxyType: 'Option', - call: 'Call' - } - } + call: 'Call', + }, + }, }, /** - * Lookup381: pallet_utility::pallet::Call + * Lookup395: pallet_utility::pallet::Call **/ PalletUtilityCall: { _enum: { @@ -3668,12 +3890,12 @@ export default { }, with_weight: { call: 'Call', - weight: 'SpWeightsWeightV2Weight' - } - } + weight: 'SpWeightsWeightV2Weight', + }, + }, }, /** - * Lookup383: development_runtime::OriginCaller + * Lookup397: development_runtime::OriginCaller **/ DevelopmentRuntimeOriginCaller: { _enum: { @@ -3792,7 +4014,7 @@ export default { __Unused112: 'Null', __Unused113: 'Null', __Unused114: 'Null', - ConnectorsGateway: 'PalletConnectorsGatewayOriginGatewayOrigin', + LiquidityPoolsGateway: 'PalletLiquidityPoolsGatewayOriginGatewayOrigin', __Unused116: 'Null', __Unused117: 'Null', __Unused118: 'Null', @@ -3840,69 +4062,70 @@ export default { __Unused160: 'Null', __Unused161: 'Null', __Unused162: 'Null', - Ethereum: 'PalletEthereumRawOrigin' - } + Ethereum: 'PalletEthereumRawOrigin', + }, }, /** - * Lookup384: frame_support::dispatch::RawOrigin + * Lookup398: frame_support::dispatch::RawOrigin **/ FrameSupportDispatchRawOrigin: { _enum: { Root: 'Null', Signed: 'AccountId32', - None: 'Null' - } + None: 'Null', + }, }, /** - * Lookup385: pallet_collective::RawOrigin + * Lookup399: pallet_collective::RawOrigin **/ PalletCollectiveRawOrigin: { _enum: { Members: '(u32,u32)', Member: 'AccountId32', - _Phantom: 'Null' - } + _Phantom: 'Null', + }, }, /** - * Lookup386: pallet_connectors_gateway::origin::GatewayOrigin + * Lookup400: pallet_liquidity_pools_gateway::origin::GatewayOrigin **/ - PalletConnectorsGatewayOriginGatewayOrigin: { + PalletLiquidityPoolsGatewayOriginGatewayOrigin: { _enum: { - Local: 'CfgTypesDomainAddress' - } + Domain: 'CfgTypesDomainAddress', + AxelarRelay: 'CfgTypesDomainAddress', + }, }, /** - * Lookup387: pallet_xcm::pallet::Origin + * Lookup401: pallet_xcm::pallet::Origin **/ PalletXcmOrigin: { _enum: { Xcm: 'XcmV3MultiLocation', - Response: 'XcmV3MultiLocation' - } + Response: 'XcmV3MultiLocation', + }, }, /** - * Lookup388: cumulus_pallet_xcm::pallet::Origin + * Lookup402: cumulus_pallet_xcm::pallet::Origin **/ CumulusPalletXcmOrigin: { _enum: { Relay: 'Null', - SiblingParachain: 'u32' - } + SiblingParachain: 'u32', + }, }, /** - * Lookup389: pallet_ethereum::RawOrigin + * Lookup403: pallet_ethereum::RawOrigin **/ PalletEthereumRawOrigin: { _enum: { - EthereumTransaction: 'H160' - } + EthereumTransaction: 'H160', + }, }, /** - * Lookup390: sp_core::Void + * Lookup404: sp_core::Void **/ SpCoreVoid: 'Null', /** - * Lookup391: pallet_scheduler::pallet::Call + * Lookup405: pallet_scheduler::pallet::Call **/ PalletSchedulerCall: { _enum: { @@ -3937,12 +4160,12 @@ export default { after: 'u32', maybePeriodic: 'Option<(u32,u32)>', priority: 'u8', - call: 'Call' - } - } + call: 'Call', + }, + }, }, /** - * Lookup393: pallet_collective::pallet::Call + * Lookup407: pallet_collective::pallet::Call **/ PalletCollectiveCall: { _enum: { @@ -3978,12 +4201,12 @@ export default { proposalHash: 'H256', index: 'Compact', proposalWeightBound: 'SpWeightsWeightV2Weight', - lengthBound: 'Compact' - } - } + lengthBound: 'Compact', + }, + }, }, /** - * Lookup396: pallet_elections_phragmen::pallet::Call + * Lookup410: pallet_elections_phragmen::pallet::Call **/ PalletElectionsPhragmenCall: { _enum: { @@ -4005,22 +4228,22 @@ export default { }, clean_defunct_voters: { numVoters: 'u32', - numDefunct: 'u32' - } - } + numDefunct: 'u32', + }, + }, }, /** - * Lookup397: pallet_elections_phragmen::Renouncing + * Lookup411: pallet_elections_phragmen::Renouncing **/ PalletElectionsPhragmenRenouncing: { _enum: { Member: 'Null', RunnerUp: 'Null', - Candidate: 'Compact' - } + Candidate: 'Compact', + }, }, /** - * Lookup398: pallet_democracy::pallet::Call + * Lookup412: pallet_democracy::pallet::Call **/ PalletDemocracyCall: { _enum: { @@ -4080,12 +4303,12 @@ export default { maybeRefIndex: 'Option', }, cancel_proposal: { - propIndex: 'Compact' - } - } + propIndex: 'Compact', + }, + }, }, /** - * Lookup399: frame_support::traits::preimages::Bounded + * Lookup413: frame_support::traits::preimages::Bounded **/ FrameSupportPreimagesBounded: { _enum: { @@ -4101,18 +4324,18 @@ export default { hash_: 'hash', }, hash_: 'H256', - len: 'u32' - } - } + len: 'u32', + }, + }, }, /** - * Lookup401: pallet_democracy::conviction::Conviction + * Lookup415: pallet_democracy::conviction::Conviction **/ PalletDemocracyConviction: { - _enum: ['None', 'Locked1x', 'Locked2x', 'Locked3x', 'Locked4x', 'Locked5x', 'Locked6x'] + _enum: ['None', 'Locked1x', 'Locked2x', 'Locked3x', 'Locked4x', 'Locked5x', 'Locked6x'], }, /** - * Lookup402: pallet_identity::pallet::Call + * Lookup416: pallet_identity::pallet::Call **/ PalletIdentityCall: { _enum: { @@ -4168,11 +4391,11 @@ export default { remove_sub: { sub: 'MultiAddress', }, - quit_sub: 'Null' - } + quit_sub: 'Null', + }, }, /** - * Lookup403: pallet_identity::types::IdentityInfo + * Lookup417: pallet_identity::types::IdentityInfo **/ PalletIdentityIdentityInfo: { additional: 'Vec<(Data,Data)>', @@ -4183,10 +4406,10 @@ export default { email: 'Data', pgpFingerprint: 'Option<[u8;20]>', image: 'Data', - twitter: 'Data' + twitter: 'Data', }, /** - * Lookup438: pallet_identity::types::BitFlags + * Lookup452: pallet_identity::types::BitFlags **/ PalletIdentityBitFlags: { _bitLength: 64, @@ -4197,16 +4420,146 @@ export default { Email: 16, PgpFingerprint: 32, Image: 64, - Twitter: 128 + Twitter: 128, }, /** - * Lookup439: pallet_identity::types::IdentityField + * Lookup453: pallet_identity::types::IdentityField **/ PalletIdentityIdentityField: { - _enum: ['__Unused0', 'Display', 'Legal', '__Unused3', 'Web', '__Unused5', '__Unused6', '__Unused7', 'Riot', '__Unused9', '__Unused10', '__Unused11', '__Unused12', '__Unused13', '__Unused14', '__Unused15', 'Email', '__Unused17', '__Unused18', '__Unused19', '__Unused20', '__Unused21', '__Unused22', '__Unused23', '__Unused24', '__Unused25', '__Unused26', '__Unused27', '__Unused28', '__Unused29', '__Unused30', '__Unused31', 'PgpFingerprint', '__Unused33', '__Unused34', '__Unused35', '__Unused36', '__Unused37', '__Unused38', '__Unused39', '__Unused40', '__Unused41', '__Unused42', '__Unused43', '__Unused44', '__Unused45', '__Unused46', '__Unused47', '__Unused48', '__Unused49', '__Unused50', '__Unused51', '__Unused52', '__Unused53', '__Unused54', '__Unused55', '__Unused56', '__Unused57', '__Unused58', '__Unused59', '__Unused60', '__Unused61', '__Unused62', '__Unused63', 'Image', '__Unused65', '__Unused66', '__Unused67', '__Unused68', '__Unused69', '__Unused70', '__Unused71', '__Unused72', '__Unused73', '__Unused74', '__Unused75', '__Unused76', '__Unused77', '__Unused78', '__Unused79', '__Unused80', '__Unused81', '__Unused82', '__Unused83', '__Unused84', '__Unused85', '__Unused86', '__Unused87', '__Unused88', '__Unused89', '__Unused90', '__Unused91', '__Unused92', '__Unused93', '__Unused94', '__Unused95', '__Unused96', '__Unused97', '__Unused98', '__Unused99', '__Unused100', '__Unused101', '__Unused102', '__Unused103', '__Unused104', '__Unused105', '__Unused106', '__Unused107', '__Unused108', '__Unused109', '__Unused110', '__Unused111', '__Unused112', '__Unused113', '__Unused114', '__Unused115', '__Unused116', '__Unused117', '__Unused118', '__Unused119', '__Unused120', '__Unused121', '__Unused122', '__Unused123', '__Unused124', '__Unused125', '__Unused126', '__Unused127', 'Twitter'] - }, - /** - * Lookup440: pallet_identity::types::Judgement + _enum: [ + '__Unused0', + 'Display', + 'Legal', + '__Unused3', + 'Web', + '__Unused5', + '__Unused6', + '__Unused7', + 'Riot', + '__Unused9', + '__Unused10', + '__Unused11', + '__Unused12', + '__Unused13', + '__Unused14', + '__Unused15', + 'Email', + '__Unused17', + '__Unused18', + '__Unused19', + '__Unused20', + '__Unused21', + '__Unused22', + '__Unused23', + '__Unused24', + '__Unused25', + '__Unused26', + '__Unused27', + '__Unused28', + '__Unused29', + '__Unused30', + '__Unused31', + 'PgpFingerprint', + '__Unused33', + '__Unused34', + '__Unused35', + '__Unused36', + '__Unused37', + '__Unused38', + '__Unused39', + '__Unused40', + '__Unused41', + '__Unused42', + '__Unused43', + '__Unused44', + '__Unused45', + '__Unused46', + '__Unused47', + '__Unused48', + '__Unused49', + '__Unused50', + '__Unused51', + '__Unused52', + '__Unused53', + '__Unused54', + '__Unused55', + '__Unused56', + '__Unused57', + '__Unused58', + '__Unused59', + '__Unused60', + '__Unused61', + '__Unused62', + '__Unused63', + 'Image', + '__Unused65', + '__Unused66', + '__Unused67', + '__Unused68', + '__Unused69', + '__Unused70', + '__Unused71', + '__Unused72', + '__Unused73', + '__Unused74', + '__Unused75', + '__Unused76', + '__Unused77', + '__Unused78', + '__Unused79', + '__Unused80', + '__Unused81', + '__Unused82', + '__Unused83', + '__Unused84', + '__Unused85', + '__Unused86', + '__Unused87', + '__Unused88', + '__Unused89', + '__Unused90', + '__Unused91', + '__Unused92', + '__Unused93', + '__Unused94', + '__Unused95', + '__Unused96', + '__Unused97', + '__Unused98', + '__Unused99', + '__Unused100', + '__Unused101', + '__Unused102', + '__Unused103', + '__Unused104', + '__Unused105', + '__Unused106', + '__Unused107', + '__Unused108', + '__Unused109', + '__Unused110', + '__Unused111', + '__Unused112', + '__Unused113', + '__Unused114', + '__Unused115', + '__Unused116', + '__Unused117', + '__Unused118', + '__Unused119', + '__Unused120', + '__Unused121', + '__Unused122', + '__Unused123', + '__Unused124', + '__Unused125', + '__Unused126', + '__Unused127', + 'Twitter', + ], + }, + /** + * Lookup454: pallet_identity::types::Judgement **/ PalletIdentityJudgement: { _enum: { @@ -4216,11 +4569,11 @@ export default { KnownGood: 'Null', OutOfDate: 'Null', LowQuality: 'Null', - Erroneous: 'Null' - } + Erroneous: 'Null', + }, }, /** - * Lookup441: pallet_vesting::pallet::Call + * Lookup455: pallet_vesting::pallet::Call **/ PalletVestingCall: { _enum: { @@ -4239,20 +4592,20 @@ export default { }, merge_schedules: { schedule1Index: 'u32', - schedule2Index: 'u32' - } - } + schedule2Index: 'u32', + }, + }, }, /** - * Lookup442: pallet_vesting::vesting_info::VestingInfo + * Lookup456: pallet_vesting::vesting_info::VestingInfo **/ PalletVestingVestingInfo: { locked: 'u128', perBlock: 'u128', - startingBlock: 'u32' + startingBlock: 'u32', }, /** - * Lookup443: pallet_treasury::pallet::Call + * Lookup457: pallet_treasury::pallet::Call **/ PalletTreasuryCall: { _enum: { @@ -4271,12 +4624,12 @@ export default { beneficiary: 'MultiAddress', }, remove_approval: { - proposalId: 'Compact' - } - } + proposalId: 'Compact', + }, + }, }, /** - * Lookup444: pallet_uniques::pallet::Call + * Lookup458: pallet_uniques::pallet::Call **/ PalletUniquesCall: { _enum: { @@ -4400,20 +4753,20 @@ export default { buy_item: { collection: 'u64', item: 'u128', - bidPrice: 'u128' - } - } + bidPrice: 'u128', + }, + }, }, /** - * Lookup445: pallet_uniques::types::DestroyWitness + * Lookup459: pallet_uniques::types::DestroyWitness **/ PalletUniquesDestroyWitness: { items: 'Compact', itemMetadatas: 'Compact', - attributes: 'Compact' + attributes: 'Compact', }, /** - * Lookup447: pallet_preimage::pallet::Call + * Lookup461: pallet_preimage::pallet::Call **/ PalletPreimageCall: { _enum: { @@ -4436,23 +4789,23 @@ export default { _alias: { hash_: 'hash', }, - hash_: 'H256' - } - } + hash_: 'H256', + }, + }, }, /** - * Lookup448: pallet_fees::pallet::Call + * Lookup462: pallet_fees::pallet::Call **/ PalletFeesCall: { _enum: { set_fee: { key: 'CfgTypesFeeKeysFeeKey', - fee: 'u128' - } - } + fee: 'u128', + }, + }, }, /** - * Lookup449: pallet_anchors::pallet::Call + * Lookup463: pallet_anchors::pallet::Call **/ PalletAnchorsCall: { _enum: { @@ -4469,11 +4822,11 @@ export default { evict_pre_commits: { anchorIds: 'Vec', }, - evict_anchors: 'Null' - } + evict_anchors: 'Null', + }, }, /** - * Lookup451: pallet_claims::pallet::Call + * Lookup465: pallet_claims::pallet::Call **/ PalletClaimsCall: { _enum: { @@ -4486,12 +4839,12 @@ export default { accountId: 'AccountId32', }, store_root_hash: { - rootHash: 'H256' - } - } + rootHash: 'H256', + }, + }, }, /** - * Lookup452: pallet_crowdloan_claim::pallet::Call + * Lookup466: pallet_crowdloan_claim::pallet::Call **/ PalletCrowdloanClaimCall: { _enum: { @@ -4522,41 +4875,41 @@ export default { lockedAt: 'u32', }, set_crowdloan_trie_index: { - trieIndex: 'u32' - } - } + trieIndex: 'u32', + }, + }, }, /** - * Lookup453: sp_runtime::MultiSignature + * Lookup467: sp_runtime::MultiSignature **/ SpRuntimeMultiSignature: { _enum: { Ed25519: 'SpCoreEd25519Signature', Sr25519: 'SpCoreSr25519Signature', - Ecdsa: 'SpCoreEcdsaSignature' - } + Ecdsa: 'SpCoreEcdsaSignature', + }, }, /** - * Lookup454: sp_core::ed25519::Signature + * Lookup468: sp_core::ed25519::Signature **/ SpCoreEd25519Signature: '[u8;64]', /** - * Lookup456: sp_core::sr25519::Signature + * Lookup470: sp_core::sr25519::Signature **/ SpCoreSr25519Signature: '[u8;64]', /** - * Lookup457: sp_core::ecdsa::Signature + * Lookup471: sp_core::ecdsa::Signature **/ SpCoreEcdsaSignature: '[u8;65]', /** - * Lookup459: proofs::Proof + * Lookup473: proofs::Proof **/ ProofsProof: { leafHash: 'H256', - sortedHashes: 'Vec' + sortedHashes: 'Vec', }, /** - * Lookup460: pallet_crowdloan_reward::pallet::Call + * Lookup474: pallet_crowdloan_reward::pallet::Call **/ PalletCrowdloanRewardCall: { _enum: { @@ -4572,12 +4925,12 @@ export default { period: 'u32', }, set_direct_payout_ratio: { - ratio: 'Perbill' - } - } + ratio: 'Perbill', + }, + }, }, /** - * Lookup461: pallet_pool_system::pallet::Call + * Lookup475: pallet_pool_system::pallet::Call **/ PalletPoolSystemCall: { _enum: { @@ -4593,12 +4946,12 @@ export default { solution: 'Vec', }, execute_epoch: { - poolId: 'u64' - } - } + poolId: 'u64', + }, + }, }, /** - * Lookup462: pallet_loans::pallet::Call + * Lookup476: pallet_loans::pallet::Call **/ PalletLoansCall: { _enum: { @@ -4648,12 +5001,12 @@ export default { changeId: 'H256', }, update_portfolio_valuation: { - poolId: 'u64' - } - } + poolId: 'u64', + }, + }, }, /** - * Lookup463: pallet_permissions::pallet::Call + * Lookup477: pallet_permissions::pallet::Call **/ PalletPermissionsCall: { _enum: { @@ -4674,12 +5027,12 @@ export default { }, admin_purge: { from: 'AccountId32', - scope: 'CfgTypesPermissionsPermissionScope' - } - } + scope: 'CfgTypesPermissionsPermissionScope', + }, + }, }, /** - * Lookup464: pallet_collator_allowlist::pallet::Call + * Lookup478: pallet_collator_allowlist::pallet::Call **/ PalletCollatorAllowlistCall: { _enum: { @@ -4687,12 +5040,12 @@ export default { collatorId: 'AccountId32', }, remove: { - collatorId: 'AccountId32' - } - } + collatorId: 'AccountId32', + }, + }, }, /** - * Lookup465: pallet_restricted_tokens::pallet::Call + * Lookup479: pallet_restricted_tokens::pallet::Call **/ PalletRestrictedTokensCall: { _enum: { @@ -4721,12 +5074,12 @@ export default { who: 'MultiAddress', currencyId: 'CfgTypesTokensCurrencyId', newFree: 'Compact', - newReserved: 'Compact' - } - } + newReserved: 'Compact', + }, + }, }, /** - * Lookup466: pallet_nft_sales::pallet::Call + * Lookup480: pallet_nft_sales::pallet::Call **/ PalletNftSalesCall: { _enum: { @@ -4742,12 +5095,12 @@ export default { buy: { classId: 'u64', instanceId: 'u128', - maxOffer: 'PalletNftSalesPrice' - } - } + maxOffer: 'PalletNftSalesPrice', + }, + }, }, /** - * Lookup467: pallet_bridge::pallet::Call + * Lookup481: pallet_bridge::pallet::Call **/ PalletBridgeCall: { _enum: { @@ -4766,12 +5119,12 @@ export default { hash_: 'hash', }, hash_: 'H256', - rId: '[u8;32]' - } - } + rId: '[u8;32]', + }, + }, }, /** - * Lookup468: pallet_nft::pallet::Call + * Lookup482: pallet_nft::pallet::Call **/ PalletNftCall: { _enum: { @@ -4780,12 +5133,12 @@ export default { depositAddress: '[u8;20]', proofs: 'Vec', staticProofs: '[H256;3]', - destId: 'u8' - } - } + destId: 'u8', + }, + }, }, /** - * Lookup471: pallet_keystore::pallet::Call + * Lookup485: pallet_keystore::pallet::Call **/ PalletKeystoreCall: { _enum: { @@ -4803,20 +5156,20 @@ export default { keyPurpose: 'PalletKeystoreKeyPurpose', }, set_deposit: { - newDeposit: 'u128' - } - } + newDeposit: 'u128', + }, + }, }, /** - * Lookup473: pallet_keystore::AddKey + * Lookup487: pallet_keystore::AddKey **/ PalletKeystoreAddKey: { key: 'H256', purpose: 'PalletKeystoreKeyPurpose', - keyType: 'PalletKeystoreKeyType' + keyType: 'PalletKeystoreKeyType', }, /** - * Lookup474: pallet_investments::pallet::Call + * Lookup488: pallet_investments::pallet::Call **/ PalletInvestmentsCall: { _enum: { @@ -4840,12 +5193,12 @@ export default { }, collect_redemptions_for: { who: 'AccountId32', - investmentId: 'CfgTypesTokensTrancheCurrency' - } - } + investmentId: 'CfgTypesTokensTrancheCurrency', + }, + }, }, /** - * Lookup475: pallet_liquidity_rewards::pallet::Call + * Lookup489: pallet_liquidity_rewards::pallet::Call **/ PalletLiquidityRewardsCall: { _enum: { @@ -4872,22 +5225,20 @@ export default { }, set_currency_group: { currencyId: 'CfgTypesTokensCurrencyId', - groupId: 'u32' - } - } + groupId: 'u32', + }, + }, }, /** - * Lookup476: pallet_connectors::pallet::Call + * Lookup490: pallet_liquidity_pools::pallet::Call **/ - PalletConnectorsCall: { + PalletLiquidityPoolsCall: { _enum: { set_domain_router: { domain: 'CfgTypesDomainAddressDomain', - router: 'PalletConnectorsRoutersRouter', - }, - add_connector: { - connector: 'AccountId32', + router: 'PalletLiquidityPoolsRoutersRouter', }, + __Unused1: 'Null', add_pool: { poolId: 'u64', domain: 'CfgTypesDomainAddressDomain', @@ -4923,7 +5274,10 @@ export default { currencyId: 'CfgTypesTokensCurrencyId', }, __Unused9: 'Null', - __Unused10: 'Null', + schedule_upgrade: { + evmChainId: 'u64', + contract: '[u8;20]', + }, __Unused11: 'Null', __Unused12: 'Null', __Unused13: 'Null', @@ -5006,12 +5360,12 @@ export default { allow_pool_currency: { poolId: 'u64', trancheId: '[u8;16]', - currencyId: 'CfgTypesTokensCurrencyId' - } - } + currencyId: 'CfgTypesTokensCurrencyId', + }, + }, }, /** - * Lookup477: pallet_pool_registry::pallet::Call + * Lookup491: pallet_pool_registry::pallet::Call **/ PalletPoolRegistryCall: { _enum: { @@ -5022,6 +5376,7 @@ export default { currency: 'CfgTypesTokensCurrencyId', maxReserve: 'u128', metadata: 'Option', + writeOffPolicy: 'Vec', }, update: { poolId: 'u64', @@ -5032,59 +5387,59 @@ export default { }, set_metadata: { poolId: 'u64', - metadata: 'Bytes' - } - } + metadata: 'Bytes', + }, + }, }, /** - * Lookup479: pallet_pool_system::tranches::TrancheInput + * Lookup493: pallet_pool_system::tranches::TrancheInput **/ PalletPoolSystemTranchesTrancheInput: { trancheType: 'PalletPoolSystemTranchesTrancheType', seniority: 'Option', - metadata: 'CfgTypesPoolsTrancheMetadata' + metadata: 'CfgTypesPoolsTrancheMetadata', }, /** - * Lookup481: pallet_pool_system::pool_types::PoolChanges + * Lookup495: pallet_pool_system::pool_types::PoolChanges **/ PalletPoolSystemPoolTypesPoolChanges: { tranches: { _enum: { NoChange: 'Null', - NewValue: 'Vec' - } + NewValue: 'Vec', + }, }, trancheMetadata: 'OrmlTraitsChangeBoundedVec', minEpochTime: 'OrmlTraitsChangeU64', - maxNavAge: 'OrmlTraitsChangeU64' + maxNavAge: 'OrmlTraitsChangeU64', }, /** - * Lookup484: pallet_pool_system::tranches::TrancheUpdate + * Lookup498: pallet_pool_system::tranches::TrancheUpdate **/ PalletPoolSystemTranchesTrancheUpdate: { trancheType: 'PalletPoolSystemTranchesTrancheType', - seniority: 'Option' + seniority: 'Option', }, /** - * Lookup486: orml_traits::Change, S>> + * Lookup500: orml_traits::Change, S>> **/ OrmlTraitsChangeBoundedVec: { _enum: { NoChange: 'Null', - NewValue: 'Vec' - } + NewValue: 'Vec', + }, }, /** - * Lookup489: orml_traits::Change + * Lookup503: orml_traits::Change **/ OrmlTraitsChangeU64: { _enum: { NoChange: 'Null', - NewValue: 'u64' - } + NewValue: 'u64', + }, }, /** - * Lookup490: pallet_block_rewards::pallet::Call + * Lookup504: pallet_block_rewards::pallet::Call **/ PalletBlockRewardsCall: { _enum: { @@ -5095,12 +5450,12 @@ export default { collatorRewardPerSession: 'u128', }, set_total_reward: { - totalRewardPerSession: 'u128' - } - } + totalRewardPerSession: 'u128', + }, + }, }, /** - * Lookup491: pallet_transfer_allowlist::pallet::Call + * Lookup505: pallet_transfer_allowlist::pallet::Call **/ PalletTransferAllowlistCall: { _enum: { @@ -5128,32 +5483,76 @@ export default { currencyId: 'CfgTypesTokensCurrencyId', }, purge_allowance_delay: { - currencyId: 'CfgTypesTokensCurrencyId' - } - } + currencyId: 'CfgTypesTokensCurrencyId', + }, + }, }, /** - * Lookup492: pallet_connectors_gateway::pallet::Call + * Lookup506: pallet_liquidity_pools_gateway::pallet::Call **/ - PalletConnectorsGatewayCall: { + PalletLiquidityPoolsGatewayCall: { _enum: { set_domain_router: { domain: 'CfgTypesDomainAddressDomain', - router: 'RuntimeCommonRoutersDummyRouter', + router: 'LiquidityPoolsGatewayRoutersDomainRouter', }, - add_connector: { - connector: 'CfgTypesDomainAddress', + add_instance: { + instance: 'CfgTypesDomainAddress', }, - remove_connector: { - connector: 'CfgTypesDomainAddress', + remove_instance: { + instance: 'CfgTypesDomainAddress', + }, + add_relayer: { + relayer: 'CfgTypesDomainAddress', + }, + remove_relayer: { + relayer: 'CfgTypesDomainAddress', }, process_msg: { - msg: 'Bytes' - } - } + msg: 'Bytes', + }, + }, + }, + /** + * Lookup508: pallet_order_book::pallet::Call + **/ + PalletOrderBookCall: { + _enum: { + create_order: { + assetIn: 'CfgTypesTokensCurrencyId', + assetOut: 'CfgTypesTokensCurrencyId', + buyAmount: 'u128', + price: 'u128', + }, + user_update_order: { + orderId: 'u64', + buyAmount: 'u128', + price: 'u128', + }, + user_cancel_order: { + orderId: 'u64', + }, + fill_order_full: { + orderId: 'u64', + }, + add_trading_pair: { + assetIn: 'CfgTypesTokensCurrencyId', + assetOut: 'CfgTypesTokensCurrencyId', + minOrder: 'u128', + }, + rm_trading_pair: { + assetIn: 'CfgTypesTokensCurrencyId', + assetOut: 'CfgTypesTokensCurrencyId', + }, + update_min_order: { + assetIn: 'CfgTypesTokensCurrencyId', + assetOut: 'CfgTypesTokensCurrencyId', + minOrder: 'u128', + }, + }, }, /** - * Lookup494: cumulus_pallet_xcmp_queue::pallet::Call + * Lookup509: cumulus_pallet_xcmp_queue::pallet::Call **/ CumulusPalletXcmpQueueCall: { _enum: { @@ -5197,12 +5596,12 @@ export default { _alias: { new_: 'new', }, - new_: 'SpWeightsWeightV2Weight' - } - } + new_: 'SpWeightsWeightV2Weight', + }, + }, }, /** - * Lookup495: pallet_xcm::pallet::Call + * Lookup510: pallet_xcm::pallet::Call **/ PalletXcmCall: { _enum: { @@ -5251,27 +5650,27 @@ export default { beneficiary: 'XcmVersionedMultiLocation', assets: 'XcmVersionedMultiAssets', feeAssetItem: 'u32', - weightLimit: 'XcmV3WeightLimit' - } - } + weightLimit: 'XcmV3WeightLimit', + }, + }, }, /** - * Lookup496: xcm::VersionedXcm + * Lookup511: xcm::VersionedXcm **/ XcmVersionedXcm: { _enum: { __Unused0: 'Null', __Unused1: 'Null', V2: 'XcmV2Xcm', - V3: 'XcmV3Xcm' - } + V3: 'XcmV3Xcm', + }, }, /** - * Lookup497: xcm::v2::Xcm + * Lookup512: xcm::v2::Xcm **/ XcmV2Xcm: 'Vec', /** - * Lookup499: xcm::v2::Instruction + * Lookup514: xcm::v2::Instruction **/ XcmV2Instruction: { _enum: { @@ -5365,22 +5764,22 @@ export default { queryId: 'Compact', maxResponseWeight: 'Compact', }, - UnsubscribeVersion: 'Null' - } + UnsubscribeVersion: 'Null', + }, }, /** - * Lookup500: xcm::v2::Response + * Lookup515: xcm::v2::Response **/ XcmV2Response: { _enum: { Null: 'Null', Assets: 'XcmV2MultiassetMultiAssets', ExecutionResult: 'Option<(u32,XcmV2TraitsError)>', - Version: 'u32' - } + Version: 'u32', + }, }, /** - * Lookup503: xcm::v2::traits::Error + * Lookup518: xcm::v2::traits::Error **/ XcmV2TraitsError: { _enum: { @@ -5409,58 +5808,58 @@ export default { UnhandledXcmVersion: 'Null', WeightLimitReached: 'u64', Barrier: 'Null', - WeightNotComputable: 'Null' - } + WeightNotComputable: 'Null', + }, }, /** - * Lookup504: xcm::v2::multiasset::MultiAssetFilter + * Lookup519: xcm::v2::multiasset::MultiAssetFilter **/ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: 'XcmV2MultiassetMultiAssets', - Wild: 'XcmV2MultiassetWildMultiAsset' - } + Wild: 'XcmV2MultiassetWildMultiAsset', + }, }, /** - * Lookup505: xcm::v2::multiasset::WildMultiAsset + * Lookup520: xcm::v2::multiasset::WildMultiAsset **/ XcmV2MultiassetWildMultiAsset: { _enum: { All: 'Null', AllOf: { id: 'XcmV2MultiassetAssetId', - fun: 'XcmV2MultiassetWildFungibility' - } - } + fun: 'XcmV2MultiassetWildFungibility', + }, + }, }, /** - * Lookup506: xcm::v2::multiasset::WildFungibility + * Lookup521: xcm::v2::multiasset::WildFungibility **/ XcmV2MultiassetWildFungibility: { - _enum: ['Fungible', 'NonFungible'] + _enum: ['Fungible', 'NonFungible'], }, /** - * Lookup507: xcm::v2::WeightLimit + * Lookup522: xcm::v2::WeightLimit **/ XcmV2WeightLimit: { _enum: { Unlimited: 'Null', - Limited: 'Compact' - } + Limited: 'Compact', + }, }, /** - * Lookup516: cumulus_pallet_dmp_queue::pallet::Call + * Lookup531: cumulus_pallet_dmp_queue::pallet::Call **/ CumulusPalletDmpQueueCall: { _enum: { service_overweight: { index: 'u64', - weightLimit: 'SpWeightsWeightV2Weight' - } - } + weightLimit: 'SpWeightsWeightV2Weight', + }, + }, }, /** - * Lookup517: orml_xtokens::module::Call + * Lookup532: orml_xtokens::module::Call **/ OrmlXtokensModuleCall: { _enum: { @@ -5498,23 +5897,23 @@ export default { assets: 'XcmVersionedMultiAssets', feeItem: 'u32', dest: 'XcmVersionedMultiLocation', - destWeightLimit: 'XcmV3WeightLimit' - } - } + destWeightLimit: 'XcmV3WeightLimit', + }, + }, }, /** - * Lookup518: xcm::VersionedMultiAsset + * Lookup533: xcm::VersionedMultiAsset **/ XcmVersionedMultiAsset: { _enum: { __Unused0: 'Null', V2: 'XcmV2MultiAsset', __Unused2: 'Null', - V3: 'XcmV3MultiAsset' - } + V3: 'XcmV3MultiAsset', + }, }, /** - * Lookup521: pallet_xcm_transactor::pallet::Call + * Lookup536: pallet_xcm_transactor::pallet::Call **/ PalletXcmTransactorCall: { _enum: { @@ -5526,7 +5925,7 @@ export default { index: 'u16', }, transact_through_derivative: { - dest: 'DevelopmentRuntimeNullTransactor', + dest: 'RuntimeCommonXcmTransactorNullTransactor', index: 'u16', fee: 'PalletXcmTransactorCurrencyPayment', innerCall: 'Bytes', @@ -5565,39 +5964,39 @@ export default { hrmp_manage: { action: 'PalletXcmTransactorHrmpOperation', fee: 'PalletXcmTransactorCurrencyPayment', - weightInfo: 'PalletXcmTransactorTransactWeights' - } - } + weightInfo: 'PalletXcmTransactorTransactWeights', + }, + }, }, /** - * Lookup522: development_runtime::NullTransactor + * Lookup537: runtime_common::xcm_transactor::NullTransactor **/ - DevelopmentRuntimeNullTransactor: 'Null', + RuntimeCommonXcmTransactorNullTransactor: 'Null', /** - * Lookup523: pallet_xcm_transactor::pallet::CurrencyPayment + * Lookup538: pallet_xcm_transactor::pallet::CurrencyPayment **/ PalletXcmTransactorCurrencyPayment: { currency: 'PalletXcmTransactorCurrency', - feeAmount: 'Option' + feeAmount: 'Option', }, /** - * Lookup524: pallet_xcm_transactor::pallet::Currency + * Lookup539: pallet_xcm_transactor::pallet::Currency **/ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: 'CfgTypesTokensCurrencyId', - AsMultiLocation: 'XcmVersionedMultiLocation' - } + AsMultiLocation: 'XcmVersionedMultiLocation', + }, }, /** - * Lookup525: pallet_xcm_transactor::pallet::TransactWeights + * Lookup540: pallet_xcm_transactor::pallet::TransactWeights **/ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: 'SpWeightsWeightV2Weight', - overallWeight: 'Option' + overallWeight: 'Option', }, /** - * Lookup526: chainbridge::pallet::Call + * Lookup541: chainbridge::pallet::Call **/ ChainbridgeCall: { _enum: { @@ -5635,12 +6034,12 @@ export default { eval_vote_state: { nonce: 'u64', srcId: 'u8', - proposal: 'Call' - } - } + proposal: 'Call', + }, + }, }, /** - * Lookup527: orml_asset_registry::module::Call + * Lookup542: orml_asset_registry::module::Call **/ OrmlAssetRegistryModuleCall: { _enum: { @@ -5655,33 +6054,33 @@ export default { symbol: 'Option', existentialDeposit: 'Option', location: 'Option>', - additional: 'Option' - } - } + additional: 'Option', + }, + }, }, /** - * Lookup531: orml_xcm::module::Call + * Lookup546: orml_xcm::module::Call **/ OrmlXcmModuleCall: { _enum: { send_as_sovereign: { dest: 'XcmVersionedMultiLocation', - message: 'XcmVersionedXcm' - } - } + message: 'XcmVersionedXcm', + }, + }, }, /** - * Lookup532: orml_oracle::module::Call + * Lookup547: orml_oracle::module::Call **/ OrmlOracleModuleCall: { _enum: { feed_values: { - values: 'Vec<(CfgTypesOraclesOracleKey,u128)>' - } - } + values: 'Vec<(CfgTypesOraclesOracleKey,u128)>', + }, + }, }, /** - * Lookup533: pallet_membership::pallet::Call + * Lookup548: pallet_membership::pallet::Call **/ PalletMembershipCall: { _enum: { @@ -5707,11 +6106,11 @@ export default { set_prime: { who: 'MultiAddress', }, - clear_prime: 'Null' - } + clear_prime: 'Null', + }, }, /** - * Lookup534: pallet_evm::pallet::Call + * Lookup549: pallet_evm::pallet::Call **/ PalletEvmCall: { _enum: { @@ -5749,12 +6148,12 @@ export default { maxFeePerGas: 'U256', maxPriorityFeePerGas: 'Option', nonce: 'Option', - accessList: 'Vec<(H160,Vec)>' - } - } + accessList: 'Vec<(H160,Vec)>', + }, + }, }, /** - * Lookup538: pallet_base_fee::pallet::Call + * Lookup553: pallet_base_fee::pallet::Call **/ PalletBaseFeeCall: { _enum: { @@ -5762,32 +6161,32 @@ export default { fee: 'U256', }, set_elasticity: { - elasticity: 'Permill' - } - } + elasticity: 'Permill', + }, + }, }, /** - * Lookup539: pallet_ethereum::pallet::Call + * Lookup554: pallet_ethereum::pallet::Call **/ PalletEthereumCall: { _enum: { transact: { - transaction: 'EthereumTransactionTransactionV2' - } - } + transaction: 'EthereumTransactionTransactionV2', + }, + }, }, /** - * Lookup540: ethereum::transaction::TransactionV2 + * Lookup555: ethereum::transaction::TransactionV2 **/ EthereumTransactionTransactionV2: { _enum: { Legacy: 'EthereumTransactionLegacyTransaction', EIP2930: 'EthereumTransactionEip2930Transaction', - EIP1559: 'EthereumTransactionEip1559Transaction' - } + EIP1559: 'EthereumTransactionEip1559Transaction', + }, }, /** - * Lookup541: ethereum::transaction::LegacyTransaction + * Lookup556: ethereum::transaction::LegacyTransaction **/ EthereumTransactionLegacyTransaction: { nonce: 'U256', @@ -5796,27 +6195,27 @@ export default { action: 'EthereumTransactionTransactionAction', value: 'U256', input: 'Bytes', - signature: 'EthereumTransactionTransactionSignature' + signature: 'EthereumTransactionTransactionSignature', }, /** - * Lookup542: ethereum::transaction::TransactionAction + * Lookup557: ethereum::transaction::TransactionAction **/ EthereumTransactionTransactionAction: { _enum: { Call: 'H160', - Create: 'Null' - } + Create: 'Null', + }, }, /** - * Lookup543: ethereum::transaction::TransactionSignature + * Lookup558: ethereum::transaction::TransactionSignature **/ EthereumTransactionTransactionSignature: { v: 'u64', r: 'H256', - s: 'H256' + s: 'H256', }, /** - * Lookup545: ethereum::transaction::EIP2930Transaction + * Lookup560: ethereum::transaction::EIP2930Transaction **/ EthereumTransactionEip2930Transaction: { chainId: 'u64', @@ -5829,17 +6228,17 @@ export default { accessList: 'Vec', oddYParity: 'bool', r: 'H256', - s: 'H256' + s: 'H256', }, /** - * Lookup547: ethereum::transaction::AccessListItem + * Lookup562: ethereum::transaction::AccessListItem **/ EthereumTransactionAccessListItem: { address: 'H160', - storageKeys: 'Vec' + storageKeys: 'Vec', }, /** - * Lookup548: ethereum::transaction::EIP1559Transaction + * Lookup563: ethereum::transaction::EIP1559Transaction **/ EthereumTransactionEip1559Transaction: { chainId: 'u64', @@ -5853,10 +6252,24 @@ export default { accessList: 'Vec', oddYParity: 'bool', r: 'H256', - s: 'H256' + s: 'H256', + }, + /** + * Lookup564: axelar_gateway_precompile::pallet::Call + **/ + AxelarGatewayPrecompileCall: { + _enum: { + set_gateway: { + address: 'H160', + }, + set_converter: { + idHash: 'H256', + converter: 'AxelarGatewayPrecompileSourceConverter', + }, + }, }, /** - * Lookup549: pallet_migration_manager::pallet::Call + * Lookup565: pallet_migration_manager::pallet::Call **/ PalletMigrationManagerCall: { _enum: { @@ -5872,19 +6285,19 @@ export default { migrate_proxy_proxies: { proxies: 'Vec<(AccountId32,u128,(Vec,u128))>', }, - finalize: 'Null' - } + finalize: 'Null', + }, }, /** - * Lookup556: pallet_proxy::ProxyDefinition + * Lookup572: pallet_proxy::ProxyDefinition **/ PalletProxyProxyDefinition: { delegate: 'AccountId32', proxyType: 'DevelopmentRuntimeProxyType', - delay: 'u32' + delay: 'u32', }, /** - * Lookup558: pallet_sudo::pallet::Call + * Lookup574: pallet_sudo::pallet::Call **/ PalletSudoCall: { _enum: { @@ -5903,122 +6316,175 @@ export default { }, sudo_as: { who: 'MultiAddress', - call: 'Call' - } - } + call: 'Call', + }, + }, }, /** - * Lookup560: pallet_multisig::pallet::Error + * Lookup576: pallet_multisig::pallet::Error **/ PalletMultisigError: { - _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored'] - }, - /** - * Lookup563: pallet_proxy::Announcement + _enum: [ + 'MinimumThreshold', + 'AlreadyApproved', + 'NoApprovalsNeeded', + 'TooFewSignatories', + 'TooManySignatories', + 'SignatoriesOutOfOrder', + 'SenderInSignatories', + 'NotFound', + 'NotOwner', + 'NoTimepoint', + 'WrongTimepoint', + 'UnexpectedTimepoint', + 'MaxWeightTooLow', + 'AlreadyStored', + ], + }, + /** + * Lookup579: pallet_proxy::Announcement **/ PalletProxyAnnouncement: { real: 'AccountId32', callHash: 'H256', - height: 'u32' + height: 'u32', }, /** - * Lookup565: pallet_proxy::pallet::Error + * Lookup581: pallet_proxy::pallet::Error **/ PalletProxyError: { - _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy'] + _enum: [ + 'TooMany', + 'NotFound', + 'NotProxy', + 'Unproxyable', + 'Duplicate', + 'NoPermission', + 'Unannounced', + 'NoSelfProxy', + ], }, /** - * Lookup566: pallet_utility::pallet::Error + * Lookup582: pallet_utility::pallet::Error **/ PalletUtilityError: { - _enum: ['TooManyCalls'] + _enum: ['TooManyCalls'], }, /** - * Lookup569: pallet_scheduler::Scheduled, BlockNumber, development_runtime::OriginCaller, sp_core::crypto::AccountId32> + * Lookup585: pallet_scheduler::Scheduled, BlockNumber, development_runtime::OriginCaller, sp_core::crypto::AccountId32> **/ PalletSchedulerScheduled: { maybeId: 'Option<[u8;32]>', priority: 'u8', call: 'FrameSupportPreimagesBounded', maybePeriodic: 'Option<(u32,u32)>', - origin: 'DevelopmentRuntimeOriginCaller' + origin: 'DevelopmentRuntimeOriginCaller', }, /** - * Lookup571: pallet_scheduler::pallet::Error + * Lookup587: pallet_scheduler::pallet::Error **/ PalletSchedulerError: { - _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named'] + _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named'], }, /** - * Lookup573: pallet_collective::Votes + * Lookup589: pallet_collective::Votes **/ PalletCollectiveVotes: { index: 'u32', threshold: 'u32', ayes: 'Vec', nays: 'Vec', - end: 'u32' + end: 'u32', }, /** - * Lookup574: pallet_collective::pallet::Error + * Lookup590: pallet_collective::pallet::Error **/ PalletCollectiveError: { - _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength'] - }, - /** - * Lookup576: pallet_elections_phragmen::SeatHolder + _enum: [ + 'NotMember', + 'DuplicateProposal', + 'ProposalMissing', + 'WrongIndex', + 'DuplicateVote', + 'AlreadyInitialized', + 'TooEarly', + 'TooManyProposals', + 'WrongProposalWeight', + 'WrongProposalLength', + ], + }, + /** + * Lookup592: pallet_elections_phragmen::SeatHolder **/ PalletElectionsPhragmenSeatHolder: { who: 'AccountId32', stake: 'u128', - deposit: 'u128' + deposit: 'u128', }, /** - * Lookup577: pallet_elections_phragmen::Voter + * Lookup593: pallet_elections_phragmen::Voter **/ PalletElectionsPhragmenVoter: { votes: 'Vec', stake: 'u128', - deposit: 'u128' + deposit: 'u128', }, /** - * Lookup578: pallet_elections_phragmen::pallet::Error + * Lookup594: pallet_elections_phragmen::pallet::Error **/ PalletElectionsPhragmenError: { - _enum: ['UnableToVote', 'NoVotes', 'TooManyVotes', 'MaximumVotesExceeded', 'LowBalance', 'UnableToPayBond', 'MustBeVoter', 'DuplicatedCandidate', 'TooManyCandidates', 'MemberSubmit', 'RunnerUpSubmit', 'InsufficientCandidateFunds', 'NotMember', 'InvalidWitnessData', 'InvalidVoteCount', 'InvalidRenouncing', 'InvalidReplacement'] - }, - /** - * Lookup584: pallet_democracy::types::ReferendumInfo, Balance> + _enum: [ + 'UnableToVote', + 'NoVotes', + 'TooManyVotes', + 'MaximumVotesExceeded', + 'LowBalance', + 'UnableToPayBond', + 'MustBeVoter', + 'DuplicatedCandidate', + 'TooManyCandidates', + 'MemberSubmit', + 'RunnerUpSubmit', + 'InsufficientCandidateFunds', + 'NotMember', + 'InvalidWitnessData', + 'InvalidVoteCount', + 'InvalidRenouncing', + 'InvalidReplacement', + ], + }, + /** + * Lookup600: pallet_democracy::types::ReferendumInfo, Balance> **/ PalletDemocracyReferendumInfo: { _enum: { Ongoing: 'PalletDemocracyReferendumStatus', Finished: { approved: 'bool', - end: 'u32' - } - } + end: 'u32', + }, + }, }, /** - * Lookup585: pallet_democracy::types::ReferendumStatus, Balance> + * Lookup601: pallet_democracy::types::ReferendumStatus, Balance> **/ PalletDemocracyReferendumStatus: { end: 'u32', proposal: 'FrameSupportPreimagesBounded', threshold: 'PalletDemocracyVoteThreshold', delay: 'u32', - tally: 'PalletDemocracyTally' + tally: 'PalletDemocracyTally', }, /** - * Lookup586: pallet_democracy::types::Tally + * Lookup602: pallet_democracy::types::Tally **/ PalletDemocracyTally: { ayes: 'u128', nays: 'u128', - turnout: 'u128' + turnout: 'u128', }, /** - * Lookup587: pallet_democracy::vote::Voting + * Lookup603: pallet_democracy::vote::Voting **/ PalletDemocracyVoteVoting: { _enum: { @@ -6032,82 +6498,131 @@ export default { target: 'AccountId32', conviction: 'PalletDemocracyConviction', delegations: 'PalletDemocracyDelegations', - prior: 'PalletDemocracyVotePriorLock' - } - } + prior: 'PalletDemocracyVotePriorLock', + }, + }, }, /** - * Lookup591: pallet_democracy::types::Delegations + * Lookup607: pallet_democracy::types::Delegations **/ PalletDemocracyDelegations: { votes: 'u128', - capital: 'u128' + capital: 'u128', }, /** - * Lookup592: pallet_democracy::vote::PriorLock + * Lookup608: pallet_democracy::vote::PriorLock **/ PalletDemocracyVotePriorLock: '(u32,u128)', /** - * Lookup595: pallet_democracy::pallet::Error + * Lookup611: pallet_democracy::pallet::Error **/ PalletDemocracyError: { - _enum: ['ValueLow', 'ProposalMissing', 'AlreadyCanceled', 'DuplicateProposal', 'ProposalBlacklisted', 'NotSimpleMajority', 'InvalidHash', 'NoProposal', 'AlreadyVetoed', 'ReferendumInvalid', 'NoneWaiting', 'NotVoter', 'NoPermission', 'AlreadyDelegating', 'InsufficientFunds', 'NotDelegating', 'VotesExist', 'InstantNotAllowed', 'Nonsense', 'WrongUpperBound', 'MaxVotesReached', 'TooMany', 'VotingPeriodLow'] - }, - /** - * Lookup596: pallet_identity::types::Registration + _enum: [ + 'ValueLow', + 'ProposalMissing', + 'AlreadyCanceled', + 'DuplicateProposal', + 'ProposalBlacklisted', + 'NotSimpleMajority', + 'InvalidHash', + 'NoProposal', + 'AlreadyVetoed', + 'ReferendumInvalid', + 'NoneWaiting', + 'NotVoter', + 'NoPermission', + 'AlreadyDelegating', + 'InsufficientFunds', + 'NotDelegating', + 'VotesExist', + 'InstantNotAllowed', + 'Nonsense', + 'WrongUpperBound', + 'MaxVotesReached', + 'TooMany', + 'VotingPeriodLow', + ], + }, + /** + * Lookup612: pallet_identity::types::Registration **/ PalletIdentityRegistration: { judgements: 'Vec<(u32,PalletIdentityJudgement)>', deposit: 'u128', - info: 'PalletIdentityIdentityInfo' + info: 'PalletIdentityIdentityInfo', }, /** - * Lookup604: pallet_identity::types::RegistrarInfo + * Lookup620: pallet_identity::types::RegistrarInfo **/ PalletIdentityRegistrarInfo: { account: 'AccountId32', fee: 'u128', - fields: 'PalletIdentityBitFlags' + fields: 'PalletIdentityBitFlags', }, /** - * Lookup606: pallet_identity::pallet::Error + * Lookup622: pallet_identity::pallet::Error **/ PalletIdentityError: { - _enum: ['TooManySubAccounts', 'NotFound', 'NotNamed', 'EmptyIndex', 'FeeChanged', 'NoIdentity', 'StickyJudgement', 'JudgementGiven', 'InvalidJudgement', 'InvalidIndex', 'InvalidTarget', 'TooManyFields', 'TooManyRegistrars', 'AlreadyClaimed', 'NotSub', 'NotOwned', 'JudgementForDifferentIdentity', 'JudgementPaymentFailed'] - }, - /** - * Lookup609: pallet_vesting::Releases + _enum: [ + 'TooManySubAccounts', + 'NotFound', + 'NotNamed', + 'EmptyIndex', + 'FeeChanged', + 'NoIdentity', + 'StickyJudgement', + 'JudgementGiven', + 'InvalidJudgement', + 'InvalidIndex', + 'InvalidTarget', + 'TooManyFields', + 'TooManyRegistrars', + 'AlreadyClaimed', + 'NotSub', + 'NotOwned', + 'JudgementForDifferentIdentity', + 'JudgementPaymentFailed', + ], + }, + /** + * Lookup625: pallet_vesting::Releases **/ PalletVestingReleases: { - _enum: ['V0', 'V1'] + _enum: ['V0', 'V1'], }, /** - * Lookup610: pallet_vesting::pallet::Error + * Lookup626: pallet_vesting::pallet::Error **/ PalletVestingError: { - _enum: ['NotVesting', 'AtMaxVestingSchedules', 'AmountLow', 'ScheduleIndexOutOfBounds', 'InvalidScheduleParams'] + _enum: ['NotVesting', 'AtMaxVestingSchedules', 'AmountLow', 'ScheduleIndexOutOfBounds', 'InvalidScheduleParams'], }, /** - * Lookup611: pallet_treasury::Proposal + * Lookup627: pallet_treasury::Proposal **/ PalletTreasuryProposal: { proposer: 'AccountId32', value: 'u128', beneficiary: 'AccountId32', - bond: 'u128' + bond: 'u128', }, /** - * Lookup613: frame_support::PalletId + * Lookup629: frame_support::PalletId **/ FrameSupportPalletId: '[u8;8]', /** - * Lookup614: pallet_treasury::pallet::Error + * Lookup630: pallet_treasury::pallet::Error **/ PalletTreasuryError: { - _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved'] + _enum: [ + 'InsufficientProposersBalance', + 'InvalidIndex', + 'TooManyApprovals', + 'InsufficientPermission', + 'ProposalNotApproved', + ], }, /** - * Lookup615: pallet_uniques::types::CollectionDetails + * Lookup631: pallet_uniques::types::CollectionDetails **/ PalletUniquesCollectionDetails: { owner: 'AccountId32', @@ -6119,41 +6634,60 @@ export default { items: 'u32', itemMetadatas: 'u32', attributes: 'u32', - isFrozen: 'bool' + isFrozen: 'bool', }, /** - * Lookup618: pallet_uniques::types::ItemDetails + * Lookup634: pallet_uniques::types::ItemDetails **/ PalletUniquesItemDetails: { owner: 'AccountId32', approved: 'Option', isFrozen: 'bool', - deposit: 'u128' + deposit: 'u128', }, /** - * Lookup619: pallet_uniques::types::CollectionMetadata + * Lookup635: pallet_uniques::types::CollectionMetadata **/ PalletUniquesCollectionMetadata: { deposit: 'u128', data: 'Bytes', - isFrozen: 'bool' + isFrozen: 'bool', }, /** - * Lookup620: pallet_uniques::types::ItemMetadata + * Lookup636: pallet_uniques::types::ItemMetadata **/ PalletUniquesItemMetadata: { deposit: 'u128', data: 'Bytes', - isFrozen: 'bool' + isFrozen: 'bool', }, /** - * Lookup624: pallet_uniques::pallet::Error + * Lookup640: pallet_uniques::pallet::Error **/ PalletUniquesError: { - _enum: ['NoPermission', 'UnknownCollection', 'AlreadyExists', 'WrongOwner', 'BadWitness', 'InUse', 'Frozen', 'WrongDelegate', 'NoDelegate', 'Unapproved', 'Unaccepted', 'Locked', 'MaxSupplyReached', 'MaxSupplyAlreadySet', 'MaxSupplyTooSmall', 'UnknownItem', 'NotForSale', 'BidTooLow'] - }, - /** - * Lookup625: pallet_preimage::RequestStatus + _enum: [ + 'NoPermission', + 'UnknownCollection', + 'AlreadyExists', + 'WrongOwner', + 'BadWitness', + 'InUse', + 'Frozen', + 'WrongDelegate', + 'NoDelegate', + 'Unapproved', + 'Unaccepted', + 'Locked', + 'MaxSupplyReached', + 'MaxSupplyAlreadySet', + 'MaxSupplyTooSmall', + 'UnknownItem', + 'NotForSale', + 'BidTooLow', + ], + }, + /** + * Lookup641: pallet_preimage::RequestStatus **/ PalletPreimageRequestStatus: { _enum: { @@ -6164,51 +6698,71 @@ export default { Requested: { deposit: 'Option<(AccountId32,u128)>', count: 'u32', - len: 'Option' - } - } + len: 'Option', + }, + }, }, /** - * Lookup629: pallet_preimage::pallet::Error + * Lookup645: pallet_preimage::pallet::Error **/ PalletPreimageError: { - _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'] + _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'], }, /** - * Lookup630: pallet_anchors::PreCommitData + * Lookup646: pallet_anchors::PreCommitData **/ PalletAnchorsPreCommitData: { signingRoot: 'H256', identity: 'AccountId32', expirationBlock: 'u32', - deposit: 'u128' + deposit: 'u128', }, /** - * Lookup632: pallet_anchors::pallet::Error + * Lookup648: pallet_anchors::pallet::Error **/ PalletAnchorsError: { - _enum: ['AnchorAlreadyExists', 'AnchorStoreDateInPast', 'AnchorStoreDateAboveMaxLimit', 'PreCommitAlreadyExists', 'NotOwnerOfPreCommit', 'InvalidPreCommitProof', 'EvictionDateTooBig', 'FailedToConvertEpochToDays'] + _enum: [ + 'AnchorAlreadyExists', + 'AnchorStoreDateInPast', + 'AnchorStoreDateAboveMaxLimit', + 'PreCommitAlreadyExists', + 'NotOwnerOfPreCommit', + 'InvalidPreCommitProof', + 'EvictionDateTooBig', + 'FailedToConvertEpochToDays', + ], }, /** - * Lookup633: pallet_claims::pallet::Error + * Lookup649: pallet_claims::pallet::Error **/ PalletClaimsError: { - _enum: ['InsufficientBalance', 'InvalidProofs', 'MustBeAdmin', 'UnderMinPayout'] + _enum: ['InsufficientBalance', 'InvalidProofs', 'MustBeAdmin', 'UnderMinPayout'], }, /** - * Lookup635: pallet_crowdloan_claim::pallet::Error + * Lookup651: pallet_crowdloan_claim::pallet::Error **/ PalletCrowdloanClaimError: { - _enum: ['PalletAlreadyInitialized', 'PalletNotInitialized', 'ClaimAlreadyProcessed', 'InvalidProofOfContribution', 'ClaimedAmountIsOutOfBoundaries', 'MustBeAdministrator', 'InvalidClaimAmount', 'InvalidContributorSignature', 'OngoingLease', 'OutOfLeasePeriod'] - }, - /** - * Lookup636: pallet_crowdloan_reward::pallet::Error + _enum: [ + 'PalletAlreadyInitialized', + 'PalletNotInitialized', + 'ClaimAlreadyProcessed', + 'InvalidProofOfContribution', + 'ClaimedAmountIsOutOfBoundaries', + 'MustBeAdministrator', + 'InvalidClaimAmount', + 'InvalidContributorSignature', + 'OngoingLease', + 'OutOfLeasePeriod', + ], + }, + /** + * Lookup652: pallet_crowdloan_reward::pallet::Error **/ PalletCrowdloanRewardError: { - _enum: ['MustBeAdministrator', 'RewardInsufficient', 'PalletNotInitialized'] + _enum: ['MustBeAdministrator', 'RewardInsufficient', 'PalletNotInitialized'], }, /** - * Lookup637: pallet_pool_system::pool_types::PoolDetails + * Lookup653: pallet_pool_system::pool_types::PoolDetails **/ PalletPoolSystemPoolTypesPoolDetails: { currency: 'CfgTypesTokensCurrencyId', @@ -6216,18 +6770,18 @@ export default { parameters: 'PalletPoolSystemPoolTypesPoolParameters', status: 'PalletPoolSystemPoolTypesPoolStatus', epoch: 'CfgTypesEpochEpochState', - reserve: 'PalletPoolSystemPoolTypesReserveDetails' + reserve: 'PalletPoolSystemPoolTypesReserveDetails', }, /** - * Lookup639: pallet_pool_system::tranches::Tranches + * Lookup655: pallet_pool_system::tranches::Tranches **/ PalletPoolSystemTranches: { tranches: 'Vec', ids: 'Vec<[u8;16]>', - salt: '(u64,u64)' + salt: '(u64,u64)', }, /** - * Lookup641: pallet_pool_system::tranches::Tranche + * Lookup657: pallet_pool_system::tranches::Tranche **/ PalletPoolSystemTranchesTranche: { trancheType: 'PalletPoolSystemTranchesTrancheType', @@ -6237,46 +6791,46 @@ export default { reserve: 'u128', loss: 'u128', ratio: 'Perquintill', - lastUpdatedInterest: 'u64' + lastUpdatedInterest: 'u64', }, /** - * Lookup646: pallet_pool_system::pool_types::PoolParameters + * Lookup662: pallet_pool_system::pool_types::PoolParameters **/ PalletPoolSystemPoolTypesPoolParameters: { minEpochTime: 'u64', - maxNavAge: 'u64' + maxNavAge: 'u64', }, /** - * Lookup647: pallet_pool_system::pool_types::PoolStatus + * Lookup663: pallet_pool_system::pool_types::PoolStatus **/ PalletPoolSystemPoolTypesPoolStatus: { - _enum: ['Open'] + _enum: ['Open'], }, /** - * Lookup648: cfg_types::epoch::EpochState + * Lookup664: cfg_types::epoch::EpochState **/ CfgTypesEpochEpochState: { current: 'u32', lastClosed: 'u64', - lastExecuted: 'u32' + lastExecuted: 'u32', }, /** - * Lookup649: pallet_pool_system::pool_types::ReserveDetails + * Lookup665: pallet_pool_system::pool_types::ReserveDetails **/ PalletPoolSystemPoolTypesReserveDetails: { max: 'u128', total: 'u128', - available: 'u128' + available: 'u128', }, /** - * Lookup650: pallet_pool_system::pool_types::ScheduledUpdateDetails + * Lookup666: pallet_pool_system::pool_types::ScheduledUpdateDetails **/ PalletPoolSystemPoolTypesScheduledUpdateDetails: { changes: 'PalletPoolSystemPoolTypesPoolChanges', - submittedAt: 'u64' + submittedAt: 'u64', }, /** - * Lookup651: pallet_pool_system::solution::EpochExecutionInfo + * Lookup667: pallet_pool_system::solution::EpochExecutionInfo **/ PalletPoolSystemSolutionEpochExecutionInfo: { epoch: 'u32', @@ -6285,16 +6839,16 @@ export default { maxReserve: 'u128', tranches: 'PalletPoolSystemTranchesEpochExecutionTranches', bestSubmission: 'Option', - challengePeriodEnd: 'Option' + challengePeriodEnd: 'Option', }, /** - * Lookup652: pallet_pool_system::tranches::EpochExecutionTranches + * Lookup668: pallet_pool_system::tranches::EpochExecutionTranches **/ PalletPoolSystemTranchesEpochExecutionTranches: { - tranches: 'Vec' + tranches: 'Vec', }, /** - * Lookup654: pallet_pool_system::tranches::EpochExecutionTranche + * Lookup670: pallet_pool_system::tranches::EpochExecutionTranche **/ PalletPoolSystemTranchesEpochExecutionTranche: { currency: 'CfgTypesTokensTrancheCurrency', @@ -6303,43 +6857,73 @@ export default { invest: 'u128', redeem: 'u128', minRiskBuffer: 'Perquintill', - seniority: 'u32' + seniority: 'u32', }, /** - * Lookup657: pallet_pool_system::pool_types::PoolDepositInfo + * Lookup673: pallet_pool_system::pool_types::PoolDepositInfo **/ PalletPoolSystemPoolTypesPoolDepositInfo: { depositor: 'AccountId32', - deposit: 'u128' - }, - /** - * Lookup658: pallet_pool_system::Release - **/ - PalletPoolSystemRelease: { - _enum: ['V0', 'V1'] + deposit: 'u128', }, /** - * Lookup660: pallet_pool_system::pool_types::changes::NotedPoolChange> + * Lookup675: pallet_pool_system::pool_types::changes::NotedPoolChange> **/ PalletPoolSystemPoolTypesChangesNotedPoolChange: { submittedTime: 'u64', - change: 'RuntimeCommonChangesFastRuntimeChange' + change: 'RuntimeCommonChangesFastRuntimeChange', }, /** - * Lookup661: pallet_pool_system::pallet::Error + * Lookup676: pallet_pool_system::pallet::Error **/ PalletPoolSystemError: { - _enum: ['PoolInUse', 'InvalidJuniorTranche', 'InvalidTrancheStructure', 'NoSuchPool', 'MinEpochTimeHasNotPassed', 'ChallengeTimeHasNotPassed', 'InSubmissionPeriod', 'NAVTooOld', 'TrancheId', 'WipedOut', 'InvalidSolution', 'NotInSubmissionPeriod', 'InsufficientCurrency', 'RiskBufferViolated', 'NoNAV', 'EpochNotExecutedYet', 'CannotAddOrRemoveTranches', 'InvalidTrancheSeniority', 'InvalidTrancheUpdate', 'MetadataForCurrencyNotFound', 'TrancheTokenNameTooLong', 'TrancheSymbolNameTooLong', 'FailedToRegisterTrancheMetadata', 'FailedToUpdateTrancheMetadata', 'InvalidTrancheId', 'TooManyTranches', 'NotNewBestSubmission', 'NoSolutionAvailable', 'PoolParameterBoundViolated', 'NoScheduledUpdate', 'ScheduledTimeHasNotPassed', 'UpdatePrerequesitesNotFulfilled', 'InvalidCurrency', 'ChangeNotFound', 'ChangeNotReady'] - }, - /** - * Lookup662: pallet_loans::entities::loans::CreatedLoan + _enum: [ + 'PoolInUse', + 'InvalidJuniorTranche', + 'InvalidTrancheStructure', + 'NoSuchPool', + 'MinEpochTimeHasNotPassed', + 'ChallengeTimeHasNotPassed', + 'InSubmissionPeriod', + 'NAVTooOld', + 'TrancheId', + 'WipedOut', + 'InvalidSolution', + 'NotInSubmissionPeriod', + 'InsufficientCurrency', + 'RiskBufferViolated', + 'NoNAV', + 'EpochNotExecutedYet', + 'CannotAddOrRemoveTranches', + 'InvalidTrancheSeniority', + 'InvalidTrancheUpdate', + 'MetadataForCurrencyNotFound', + 'TrancheTokenNameTooLong', + 'TrancheSymbolNameTooLong', + 'FailedToRegisterTrancheMetadata', + 'FailedToUpdateTrancheMetadata', + 'InvalidTrancheId', + 'TooManyTranches', + 'NotNewBestSubmission', + 'NoSolutionAvailable', + 'PoolParameterBoundViolated', + 'NoScheduledUpdate', + 'ScheduledTimeHasNotPassed', + 'UpdatePrerequesitesNotFulfilled', + 'InvalidCurrency', + 'ChangeNotFound', + 'ChangeNotReady', + ], + }, + /** + * Lookup677: pallet_loans::entities::loans::CreatedLoan **/ PalletLoansEntitiesLoansCreatedLoan: { info: 'PalletLoansEntitiesLoansLoanInfo', - borrower: 'AccountId32' + borrower: 'AccountId32', }, /** - * Lookup665: pallet_loans::entities::loans::ActiveLoan + * Lookup680: pallet_loans::entities::loans::ActiveLoan **/ PalletLoansEntitiesLoansActiveLoan: { schedule: 'PalletLoansRepaymentSchedule', @@ -6351,67 +6935,68 @@ export default { pricing: 'PalletLoansEntitiesPricingActivePricing', totalBorrowed: 'u128', totalRepaid: 'PalletLoansRepaidAmount', - repaymentsOnScheduleUntil: 'u64' + repaymentsOnScheduleUntil: 'u64', }, /** - * Lookup666: pallet_loans::entities::pricing::ActivePricing + * Lookup681: pallet_loans::entities::pricing::ActivePricing **/ PalletLoansEntitiesPricingActivePricing: { _enum: { Internal: 'PalletLoansEntitiesPricingInternalInternalActivePricing', - External: 'PalletLoansEntitiesPricingExternalExternalActivePricing' - } + External: 'PalletLoansEntitiesPricingExternalExternalActivePricing', + }, }, /** - * Lookup667: pallet_loans::entities::pricing::internal::InternalActivePricing + * Lookup682: pallet_loans::entities::pricing::internal::InternalActivePricing **/ PalletLoansEntitiesPricingInternalInternalActivePricing: { info: 'PalletLoansEntitiesPricingInternalInternalPricing', - interest: 'PalletLoansEntitiesInterestActiveInterestRate' + interest: 'PalletLoansEntitiesInterestActiveInterestRate', }, /** - * Lookup668: pallet_loans::entities::interest::ActiveInterestRate + * Lookup683: pallet_loans::entities::interest::ActiveInterestRate **/ PalletLoansEntitiesInterestActiveInterestRate: { interestRate: 'CfgTraitsInterestInterestRate', normalizedAcc: 'u128', - penalty: 'u128' + penalty: 'u128', }, /** - * Lookup669: pallet_loans::entities::pricing::external::ExternalActivePricing + * Lookup684: pallet_loans::entities::pricing::external::ExternalActivePricing **/ PalletLoansEntitiesPricingExternalExternalActivePricing: { info: 'PalletLoansEntitiesPricingExternalExternalPricing', outstandingQuantity: 'u128', - interest: 'PalletLoansEntitiesInterestActiveInterestRate' + interest: 'PalletLoansEntitiesInterestActiveInterestRate', + latestSettlementPrice: 'u128', }, /** - * Lookup670: pallet_loans::types::RepaidAmount + * Lookup685: pallet_loans::types::RepaidAmount **/ PalletLoansRepaidAmount: { principal: 'u128', interest: 'u128', - unscheduled: 'u128' + unscheduled: 'u128', }, /** - * Lookup672: pallet_loans::entities::loans::ClosedLoan + * Lookup687: pallet_loans::entities::loans::ClosedLoan **/ PalletLoansEntitiesLoansClosedLoan: { closedAt: 'u32', info: 'PalletLoansEntitiesLoansLoanInfo', totalBorrowed: 'u128', - totalRepaid: 'u128' + totalRepaid: 'PalletLoansRepaidAmount', }, /** - * Lookup673: pallet_loans::types::portfolio::PortfolioValuation + * Lookup688: pallet_loans::types::portfolio::PortfolioValuation **/ PalletLoansPortfolioPortfolioValuation: { value: 'u128', lastUpdated: 'u64', - values: 'Vec<(u64,u128)>' + values: 'Vec<(u64,u128)>', }, /** - * Lookup677: pallet_loans::pallet::Error + * Lookup692: pallet_loans::pallet::Error **/ PalletLoansError: { _enum: { @@ -6422,379 +7007,473 @@ export default { NotNFTOwner: 'Null', NotLoanBorrower: 'Null', MaxActiveLoansReached: 'Null', - AmountNotNaturalNumber: 'Null', NoLoanChangeId: 'Null', UnrelatedChangeId: 'Null', MismatchedPricingMethod: 'Null', + SettlementPriceExceedsVariation: 'Null', CreateLoanError: 'PalletLoansCreateLoanError', BorrowLoanError: 'PalletLoansBorrowLoanError', RepayLoanError: 'PalletLoansRepayLoanError', WrittenOffError: 'PalletLoansWrittenOffError', CloseLoanError: 'PalletLoansCloseLoanError', - MutationError: 'PalletLoansMutationError' - } + MutationError: 'PalletLoansMutationError', + }, }, /** - * Lookup678: pallet_loans::types::CreateLoanError + * Lookup693: pallet_loans::types::CreateLoanError **/ PalletLoansCreateLoanError: { - _enum: ['InvalidValuationMethod', 'InvalidRepaymentSchedule', 'InvalidBorrowRestriction', 'InvalidRepayRestriction'] + _enum: [ + 'InvalidValuationMethod', + 'InvalidRepaymentSchedule', + 'InvalidBorrowRestriction', + 'InvalidRepayRestriction', + ], }, /** - * Lookup679: pallet_loans::types::BorrowLoanError + * Lookup694: pallet_loans::types::BorrowLoanError **/ PalletLoansBorrowLoanError: { - _enum: ['MaxAmountExceeded', 'Restriction', 'MaturityDatePassed'] + _enum: ['MaxAmountExceeded', 'Restriction', 'MaturityDatePassed'], }, /** - * Lookup680: pallet_loans::types::RepayLoanError + * Lookup695: pallet_loans::types::RepayLoanError **/ PalletLoansRepayLoanError: { - _enum: ['Restriction', 'MaxPrincipalAmountExceeded'] + _enum: ['Restriction', 'MaxPrincipalAmountExceeded'], }, /** - * Lookup681: pallet_loans::types::WrittenOffError + * Lookup696: pallet_loans::types::WrittenOffError **/ PalletLoansWrittenOffError: { - _enum: ['LessThanPolicy'] + _enum: ['LessThanPolicy'], }, /** - * Lookup682: pallet_loans::types::CloseLoanError + * Lookup697: pallet_loans::types::CloseLoanError **/ PalletLoansCloseLoanError: { - _enum: ['NotFullyRepaid'] + _enum: ['NotFullyRepaid'], }, /** - * Lookup683: pallet_loans::types::MutationError + * Lookup698: pallet_loans::types::MutationError **/ PalletLoansMutationError: { - _enum: ['DiscountedCashFlowExpected', 'InternalPricingExpected', 'MaturityExtendedTooMuch'] + _enum: ['DiscountedCashFlowExpected', 'InternalPricingExpected', 'MaturityExtendedTooMuch'], }, /** - * Lookup685: cfg_types::permissions::PermissionRoles + * Lookup700: cfg_types::permissions::PermissionRoles **/ CfgTypesPermissionsPermissionRoles: { poolAdmin: 'CfgTypesPermissionsPoolAdminRoles', currencyAdmin: 'CfgTypesPermissionsCurrencyAdminRoles', permissionedAssetHolder: 'CfgTypesPermissionsPermissionedCurrencyHolders', - trancheInvestor: 'CfgTypesPermissionsTrancheInvestors' + trancheInvestor: 'CfgTypesPermissionsTrancheInvestors', }, /** - * Lookup686: development_runtime::MinDelay + * Lookup701: development_runtime::MinDelay **/ DevelopmentRuntimeMinDelay: 'Null', /** - * Lookup687: cfg_types::permissions::PoolAdminRoles + * Lookup702: cfg_types::permissions::PoolAdminRoles **/ CfgTypesPermissionsPoolAdminRoles: { - bits: 'u32' + bits: 'u32', }, /** - * Lookup688: cfg_types::permissions::CurrencyAdminRoles + * Lookup703: cfg_types::permissions::CurrencyAdminRoles **/ CfgTypesPermissionsCurrencyAdminRoles: { - bits: 'u32' + bits: 'u32', }, /** - * Lookup689: cfg_types::permissions::PermissionedCurrencyHolders + * Lookup704: cfg_types::permissions::PermissionedCurrencyHolders **/ CfgTypesPermissionsPermissionedCurrencyHolders: { - info: 'Option' + info: 'Option', }, /** - * Lookup691: cfg_types::permissions::PermissionedCurrencyHolderInfo + * Lookup706: cfg_types::permissions::PermissionedCurrencyHolderInfo **/ CfgTypesPermissionsPermissionedCurrencyHolderInfo: { - permissionedTill: 'u64' + permissionedTill: 'u64', }, /** - * Lookup692: cfg_types::permissions::TrancheInvestors + * Lookup707: cfg_types::permissions::TrancheInvestors **/ CfgTypesPermissionsTrancheInvestors: { - info: 'Vec' + info: 'Vec', }, /** - * Lookup694: cfg_types::permissions::TrancheInvestorInfo + * Lookup709: cfg_types::permissions::TrancheInvestorInfo **/ CfgTypesPermissionsTrancheInvestorInfo: { trancheId: '[u8;16]', - permissionedTill: 'u64' + permissionedTill: 'u64', }, /** - * Lookup696: pallet_permissions::pallet::Error + * Lookup711: pallet_permissions::pallet::Error **/ PalletPermissionsError: { - _enum: ['RoleAlreadyGiven', 'RoleNotGiven', 'NoRoles', 'NoEditor', 'WrongParameters', 'TooManyRoles'] + _enum: ['RoleAlreadyGiven', 'RoleNotGiven', 'NoRoles', 'NoEditor', 'WrongParameters', 'TooManyRoles'], }, /** - * Lookup697: pallet_collator_allowlist::pallet::Error + * Lookup712: pallet_collator_allowlist::pallet::Error **/ PalletCollatorAllowlistError: { - _enum: ['CollatorAlreadyAllowed', 'CollatorNotReady', 'CollatorNotPresent'] + _enum: ['CollatorAlreadyAllowed', 'CollatorNotReady', 'CollatorNotPresent'], }, /** - * Lookup698: pallet_restricted_tokens::pallet::Error + * Lookup713: pallet_restricted_tokens::pallet::Error **/ PalletRestrictedTokensError: { - _enum: ['PreConditionsNotMet'] + _enum: ['PreConditionsNotMet'], }, /** - * Lookup699: pallet_nft_sales::pallet::Error + * Lookup714: pallet_nft_sales::pallet::Error **/ PalletNftSalesError: { - _enum: ['NotFound', 'NotOwner', 'AlreadyForSale', 'NotForSale', 'InvalidOffer'] + _enum: ['NotFound', 'NotOwner', 'AlreadyForSale', 'NotForSale', 'InvalidOffer'], }, /** - * Lookup700: pallet_bridge::pallet::Error + * Lookup715: pallet_bridge::pallet::Error **/ PalletBridgeError: { - _enum: ['InvalidTransfer'] + _enum: ['InvalidTransfer'], }, /** - * Lookup702: pallet_interest_accrual::RateDetails + * Lookup717: pallet_interest_accrual::RateDetails **/ PalletInterestAccrualRateDetails: { interestRatePerSec: 'u128', accumulatedRate: 'u128', - referenceCount: 'u32' + referenceCount: 'u32', }, /** - * Lookup704: pallet_interest_accrual::Release - **/ - PalletInterestAccrualRelease: { - _enum: ['V0', 'V1', 'V2'] - }, - /** - * Lookup705: pallet_interest_accrual::pallet::Error + * Lookup719: pallet_interest_accrual::pallet::Error **/ PalletInterestAccrualError: { - _enum: ['DebtCalculationFailed', 'DebtAdjustmentFailed', 'NoSuchRate', 'InvalidRate', 'TooManyRates'] + _enum: ['DebtCalculationFailed', 'DebtAdjustmentFailed', 'NoSuchRate', 'InvalidRate', 'TooManyRates'], }, /** - * Lookup706: pallet_nft::pallet::Error + * Lookup720: pallet_nft::pallet::Error **/ PalletNftError: { - _enum: ['InvalidProofs', 'DocumentNotAnchored'] + _enum: ['InvalidProofs', 'DocumentNotAnchored'], }, /** - * Lookup709: pallet_keystore::Key + * Lookup723: pallet_keystore::Key **/ PalletKeystoreKey: { purpose: 'PalletKeystoreKeyPurpose', keyType: 'PalletKeystoreKeyType', revokedAt: 'Option', - deposit: 'u128' + deposit: 'u128', }, /** - * Lookup711: pallet_keystore::pallet::Error + * Lookup725: pallet_keystore::pallet::Error **/ PalletKeystoreError: { - _enum: ['NoKeys', 'TooManyKeys', 'KeyAlreadyExists', 'KeyNotFound', 'KeyAlreadyRevoked'] + _enum: ['NoKeys', 'TooManyKeys', 'KeyAlreadyExists', 'KeyNotFound', 'KeyAlreadyRevoked'], }, /** - * Lookup713: cfg_types::orders::Order + * Lookup727: cfg_types::orders::Order **/ CfgTypesOrdersOrder: { amount: 'u128', - submittedAt: 'u64' + submittedAt: 'u64', }, /** - * Lookup715: pallet_investments::pallet::Error + * Lookup729: pallet_investments::pallet::Error **/ PalletInvestmentsError: { - _enum: ['OrderNotCleared', 'OrderStillActive', 'UnknownInvestment', 'CollectRequired', 'ZeroPricedInvestment', 'OrderNotInProcessing', 'OrderInProcessing', 'NoNewOrder', 'NoActiveInvestOrder', 'NoActiveRedeemOrder'] - }, - /** - * Lookup717: pallet_rewards::mechanism::gap::Currency + _enum: [ + 'OrderNotCleared', + 'OrderStillActive', + 'UnknownInvestment', + 'CollectRequired', + 'ZeroPricedInvestment', + 'OrderNotInProcessing', + 'OrderInProcessing', + 'NoNewOrder', + 'NoActiveInvestOrder', + 'NoActiveRedeemOrder', + ], + }, + /** + * Lookup731: pallet_rewards::mechanism::gap::Currency **/ PalletRewardsMechanismGapCurrency: { totalStake: 'u128', - rptChanges: 'Vec' + rptChanges: 'Vec', }, /** - * Lookup722: pallet_rewards::mechanism::gap::Group + * Lookup736: pallet_rewards::mechanism::gap::Group **/ PalletRewardsMechanismGapGroup: { totalStake: 'u128', pendingTotalStake: 'u128', rpt: 'i128', - distributionId: 'u32' + distributionId: 'u32', }, /** - * Lookup724: pallet_rewards::mechanism::gap::Account + * Lookup738: pallet_rewards::mechanism::gap::Account **/ PalletRewardsMechanismGapAccount: { stake: 'u128', rewardTally: 'i128', pendingStake: 'u128', distributionId: 'u32', - lastCurrencyMovement: 'u16' + lastCurrencyMovement: 'u16', }, /** - * Lookup725: pallet_rewards::pallet::Error + * Lookup739: pallet_rewards::pallet::Error **/ PalletRewardsError: { - _enum: ['CurrencyWithoutGroup', 'CurrencyInSameGroup', 'CurrencyMaxMovementsReached'] + _enum: ['CurrencyWithoutGroup', 'CurrencyInSameGroup', 'CurrencyMaxMovementsReached'], }, /** - * Lookup726: pallet_liquidity_rewards::EpochData + * Lookup740: pallet_liquidity_rewards::EpochData **/ PalletLiquidityRewardsEpochData: { duration: 'u64', reward: 'u128', - weights: 'BTreeMap' + weights: 'BTreeMap', }, /** - * Lookup728: pallet_liquidity_rewards::pallet::Error + * Lookup742: pallet_liquidity_rewards::pallet::Error **/ PalletLiquidityRewardsError: { - _enum: ['MaxChangesPerEpochReached'] - }, - /** - * Lookup729: pallet_connectors::pallet::Error - **/ - PalletConnectorsError: { - _enum: ['AssetNotFound', 'AssetMetadataNotPoolCurrency', 'AssetNotConnectorsTransferable', 'AssetNotConnectorsWrappedToken', 'AssetNotPoolCurrency', 'PoolNotFound', 'TrancheNotFound', 'TrancheMetadataNotFound', 'MissingTranchePrice', 'MissingRouter', 'InvalidTransferAmount', 'UnauthorizedTransfer', 'FailedToBuildEthereumXcmCall', 'InvalidIncomingMessageOrigin', 'InvalidIncomingMessage', 'InvalidDomain', 'InvalidTrancheInvestorValidity', 'InvalidInvestCurrency', 'InvalidTransferCurrency', 'InvestorDomainAddressNotAMember', 'NotPoolAdmin'] - }, - /** - * Lookup730: cfg_types::pools::PoolMetadata + _enum: ['MaxChangesPerEpochReached'], + }, + /** + * Lookup743: pallet_liquidity_pools::pallet::Error + **/ + PalletLiquidityPoolsError: { + _enum: [ + 'AssetNotFound', + 'AssetMetadataNotPoolCurrency', + 'AssetNotLiquidityPoolsTransferable', + 'AssetNotLiquidityPoolsWrappedToken', + 'AssetNotPoolCurrency', + 'PoolNotFound', + 'TrancheNotFound', + 'TrancheMetadataNotFound', + 'MissingTranchePrice', + 'MissingRouter', + 'InvalidTransferAmount', + 'UnauthorizedTransfer', + 'FailedToBuildEthereumXcmCall', + 'InvalidIncomingMessageOrigin', + 'InvalidIncomingMessage', + 'InvalidDomain', + 'InvalidTrancheInvestorValidity', + 'InvalidInvestCurrency', + 'InvalidTransferCurrency', + 'InvestorDomainAddressNotAMember', + 'NotPoolAdmin', + ], + }, + /** + * Lookup744: cfg_types::pools::PoolMetadata **/ CfgTypesPoolsPoolMetadata: { - metadata: 'Bytes' + metadata: 'Bytes', }, /** - * Lookup731: development_runtime::MaxSizeMetadata + * Lookup745: development_runtime::MaxSizeMetadata **/ DevelopmentRuntimeMaxSizeMetadata: 'Null', /** - * Lookup732: cfg_types::pools::PoolRegistrationStatus + * Lookup746: cfg_types::pools::PoolRegistrationStatus **/ CfgTypesPoolsPoolRegistrationStatus: { - _enum: ['Registered', 'Unregistered'] + _enum: ['Registered', 'Unregistered'], }, /** - * Lookup733: pallet_pool_registry::pallet::Error + * Lookup747: pallet_pool_registry::pallet::Error **/ PalletPoolRegistryError: { - _enum: ['BadMetadata', 'PoolAlreadyRegistered', 'InvalidTrancheUpdate', 'MetadataForCurrencyNotFound', 'NoSuchPoolMetadata', 'TrancheTokenNameTooLong', 'TrancheSymbolNameTooLong'] + _enum: [ + 'BadMetadata', + 'PoolAlreadyRegistered', + 'InvalidTrancheUpdate', + 'MetadataForCurrencyNotFound', + 'NoSuchPoolMetadata', + 'TrancheTokenNameTooLong', + 'TrancheSymbolNameTooLong', + ], }, /** - * Lookup735: pallet_rewards::mechanism::base::Currency + * Lookup749: pallet_rewards::mechanism::base::Currency **/ PalletRewardsMechanismBaseCurrency: { totalStake: 'u128', - rptChanges: 'Vec' + rptChanges: 'Vec', }, /** - * Lookup736: development_runtime::SingleCurrencyMovement + * Lookup750: development_runtime::SingleCurrencyMovement **/ DevelopmentRuntimeSingleCurrencyMovement: 'Null', /** - * Lookup738: pallet_rewards::mechanism::base::Group + * Lookup752: pallet_rewards::mechanism::base::Group **/ PalletRewardsMechanismBaseGroup: { totalStake: 'u128', - rpt: 'i128' + rpt: 'i128', }, /** - * Lookup739: pallet_rewards::mechanism::base::Account + * Lookup753: pallet_rewards::mechanism::base::Account **/ PalletRewardsMechanismBaseAccount: { stake: 'u128', rewardTally: 'i128', - lastCurrencyMovement: 'u16' + lastCurrencyMovement: 'u16', }, /** - * Lookup741: pallet_block_rewards::SessionData + * Lookup755: pallet_block_rewards::SessionData **/ PalletBlockRewardsSessionData: { collatorReward: 'u128', totalReward: 'u128', - collatorCount: 'u32' + collatorCount: 'u32', }, /** - * Lookup742: pallet_block_rewards::pallet::Error + * Lookup756: pallet_block_rewards::pallet::Error **/ PalletBlockRewardsError: { - _enum: ['MaxChangesPerSessionReached', 'InsufficientTotalReward'] + _enum: ['MaxChangesPerSessionReached', 'InsufficientTotalReward'], }, /** - * Lookup743: pallet_transfer_allowlist::pallet::AllowanceMetadata + * Lookup757: pallet_transfer_allowlist::pallet::AllowanceMetadata **/ PalletTransferAllowlistAllowanceMetadata: { allowanceCount: 'u64', currentDelay: 'Option', - onceModifiableAfter: 'Option' + onceModifiableAfter: 'Option', }, /** - * Lookup745: pallet_transfer_allowlist::pallet::AllowanceDetails + * Lookup759: pallet_transfer_allowlist::pallet::AllowanceDetails **/ PalletTransferAllowlistAllowanceDetails: { allowedAt: 'u32', - blockedAt: 'u32' + blockedAt: 'u32', }, /** - * Lookup746: pallet_transfer_allowlist::pallet::Error + * Lookup760: pallet_transfer_allowlist::pallet::Error **/ PalletTransferAllowlistError: { - _enum: ['NoAllowancesSet', 'DuplicateAllowance', 'NoMatchingAllowance', 'NoMatchingDelay', 'DuplicateDelay', 'DelayUnmodifiable', 'AllowanceHasNotExpired', 'NoAllowanceForDestination'] + _enum: [ + 'NoAllowancesSet', + 'DuplicateAllowance', + 'NoMatchingAllowance', + 'NoMatchingDelay', + 'DuplicateDelay', + 'DelayUnmodifiable', + 'AllowanceHasNotExpired', + 'NoAllowanceForDestination', + ], }, /** - * Lookup756: pallet_data_collector::pallet::Error + * Lookup770: pallet_data_collector::pallet::Error **/ PalletDataCollectorError: { - _enum: ['DataIdNotInCollection', 'DataIdWithoutData', 'MaxCollectionSize', 'MaxCollectionNumber'] + _enum: ['DataIdNotInCollection', 'DataIdWithoutData', 'MaxCollectionSize', 'MaxCollectionNumber'], }, /** - * Lookup757: pallet_rewards::mechanism::gap::pallet::Error + * Lookup771: pallet_rewards::mechanism::gap::pallet::Error **/ PalletRewardsMechanismGapPalletError: { - _enum: ['TryMovementAfterPendingState'] - }, - /** - * Lookup759: pallet_connectors_gateway::pallet::Error - **/ - PalletConnectorsGatewayError: { - _enum: ['RouterInitFailed', 'InvalidMessageOrigin', 'DomainNotSupported', 'MessageDecodingFailed', 'ConnectorAlreadyAdded', 'MaxConnectorsReached', 'ConnectorNotFound', 'UnknownConnector', 'RouterNotFound'] - }, - /** - * Lookup761: cumulus_pallet_xcmp_queue::InboundChannelDetails + _enum: ['TryMovementAfterPendingState'], + }, + /** + * Lookup773: pallet_liquidity_pools_gateway::pallet::Error + **/ + PalletLiquidityPoolsGatewayError: { + _enum: [ + 'RouterInitFailed', + 'InvalidMessageOrigin', + 'DomainNotSupported', + 'MessageDecodingFailed', + 'InstanceAlreadyAdded', + 'RelayerAlreadyAdded', + 'MaxDomainInstances', + 'UnknownInstance', + 'UnknownRelayer', + 'RouterNotFound', + 'RelayerMessageDecodingFailed', + ], + }, + /** + * Lookup774: pallet_order_book::pallet::Order + **/ + PalletOrderBookOrder: { + orderId: 'u64', + placingAccount: 'AccountId32', + assetInId: 'CfgTypesTokensCurrencyId', + assetOutId: 'CfgTypesTokensCurrencyId', + buyAmount: 'u128', + initialBuyAmount: 'u128', + maxSellRate: 'u128', + minFullfillmentAmount: 'u128', + maxSellAmount: 'u128', + }, + /** + * Lookup777: pallet_order_book::pallet::Error + **/ + PalletOrderBookError: { + _enum: [ + 'AssetPairOrdersOverflow', + 'ConflictingAssetIds', + 'InvalidBuyAmount', + 'InvalidMinimumFulfillment', + 'InsufficientAssetFunds', + 'InvalidMaxPrice', + 'InsufficientOrderSize', + 'InvalidAssetId', + 'InvalidTradingPair', + 'OrderNotFound', + 'Unauthorised', + 'BalanceConversionErr', + ], + }, + /** + * Lookup779: cumulus_pallet_xcmp_queue::InboundChannelDetails **/ CumulusPalletXcmpQueueInboundChannelDetails: { sender: 'u32', state: 'CumulusPalletXcmpQueueInboundState', - messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>' + messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>', }, /** - * Lookup762: cumulus_pallet_xcmp_queue::InboundState + * Lookup780: cumulus_pallet_xcmp_queue::InboundState **/ CumulusPalletXcmpQueueInboundState: { - _enum: ['Ok', 'Suspended'] + _enum: ['Ok', 'Suspended'], }, /** - * Lookup765: polkadot_parachain::primitives::XcmpMessageFormat + * Lookup783: polkadot_parachain::primitives::XcmpMessageFormat **/ PolkadotParachainPrimitivesXcmpMessageFormat: { - _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals'] + _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals'], }, /** - * Lookup768: cumulus_pallet_xcmp_queue::OutboundChannelDetails + * Lookup786: cumulus_pallet_xcmp_queue::OutboundChannelDetails **/ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: 'u32', state: 'CumulusPalletXcmpQueueOutboundState', signalsExist: 'bool', firstIndex: 'u16', - lastIndex: 'u16' + lastIndex: 'u16', }, /** - * Lookup769: cumulus_pallet_xcmp_queue::OutboundState + * Lookup787: cumulus_pallet_xcmp_queue::OutboundState **/ CumulusPalletXcmpQueueOutboundState: { - _enum: ['Ok', 'Suspended'] + _enum: ['Ok', 'Suspended'], }, /** - * Lookup771: cumulus_pallet_xcmp_queue::QueueConfigData + * Lookup789: cumulus_pallet_xcmp_queue::QueueConfigData **/ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: 'u32', @@ -6802,148 +7481,316 @@ export default { resumeThreshold: 'u32', thresholdWeight: 'SpWeightsWeightV2Weight', weightRestrictDecay: 'SpWeightsWeightV2Weight', - xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight' + xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight', }, /** - * Lookup773: cumulus_pallet_xcmp_queue::pallet::Error + * Lookup791: cumulus_pallet_xcmp_queue::pallet::Error **/ CumulusPalletXcmpQueueError: { - _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit'] + _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit'], }, /** - * Lookup774: pallet_xcm::pallet::Error + * Lookup792: pallet_xcm::pallet::QueryStatus **/ - PalletXcmError: { - _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed', 'InvalidAsset', 'LowBalance', 'TooManyLocks', 'AccountNotSovereign', 'FeesNotMet', 'LockNotFound', 'InUse'] + PalletXcmQueryStatus: { + _enum: { + Pending: { + responder: 'XcmVersionedMultiLocation', + maybeMatchQuerier: 'Option', + maybeNotify: 'Option<(u8,u8)>', + timeout: 'u32', + }, + VersionNotifier: { + origin: 'XcmVersionedMultiLocation', + isActive: 'bool', + }, + Ready: { + response: 'XcmVersionedResponse', + at: 'u32', + }, + }, + }, + /** + * Lookup795: xcm::VersionedResponse + **/ + XcmVersionedResponse: { + _enum: { + __Unused0: 'Null', + __Unused1: 'Null', + V2: 'XcmV2Response', + V3: 'XcmV3Response', + }, + }, + /** + * Lookup801: pallet_xcm::pallet::VersionMigrationStage + **/ + PalletXcmVersionMigrationStage: { + _enum: { + MigrateSupportedVersion: 'Null', + MigrateVersionNotifiers: 'Null', + NotifyCurrentTargets: 'Option', + MigrateAndNotifyOldTargets: 'Null', + }, }, /** - * Lookup775: cumulus_pallet_xcm::pallet::Error + * Lookup803: xcm::VersionedAssetId + **/ + XcmVersionedAssetId: { + _enum: { + __Unused0: 'Null', + __Unused1: 'Null', + __Unused2: 'Null', + V3: 'XcmV3MultiassetAssetId', + }, + }, + /** + * Lookup804: pallet_xcm::pallet::RemoteLockedFungibleRecord + **/ + PalletXcmRemoteLockedFungibleRecord: { + amount: 'u128', + owner: 'XcmVersionedMultiLocation', + locker: 'XcmVersionedMultiLocation', + users: 'u32', + }, + /** + * Lookup808: pallet_xcm::pallet::Error + **/ + PalletXcmError: { + _enum: [ + 'Unreachable', + 'SendFailure', + 'Filtered', + 'UnweighableMessage', + 'DestinationNotInvertible', + 'Empty', + 'CannotReanchor', + 'TooManyAssets', + 'InvalidOrigin', + 'BadVersion', + 'BadLocation', + 'NoSubscription', + 'AlreadySubscribed', + 'InvalidAsset', + 'LowBalance', + 'TooManyLocks', + 'AccountNotSovereign', + 'FeesNotMet', + 'LockNotFound', + 'InUse', + ], + }, + /** + * Lookup809: cumulus_pallet_xcm::pallet::Error **/ CumulusPalletXcmError: 'Null', /** - * Lookup776: cumulus_pallet_dmp_queue::ConfigData + * Lookup810: cumulus_pallet_dmp_queue::ConfigData **/ CumulusPalletDmpQueueConfigData: { - maxIndividual: 'SpWeightsWeightV2Weight' + maxIndividual: 'SpWeightsWeightV2Weight', }, /** - * Lookup777: cumulus_pallet_dmp_queue::PageIndexData + * Lookup811: cumulus_pallet_dmp_queue::PageIndexData **/ CumulusPalletDmpQueuePageIndexData: { beginUsed: 'u32', endUsed: 'u32', - overweightCount: 'u64' + overweightCount: 'u64', }, /** - * Lookup780: cumulus_pallet_dmp_queue::pallet::Error + * Lookup814: cumulus_pallet_dmp_queue::pallet::Error **/ CumulusPalletDmpQueueError: { - _enum: ['Unknown', 'OverLimit'] + _enum: ['Unknown', 'OverLimit'], }, /** - * Lookup781: orml_xtokens::module::Error + * Lookup815: orml_xtokens::module::Error **/ OrmlXtokensModuleError: { - _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined'] - }, - /** - * Lookup782: pallet_xcm_transactor::pallet::Error + _enum: [ + 'AssetHasNoReserve', + 'NotCrossChainTransfer', + 'InvalidDest', + 'NotCrossChainTransferableCurrency', + 'UnweighableMessage', + 'XcmExecutionFailed', + 'CannotReanchor', + 'InvalidAncestry', + 'InvalidAsset', + 'DestinationNotInvertible', + 'BadVersion', + 'DistinctReserveForAssetAndFee', + 'ZeroFee', + 'ZeroAmount', + 'TooManyAssetsBeingSent', + 'AssetIndexNonExistent', + 'FeeNotEnough', + 'NotSupportedMultiLocation', + 'MinXcmFeeNotDefined', + ], + }, + /** + * Lookup816: pallet_xcm_transactor::pallet::Error **/ PalletXcmTransactorError: { - _enum: ['IndexAlreadyClaimed', 'UnclaimedIndex', 'NotOwner', 'UnweighableMessage', 'CannotReanchor', 'AssetHasNoReserve', 'InvalidDest', 'NotCrossChainTransfer', 'AssetIsNotReserveInDestination', 'DestinationNotInvertible', 'ErrorDelivering', 'DispatchWeightBiggerThanTotalWeight', 'WeightOverflow', 'AmountOverflow', 'TransactorInfoNotSet', 'NotCrossChainTransferableCurrency', 'XcmExecuteError', 'BadVersion', 'MaxWeightTransactReached', 'UnableToWithdrawAsset', 'FeePerSecondNotSet', 'SignedTransactNotAllowedForDestination', 'FailedMultiLocationToJunction', 'HrmpHandlerNotImplemented', 'TooMuchFeeUsed', 'ErrorValidating'] - }, - /** - * Lookup784: orml_tokens::BalanceLock + _enum: [ + 'IndexAlreadyClaimed', + 'UnclaimedIndex', + 'NotOwner', + 'UnweighableMessage', + 'CannotReanchor', + 'AssetHasNoReserve', + 'InvalidDest', + 'NotCrossChainTransfer', + 'AssetIsNotReserveInDestination', + 'DestinationNotInvertible', + 'ErrorDelivering', + 'DispatchWeightBiggerThanTotalWeight', + 'WeightOverflow', + 'AmountOverflow', + 'TransactorInfoNotSet', + 'NotCrossChainTransferableCurrency', + 'XcmExecuteError', + 'BadVersion', + 'MaxWeightTransactReached', + 'UnableToWithdrawAsset', + 'FeePerSecondNotSet', + 'SignedTransactNotAllowedForDestination', + 'FailedMultiLocationToJunction', + 'HrmpHandlerNotImplemented', + 'TooMuchFeeUsed', + 'ErrorValidating', + ], + }, + /** + * Lookup818: orml_tokens::BalanceLock **/ OrmlTokensBalanceLock: { id: '[u8;8]', - amount: 'u128' + amount: 'u128', }, /** - * Lookup786: orml_tokens::AccountData + * Lookup820: orml_tokens::AccountData **/ OrmlTokensAccountData: { free: 'u128', reserved: 'u128', - frozen: 'u128' + frozen: 'u128', }, /** - * Lookup788: orml_tokens::ReserveData + * Lookup822: orml_tokens::ReserveData **/ OrmlTokensReserveData: { id: '[u8;8]', - amount: 'u128' + amount: 'u128', }, /** - * Lookup790: orml_tokens::module::Error + * Lookup824: orml_tokens::module::Error **/ OrmlTokensModuleError: { - _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves'] + _enum: [ + 'BalanceTooLow', + 'AmountIntoBalanceFailed', + 'LiquidityRestrictions', + 'MaxLocksExceeded', + 'KeepAlive', + 'ExistentialDeposit', + 'DeadAccount', + 'TooManyReserves', + ], }, /** - * Lookup793: chainbridge::types::ProposalVotes + * Lookup827: chainbridge::types::ProposalVotes **/ ChainbridgeProposalVotes: { votesFor: 'Vec', votesAgainst: 'Vec', status: 'ChainbridgeProposalStatus', - expiry: 'u32' + expiry: 'u32', }, /** - * Lookup794: chainbridge::types::ProposalStatus + * Lookup828: chainbridge::types::ProposalStatus **/ ChainbridgeProposalStatus: { - _enum: ['Initiated', 'Approved', 'Rejected'] + _enum: ['Initiated', 'Approved', 'Rejected'], }, /** - * Lookup795: chainbridge::pallet::Error + * Lookup829: chainbridge::pallet::Error **/ ChainbridgeError: { - _enum: ['ThresholdNotSet', 'InvalidChainId', 'InvalidThreshold', 'ChainNotWhitelisted', 'ChainAlreadyWhitelisted', 'ResourceDoesNotExist', 'RelayerAlreadyExists', 'RelayerInvalid', 'MustBeRelayer', 'RelayerAlreadyVoted', 'ProposalAlreadyExists', 'ProposalDoesNotExist', 'ProposalNotComplete', 'ProposalAlreadyComplete', 'ProposalExpired'] - }, - /** - * Lookup796: orml_asset_registry::module::Error + _enum: [ + 'ThresholdNotSet', + 'InvalidChainId', + 'InvalidThreshold', + 'ChainNotWhitelisted', + 'ChainAlreadyWhitelisted', + 'ResourceDoesNotExist', + 'RelayerAlreadyExists', + 'RelayerInvalid', + 'MustBeRelayer', + 'RelayerAlreadyVoted', + 'ProposalAlreadyExists', + 'ProposalDoesNotExist', + 'ProposalNotComplete', + 'ProposalAlreadyComplete', + 'ProposalExpired', + ], + }, + /** + * Lookup830: orml_asset_registry::module::Error **/ OrmlAssetRegistryModuleError: { - _enum: ['AssetNotFound', 'BadVersion', 'InvalidAssetId', 'ConflictingLocation', 'ConflictingAssetId'] + _enum: ['AssetNotFound', 'BadVersion', 'InvalidAssetId', 'ConflictingLocation', 'ConflictingAssetId'], }, /** - * Lookup797: orml_xcm::module::Error + * Lookup831: orml_xcm::module::Error **/ OrmlXcmModuleError: { - _enum: ['Unreachable', 'SendFailure', 'BadVersion'] + _enum: ['Unreachable', 'SendFailure', 'BadVersion'], }, /** - * Lookup799: orml_oracle::module::TimestampedValue + * Lookup833: orml_oracle::module::TimestampedValue **/ OrmlOracleModuleTimestampedValue: { value: 'u128', - timestamp: 'u64' + timestamp: 'u64', }, /** - * Lookup800: orml_utilities::ordered_set::OrderedSet + * Lookup834: orml_utilities::ordered_set::OrderedSet **/ OrmlUtilitiesOrderedSet: 'Vec', /** - * Lookup802: orml_oracle::module::Error + * Lookup836: orml_oracle::module::Error **/ OrmlOracleModuleError: { - _enum: ['NoPermission', 'AlreadyFeeded'] + _enum: ['NoPermission', 'AlreadyFeeded'], }, /** - * Lookup804: pallet_membership::pallet::Error + * Lookup838: pallet_membership::pallet::Error **/ PalletMembershipError: { - _enum: ['AlreadyMember', 'NotMember', 'TooManyMembers'] + _enum: ['AlreadyMember', 'NotMember', 'TooManyMembers'], }, /** - * Lookup806: pallet_evm::pallet::Error + * Lookup840: pallet_evm::pallet::Error **/ PalletEvmError: { - _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA'] - }, - /** - * Lookup809: fp_rpc::TransactionStatus + _enum: [ + 'BalanceLow', + 'FeeOverflow', + 'PaymentOverflow', + 'WithdrawFailed', + 'GasPriceTooLow', + 'InvalidNonce', + 'GasLimitTooLow', + 'GasLimitTooHigh', + 'Undefined', + 'Reentrancy', + 'TransactionMustComeFromEOA', + ], + }, + /** + * Lookup843: fp_rpc::TransactionStatus **/ FpRpcTransactionStatus: { transactionHash: 'H256', @@ -6952,41 +7799,41 @@ export default { to: 'Option', contractAddress: 'Option', logs: 'Vec', - logsBloom: 'EthbloomBloom' + logsBloom: 'EthbloomBloom', }, /** - * Lookup812: ethbloom::Bloom + * Lookup846: ethbloom::Bloom **/ EthbloomBloom: '[u8;256]', /** - * Lookup814: ethereum::receipt::ReceiptV3 + * Lookup848: ethereum::receipt::ReceiptV3 **/ EthereumReceiptReceiptV3: { _enum: { Legacy: 'EthereumReceiptEip658ReceiptData', EIP2930: 'EthereumReceiptEip658ReceiptData', - EIP1559: 'EthereumReceiptEip658ReceiptData' - } + EIP1559: 'EthereumReceiptEip658ReceiptData', + }, }, /** - * Lookup815: ethereum::receipt::EIP658ReceiptData + * Lookup849: ethereum::receipt::EIP658ReceiptData **/ EthereumReceiptEip658ReceiptData: { statusCode: 'u8', usedGas: 'U256', logsBloom: 'EthbloomBloom', - logs: 'Vec' + logs: 'Vec', }, /** - * Lookup816: ethereum::block::Block + * Lookup850: ethereum::block::Block **/ EthereumBlock: { header: 'EthereumHeader', transactions: 'Vec', - ommers: 'Vec' + ommers: 'Vec', }, /** - * Lookup817: ethereum::header::Header + * Lookup851: ethereum::header::Header **/ EthereumHeader: { parentHash: 'H256', @@ -7003,62 +7850,94 @@ export default { timestamp: 'u64', extraData: 'Bytes', mixHash: 'H256', - nonce: 'EthereumTypesHashH64' + nonce: 'EthereumTypesHashH64', }, /** - * Lookup818: ethereum_types::hash::H64 + * Lookup852: ethereum_types::hash::H64 **/ EthereumTypesHashH64: '[u8;8]', /** - * Lookup823: pallet_ethereum::pallet::Error + * Lookup857: pallet_ethereum::pallet::Error **/ PalletEthereumError: { - _enum: ['InvalidSignature', 'PreLogExists'] + _enum: ['InvalidSignature', 'PreLogExists'], + }, + /** + * Lookup858: pallet_ethereum_transaction::pallet::Error + **/ + PalletEthereumTransactionError: { + _enum: { + StackUnderflow: 'Null', + StackOverflow: 'Null', + InvalidJump: 'Null', + InvalidRange: 'Null', + DesignatedInvalid: 'Null', + CallTooDeep: 'Null', + CreateCollision: 'Null', + CreateContractLimit: 'Null', + InvalidCode: 'u8', + OutOfOffset: 'Null', + OutOfGas: 'Null', + OutOfFund: 'Null', + PCUnderflow: 'Null', + CreateEmpty: 'Null', + NotSupported: 'Null', + UnhandledInterrupt: 'Null', + Reverted: 'Null', + UnexpectedExecuteResult: 'Null', + Other: 'Null', + }, + }, + /** + * Lookup859: axelar_gateway_precompile::pallet::Error + **/ + AxelarGatewayPrecompileError: { + _enum: ['NoConverterForSource', 'AccountBytesMismatchForDomain'], }, /** - * Lookup824: pallet_migration_manager::MigrationStatus + * Lookup860: pallet_migration_manager::MigrationStatus **/ PalletMigrationManagerMigrationStatus: { - _enum: ['Inactive', 'Ongoing', 'Complete'] + _enum: ['Inactive', 'Ongoing', 'Complete'], }, /** - * Lookup825: pallet_migration_manager::pallet::Error + * Lookup861: pallet_migration_manager::pallet::Error **/ PalletMigrationManagerError: { - _enum: ['TooManyAccounts', 'TooManyVestings', 'TooManyProxies', 'MigrationAlreadyCompleted', 'OnlyFinalizeOngoing'] + _enum: ['TooManyAccounts', 'TooManyVestings', 'TooManyProxies', 'MigrationAlreadyCompleted', 'OnlyFinalizeOngoing'], }, /** - * Lookup826: pallet_sudo::pallet::Error + * Lookup862: pallet_sudo::pallet::Error **/ PalletSudoError: { - _enum: ['RequireSudo'] + _enum: ['RequireSudo'], }, /** - * Lookup829: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender + * Lookup865: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender **/ FrameSystemExtensionsCheckNonZeroSender: 'Null', /** - * Lookup830: frame_system::extensions::check_spec_version::CheckSpecVersion + * Lookup866: frame_system::extensions::check_spec_version::CheckSpecVersion **/ FrameSystemExtensionsCheckSpecVersion: 'Null', /** - * Lookup831: frame_system::extensions::check_tx_version::CheckTxVersion + * Lookup867: frame_system::extensions::check_tx_version::CheckTxVersion **/ FrameSystemExtensionsCheckTxVersion: 'Null', /** - * Lookup832: frame_system::extensions::check_genesis::CheckGenesis + * Lookup868: frame_system::extensions::check_genesis::CheckGenesis **/ FrameSystemExtensionsCheckGenesis: 'Null', /** - * Lookup835: frame_system::extensions::check_nonce::CheckNonce + * Lookup871: frame_system::extensions::check_nonce::CheckNonce **/ FrameSystemExtensionsCheckNonce: 'Compact', /** - * Lookup836: frame_system::extensions::check_weight::CheckWeight + * Lookup872: frame_system::extensions::check_weight::CheckWeight **/ FrameSystemExtensionsCheckWeight: 'Null', /** - * Lookup837: pallet_transaction_payment::ChargeTransactionPayment + * Lookup873: pallet_transaction_payment::ChargeTransactionPayment **/ - PalletTransactionPaymentChargeTransactionPayment: 'Compact' -}; + PalletTransactionPaymentChargeTransactionPayment: 'Compact', +} diff --git a/src/helpers/types.ts b/src/helpers/types.ts index b81794b2..6030f40d 100644 --- a/src/helpers/types.ts +++ b/src/helpers/types.ts @@ -207,6 +207,7 @@ export interface LoanExternalActivePricing extends Struct { priceId: CfgOracleKey maxBorrowAmount: LoanExternalPricingMaxBorrowAmount notional: u128 + maxPriceVariation: u128 } outstandingQuantity: u128 interest: { @@ -214,6 +215,7 @@ export interface LoanExternalActivePricing extends Struct { normalizedAcc: u128 penalty: u128 } + latestSettlementPrice: u128 } export interface CfgOracleKey extends Enum {