git.delta.rocks / unique-network / refs/commits / 6913914899af

difftreelog

build upgrade frontier

Yaroslav Bolyukin2022-11-16parent: #e8d45f9.patch.diff
in: master

51 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -75,9 +75,9 @@
 
 [[package]]
 name = "aho-corasick"
-version = "0.7.19"
+version = "0.7.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
+checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
 dependencies = [
  "memchr",
 ]
@@ -137,9 +137,9 @@
 
 [[package]]
 name = "array-bytes"
-version = "4.1.0"
+version = "4.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949"
+checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"
 
 [[package]]
 name = "arrayref"
@@ -196,30 +196,30 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
 dependencies = [
- "concurrent-queue",
+ "concurrent-queue 1.2.4",
  "event-listener",
  "futures-core",
 ]
 
 [[package]]
 name = "async-executor"
-version = "1.4.1"
+version = "1.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
+checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
 dependencies = [
+ "async-lock",
  "async-task",
- "concurrent-queue",
+ "concurrent-queue 2.0.0",
  "fastrand",
  "futures-lite",
- "once_cell",
  "slab",
 ]
 
 [[package]]
 name = "async-global-executor"
-version = "2.3.0"
+version = "2.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"
+checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
 dependencies = [
  "async-channel",
  "async-executor",
@@ -232,16 +232,16 @@
 
 [[package]]
 name = "async-io"
-version = "1.9.0"
+version = "1.10.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"
+checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7"
 dependencies = [
+ "async-lock",
  "autocfg",
- "concurrent-queue",
+ "concurrent-queue 1.2.4",
  "futures-lite",
  "libc",
  "log",
- "once_cell",
  "parking",
  "polling",
  "slab",
@@ -340,9 +340,9 @@
 
 [[package]]
 name = "asynchronous-codec"
-version = "0.6.0"
+version = "0.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
+checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"
 dependencies = [
  "bytes",
  "futures-sink",
@@ -595,16 +595,16 @@
  "funty 2.0.0",
  "radium 0.7.0",
  "tap",
- "wyz 0.5.0",
+ "wyz 0.5.1",
 ]
 
 [[package]]
 name = "blake2"
-version = "0.10.4"
+version = "0.10.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
+checksum = "b12e5fd123190ce1c2e559308a94c9bacad77907d4c6005d9e58fe1a0689e55e"
 dependencies = [
- "digest 0.10.5",
+ "digest 0.10.6",
 ]
 
 [[package]]
@@ -614,7 +614,7 @@
 checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
 dependencies = [
  "arrayvec 0.4.12",
- "constant_time_eq",
+ "constant_time_eq 0.1.5",
 ]
 
 [[package]]
@@ -625,7 +625,7 @@
 dependencies = [
  "arrayref",
  "arrayvec 0.7.2",
- "constant_time_eq",
+ "constant_time_eq 0.1.5",
 ]
 
 [[package]]
@@ -636,21 +636,21 @@
 dependencies = [
  "arrayref",
  "arrayvec 0.7.2",
- "constant_time_eq",
+ "constant_time_eq 0.1.5",
 ]
 
 [[package]]
 name = "blake3"
-version = "1.3.1"
+version = "1.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"
+checksum = "895adc16c8b3273fbbc32685a7d55227705eda08c01e77704020f3491924b44b"
 dependencies = [
  "arrayref",
  "arrayvec 0.7.2",
  "cc",
  "cfg-if 1.0.0",
- "constant_time_eq",
- "digest 0.10.5",
+ "constant_time_eq 0.2.4",
+ "digest 0.10.6",
 ]
 
 [[package]]
@@ -769,9 +769,9 @@
 
 [[package]]
 name = "byte-slice-cast"
-version = "1.2.1"
+version = "1.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"
+checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"
 
 [[package]]
 name = "byte-tools"
@@ -787,9 +787,9 @@
 
 [[package]]
 name = "bytes"
-version = "1.2.1"
+version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
+checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
 
 [[package]]
 name = "bzip2-sys"
@@ -841,9 +841,9 @@
 
 [[package]]
 name = "cc"
-version = "1.0.73"
+version = "1.0.77"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
+checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
 dependencies = [
  "jobserver",
 ]
@@ -911,9 +911,9 @@
 
 [[package]]
 name = "chrono"
-version = "0.4.22"
+version = "0.4.23"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
+checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
 dependencies = [
  "iana-time-zone",
  "js-sys",
@@ -973,7 +973,7 @@
 dependencies = [
  "glob",
  "libc",
- "libloading 0.7.3",
+ "libloading 0.7.4",
 ]
 
 [[package]]
@@ -1017,9 +1017,9 @@
 
 [[package]]
 name = "cmake"
-version = "0.1.48"
+version = "0.1.49"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
+checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
 dependencies = [
  "cc",
 ]
@@ -1048,9 +1048,9 @@
 
 [[package]]
 name = "comfy-table"
-version = "6.1.1"
+version = "6.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"
+checksum = "e621e7e86c46fd8a14c32c6ae3cb95656621b4743a27d0cffedb831d46e7ad21"
 dependencies = [
  "strum",
  "strum_macros",
@@ -1059,9 +1059,9 @@
 
 [[package]]
 name = "concat-idents"
-version = "1.1.3"
+version = "1.1.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4b6f90860248d75014b7b103db8fee4f291c07bfb41306cdf77a0a5ab7a10d2f"
+checksum = "0fe0e1d9f7de897d18e590a7496b5facbe87813f746cf4b8db596ba77e07e832"
 dependencies = [
  "quote",
  "syn",
@@ -1077,6 +1077,15 @@
 ]
 
 [[package]]
+name = "concurrent-queue"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"
+dependencies = [
+ "crossbeam-utils",
+]
+
+[[package]]
 name = "console"
 version = "0.15.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1102,6 +1111,12 @@
 checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 
 [[package]]
+name = "constant_time_eq"
+version = "0.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"
+
+[[package]]
 name = "convert_case"
 version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1152,18 +1167,18 @@
 
 [[package]]
 name = "cranelift-bforest"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"
+checksum = "52056f6d0584484b57fa6c1a65c1fcb15f3780d8b6a758426d9e3084169b2ddd"
 dependencies = [
  "cranelift-entity",
 ]
 
 [[package]]
 name = "cranelift-codegen"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"
+checksum = "18fed94c8770dc25d01154c3ffa64ed0b3ba9d583736f305fed7beebe5d9cf74"
 dependencies = [
  "arrayvec 0.7.2",
  "bumpalo",
@@ -1181,33 +1196,33 @@
 
 [[package]]
 name = "cranelift-codegen-meta"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"
+checksum = "1c451b81faf237d11c7e4f3165eeb6bac61112762c5cfe7b4c0fb7241474358f"
 dependencies = [
  "cranelift-codegen-shared",
 ]
 
 [[package]]
 name = "cranelift-codegen-shared"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"
+checksum = "e7c940133198426d26128f08be2b40b0bd117b84771fd36798969c4d712d81fc"
 
 [[package]]
 name = "cranelift-entity"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"
+checksum = "87a0f1b2fdc18776956370cf8d9b009ded3f855350c480c1c52142510961f352"
 dependencies = [
  "serde",
 ]
 
 [[package]]
 name = "cranelift-frontend"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"
+checksum = "34897538b36b216cc8dd324e73263596d51b8cf610da6498322838b2546baf8a"
 dependencies = [
  "cranelift-codegen",
  "log",
@@ -1217,15 +1232,15 @@
 
 [[package]]
 name = "cranelift-isle"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"
+checksum = "1b2629a569fae540f16a76b70afcc87ad7decb38dc28fa6c648ac73b51e78470"
 
 [[package]]
 name = "cranelift-native"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"
+checksum = "20937dab4e14d3e225c5adfc9c7106bafd4ac669bdb43027b911ff794c6fb318"
 dependencies = [
  "cranelift-codegen",
  "libc",
@@ -1234,9 +1249,9 @@
 
 [[package]]
 name = "cranelift-wasm"
-version = "0.88.1"
+version = "0.88.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"
+checksum = "80fc2288957a94fd342a015811479de1837850924166d1f1856d8406e6f3609b"
 dependencies = [
  "cranelift-codegen",
  "cranelift-entity",
@@ -1280,22 +1295,22 @@
 
 [[package]]
 name = "crossbeam-epoch"
-version = "0.9.11"
+version = "0.9.13"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
+checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
 dependencies = [
  "autocfg",
  "cfg-if 1.0.0",
  "crossbeam-utils",
- "memoffset",
+ "memoffset 0.7.1",
  "scopeguard",
 ]
 
 [[package]]
 name = "crossbeam-queue"
-version = "0.3.6"
+version = "0.3.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
+checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
 dependencies = [
  "cfg-if 1.0.0",
  "crossbeam-utils",
@@ -1303,9 +1318,9 @@
 
 [[package]]
 name = "crossbeam-utils"
-version = "0.8.12"
+version = "0.8.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
+checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
 dependencies = [
  "cfg-if 1.0.0",
 ]
@@ -1872,9 +1887,9 @@
 
 [[package]]
 name = "cxx"
-version = "1.0.80"
+version = "1.0.82"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
+checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
 dependencies = [
  "cc",
  "cxxbridge-flags",
@@ -1884,9 +1899,9 @@
 
 [[package]]
 name = "cxx-build"
-version = "1.0.80"
+version = "1.0.82"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
+checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
 dependencies = [
  "cc",
  "codespan-reporting",
@@ -1899,15 +1914,15 @@
 
 [[package]]
 name = "cxxbridge-flags"
-version = "1.0.80"
+version = "1.0.82"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
+checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
 
 [[package]]
 name = "cxxbridge-macro"
-version = "1.0.80"
+version = "1.0.82"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
+checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1993,9 +2008,9 @@
 
 [[package]]
 name = "digest"
-version = "0.10.5"
+version = "0.10.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
+checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
 dependencies = [
  "block-buffer 0.10.3",
  "crypto-common",
@@ -2216,9 +2231,9 @@
 
 [[package]]
 name = "env_logger"
-version = "0.9.1"
+version = "0.9.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
+checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
 dependencies = [
  "atty",
  "humantime",
@@ -2479,7 +2494,7 @@
 [[package]]
 name = "fc-consensus"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "async-trait",
  "fc-db",
@@ -2498,14 +2513,16 @@
 [[package]]
 name = "fc-db"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "fp-storage",
  "kvdb-rocksdb",
+ "log",
  "parity-db",
  "parity-scale-codec 3.2.1",
  "parking_lot 0.12.1",
  "sc-client-db",
+ "sp-blockchain",
  "sp-core",
  "sp-database",
  "sp-runtime",
@@ -2514,7 +2531,7 @@
 [[package]]
 name = "fc-mapping-sync"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "fc-db",
  "fp-consensus",
@@ -2531,13 +2548,15 @@
 [[package]]
 name = "fc-rpc"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "ethereum",
  "ethereum-types",
  "evm",
  "fc-db",
  "fc-rpc-core",
+ "fp-ethereum",
+ "fp-evm",
  "fp-rpc",
  "fp-storage",
  "futures 0.3.25",
@@ -2545,12 +2564,11 @@
  "jsonrpsee",
  "libsecp256k1",
  "log",
- "lru 0.7.8",
+ "lru 0.8.1",
  "parity-scale-codec 3.2.1",
  "prometheus",
  "rand 0.8.5",
  "rlp",
- "rustc-hex",
  "sc-client-api",
  "sc-network",
  "sc-network-common",
@@ -2573,7 +2591,7 @@
 [[package]]
 name = "fc-rpc-core"
 version = "1.1.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "ethereum",
  "ethereum-types",
@@ -2713,7 +2731,7 @@
 [[package]]
 name = "fp-consensus"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "ethereum",
  "parity-scale-codec 3.2.1",
@@ -2723,9 +2741,24 @@
 ]
 
 [[package]]
+name = "fp-ethereum"
+version = "1.0.0-dev"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
+dependencies = [
+ "ethereum",
+ "ethereum-types",
+ "fp-evm",
+ "frame-support",
+ "num_enum",
+ "parity-scale-codec 3.2.1",
+ "sp-core",
+ "sp-std",
+]
+
+[[package]]
 name = "fp-evm"
 version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "evm",
  "frame-support",
@@ -2739,7 +2772,7 @@
 [[package]]
 name = "fp-evm-mapping"
 version = "0.1.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "frame-support",
  "sp-core",
@@ -2748,7 +2781,7 @@
 [[package]]
 name = "fp-rpc"
 version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "ethereum",
  "ethereum-types",
@@ -2765,7 +2798,7 @@
 [[package]]
 name = "fp-self-contained"
 version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "ethereum",
  "frame-support",
@@ -2773,17 +2806,16 @@
  "parity-util-mem",
  "scale-info",
  "serde",
- "sp-debug-derive",
- "sp-io",
  "sp-runtime",
 ]
 
 [[package]]
 name = "fp-storage"
 version = "2.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "parity-scale-codec 3.2.1",
+ "serde",
 ]
 
 [[package]]
@@ -3040,9 +3072,9 @@
 
 [[package]]
 name = "fs-err"
-version = "2.8.1"
+version = "2.9.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
+checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
 
 [[package]]
 name = "fs-swap"
@@ -3512,9 +3544,9 @@
 
 [[package]]
 name = "hyper"
-version = "0.14.20"
+version = "0.14.23"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
+checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
 dependencies = [
  "bytes",
  "futures-channel",
@@ -3536,9 +3568,9 @@
 
 [[package]]
 name = "hyper-rustls"
-version = "0.23.0"
+version = "0.23.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
+checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"
 dependencies = [
  "http",
  "hyper",
@@ -3551,9 +3583,9 @@
 
 [[package]]
 name = "iana-time-zone"
-version = "0.1.51"
+version = "0.1.53"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
+checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
 dependencies = [
  "android_system_properties",
  "core-foundation-sys",
@@ -3662,9 +3694,9 @@
 
 [[package]]
 name = "indexmap"
-version = "1.9.1"
+version = "1.9.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
+checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
 dependencies = [
  "autocfg",
  "hashbrown",
@@ -3706,11 +3738,21 @@
 
 [[package]]
 name = "io-lifetimes"
-version = "0.7.4"
+version = "0.7.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"
+checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"
 
 [[package]]
+name = "io-lifetimes"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
+dependencies = [
+ "libc",
+ "windows-sys 0.42.0",
+]
+
+[[package]]
 name = "ip_network"
 version = "0.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3718,9 +3760,9 @@
 
 [[package]]
 name = "ipconfig"
-version = "0.3.0"
+version = "0.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"
+checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"
 dependencies = [
  "socket2",
  "widestring",
@@ -3730,9 +3772,9 @@
 
 [[package]]
 name = "ipnet"
-version = "2.5.0"
+version = "2.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
+checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
 
 [[package]]
 name = "itertools"
@@ -3925,9 +3967,12 @@
 
 [[package]]
 name = "keccak"
-version = "0.1.2"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"
+checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"
+dependencies = [
+ "cpufeatures",
+]
 
 [[package]]
 name = "kusama-runtime"
@@ -4113,9 +4158,9 @@
 
 [[package]]
 name = "libloading"
-version = "0.7.3"
+version = "0.7.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
+checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 dependencies = [
  "cfg-if 1.0.0",
  "winapi",
@@ -4123,9 +4168,9 @@
 
 [[package]]
 name = "libm"
-version = "0.2.5"
+version = "0.2.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"
+checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
 
 [[package]]
 name = "libp2p"
@@ -4757,6 +4802,12 @@
 checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
 
 [[package]]
+name = "linux-raw-sys"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121"
+
+[[package]]
 name = "lock_api"
 version = "0.4.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4880,18 +4931,18 @@
 
 [[package]]
 name = "memfd"
-version = "0.6.1"
+version = "0.6.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"
+checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"
 dependencies = [
- "rustix",
+ "rustix 0.36.2",
 ]
 
 [[package]]
 name = "memmap2"
-version = "0.5.7"
+version = "0.5.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
+checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
 dependencies = [
  "libc",
 ]
@@ -4906,6 +4957,15 @@
 ]
 
 [[package]]
+name = "memoffset"
+version = "0.7.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
 name = "memory-db"
 version = "0.29.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5020,7 +5080,7 @@
  "blake2s_simd",
  "blake3",
  "core2",
- "digest 0.10.5",
+ "digest 0.10.6",
  "multihash-derive",
  "sha2 0.10.6",
  "sha3",
@@ -5291,15 +5351,36 @@
 
 [[package]]
 name = "num_cpus"
-version = "1.13.1"
+version = "1.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
+checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
 dependencies = [
  "hermit-abi",
  "libc",
 ]
 
 [[package]]
+name = "num_enum"
+version = "0.5.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
+dependencies = [
+ "num_enum_derive",
+]
+
+[[package]]
+name = "num_enum_derive"
+version = "0.5.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
+dependencies = [
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
 name = "num_threads"
 version = "0.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5322,9 +5403,9 @@
 
 [[package]]
 name = "once_cell"
-version = "1.15.0"
+version = "1.16.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
+checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
 
 [[package]]
 name = "opal-runtime"
@@ -5577,9 +5658,9 @@
 
 [[package]]
 name = "os_str_bytes"
-version = "6.3.0"
+version = "6.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
+checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
 
 [[package]]
 name = "owning_ref"
@@ -5724,7 +5805,7 @@
 [[package]]
 name = "pallet-base-fee"
 version = "1.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "fp-evm",
  "frame-support",
@@ -5940,12 +6021,13 @@
 [[package]]
 name = "pallet-ethereum"
 version = "4.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
  "ethereum",
  "ethereum-types",
  "evm",
  "fp-consensus",
+ "fp-ethereum",
  "fp-evm",
  "fp-evm-mapping",
  "fp-rpc",
@@ -5953,14 +6035,12 @@
  "fp-storage",
  "frame-support",
  "frame-system",
- "log",
  "pallet-evm",
  "pallet-timestamp",
  "parity-scale-codec 3.2.1",
  "rlp",
  "scale-info",
  "serde",
- "sha3",
  "sp-io",
  "sp-runtime",
  "sp-std",
@@ -5969,8 +6049,9 @@
 [[package]]
 name = "pallet-evm"
 version = "6.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"
 dependencies = [
+ "environmental",
  "evm",
  "fp-evm",
  "fp-evm-mapping",
@@ -5986,7 +6067,6 @@
  "rlp",
  "scale-info",
  "serde",
- "sha3",
  "sp-core",
  "sp-io",
  "sp-runtime",
@@ -7163,9 +7243,9 @@
 
 [[package]]
 name = "pest"
-version = "2.4.0"
+version = "2.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"
+checksum = "a528564cc62c19a7acac4d81e01f39e53e25e17b934878f4c6d25cc2836e62f8"
 dependencies = [
  "thiserror",
  "ucd-trie",
@@ -7173,9 +7253,9 @@
 
 [[package]]
 name = "pest_derive"
-version = "2.4.0"
+version = "2.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"
+checksum = "d5fd9bc6500181952d34bd0b2b0163a54d794227b498be0b7afa7698d0a7b18f"
 dependencies = [
  "pest",
  "pest_generator",
@@ -7183,9 +7263,9 @@
 
 [[package]]
 name = "pest_generator"
-version = "2.4.0"
+version = "2.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"
+checksum = "d2610d5ac5156217b4ff8e46ddcef7cdf44b273da2ac5bca2ecbfa86a330e7c4"
 dependencies = [
  "pest",
  "pest_meta",
@@ -7196,9 +7276,9 @@
 
 [[package]]
 name = "pest_meta"
-version = "2.4.0"
+version = "2.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"
+checksum = "824749bf7e21dd66b36fbe26b3f45c713879cccd4a009a917ab8e045ca8246fe"
 dependencies = [
  "once_cell",
  "pest",
@@ -8556,11 +8636,21 @@
 
 [[package]]
 name = "ppv-lite86"
-version = "0.2.16"
+version = "0.2.17"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
+checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 
 [[package]]
+name = "prettyplease"
+version = "0.1.21"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c142c0e46b57171fe0c528bee8c5b7569e80f0c17e377cd0e30ea57dbc11bb51"
+dependencies = [
+ "proc-macro2",
+ "syn",
+]
+
+[[package]]
 name = "primitive-types"
 version = "0.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -8682,12 +8772,12 @@
 
 [[package]]
 name = "prost"
-version = "0.11.0"
+version = "0.11.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"
+checksum = "a0841812012b2d4a6145fae9a6af1534873c32aa67fff26bd09f8fa42c83f95a"
 dependencies = [
  "bytes",
- "prost-derive 0.11.0",
+ "prost-derive 0.11.2",
 ]
 
 [[package]]
@@ -8714,9 +8804,9 @@
 
 [[package]]
 name = "prost-build"
-version = "0.11.1"
+version = "0.11.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"
+checksum = "1d8b442418ea0822409d9e7d047cbf1e7e9e1760b172bf9982cf29d517c93511"
 dependencies = [
  "bytes",
  "heck",
@@ -8725,9 +8815,11 @@
  "log",
  "multimap",
  "petgraph",
- "prost 0.11.0",
- "prost-types 0.11.1",
+ "prettyplease",
+ "prost 0.11.2",
+ "prost-types 0.11.2",
  "regex",
+ "syn",
  "tempfile",
  "which",
 ]
@@ -8760,9 +8852,9 @@
 
 [[package]]
 name = "prost-derive"
-version = "0.11.0"
+version = "0.11.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"
+checksum = "164ae68b6587001ca506d3bf7f1000bfa248d0e1217b618108fba4ec1d0cc306"
 dependencies = [
  "anyhow",
  "itertools",
@@ -8783,12 +8875,12 @@
 
 [[package]]
 name = "prost-types"
-version = "0.11.1"
+version = "0.11.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"
+checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"
 dependencies = [
  "bytes",
- "prost 0.11.0",
+ "prost 0.11.2",
 ]
 
 [[package]]
@@ -9039,11 +9131,10 @@
 
 [[package]]
 name = "rayon"
-version = "1.5.3"
+version = "1.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
+checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
 dependencies = [
- "autocfg",
  "crossbeam-deque",
  "either",
  "rayon-core",
@@ -9051,9 +9142,9 @@
 
 [[package]]
 name = "rayon-core"
-version = "1.9.3"
+version = "1.10.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
+checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
 dependencies = [
  "crossbeam-channel",
  "crossbeam-deque",
@@ -9096,18 +9187,18 @@
 
 [[package]]
 name = "ref-cast"
-version = "1.0.12"
+version = "1.0.13"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"
+checksum = "53b15debb4f9d60d767cd8ca9ef7abb2452922f3214671ff052defc7f3502c44"
 dependencies = [
  "ref-cast-impl",
 ]
 
 [[package]]
 name = "ref-cast-impl"
-version = "1.0.12"
+version = "1.0.13"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"
+checksum = "abfa8511e9e94fd3de6585a3d3cd00e01ed556dc9814829280af0e8dc72a8f36"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -9128,9 +9219,9 @@
 
 [[package]]
 name = "regex"
-version = "1.6.0"
+version = "1.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
+checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
 dependencies = [
  "aho-corasick",
  "memchr",
@@ -9148,9 +9239,9 @@
 
 [[package]]
 name = "regex-syntax"
-version = "0.6.27"
+version = "0.6.28"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
+checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
 
 [[package]]
 name = "remote-externalities"
@@ -9426,16 +9517,30 @@
 
 [[package]]
 name = "rustix"
-version = "0.35.12"
+version = "0.35.13"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"
+checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
 dependencies = [
  "bitflags",
  "errno",
- "io-lifetimes",
+ "io-lifetimes 0.7.5",
  "libc",
- "linux-raw-sys",
- "windows-sys 0.36.1",
+ "linux-raw-sys 0.0.46",
+ "windows-sys 0.42.0",
+]
+
+[[package]]
+name = "rustix"
+version = "0.36.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7"
+dependencies = [
+ "bitflags",
+ "errno",
+ "io-lifetimes 1.0.1",
+ "libc",
+ "linux-raw-sys 0.1.2",
+ "windows-sys 0.42.0",
 ]
 
 [[package]]
@@ -9976,7 +10081,7 @@
  "once_cell",
  "parity-scale-codec 3.2.1",
  "parity-wasm 0.45.0",
- "rustix",
+ "rustix 0.35.13",
  "sc-allocator",
  "sc-executor-common",
  "sp-runtime-interface",
@@ -10135,8 +10240,8 @@
  "futures 0.3.25",
  "libp2p",
  "log",
- "prost 0.11.0",
- "prost-build 0.11.1",
+ "prost 0.11.2",
+ "prost-build 0.11.2",
  "sc-client-api",
  "sc-network-common",
  "sp-blockchain",
@@ -10612,9 +10717,9 @@
 
 [[package]]
 name = "scale-info"
-version = "2.2.0"
+version = "2.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"
+checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"
 dependencies = [
  "bitvec 1.0.1",
  "cfg-if 1.0.0",
@@ -10626,9 +10731,9 @@
 
 [[package]]
 name = "scale-info-derive"
-version = "2.2.0"
+version = "2.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"
+checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -10804,9 +10909,9 @@
 
 [[package]]
 name = "serde_json"
-version = "1.0.87"
+version = "1.0.89"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
+checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
 dependencies = [
  "itoa",
  "ryu",
@@ -10843,7 +10948,7 @@
 dependencies = [
  "cfg-if 1.0.0",
  "cpufeatures",
- "digest 0.10.5",
+ "digest 0.10.6",
 ]
 
 [[package]]
@@ -10879,7 +10984,7 @@
 dependencies = [
  "cfg-if 1.0.0",
  "cpufeatures",
- "digest 0.10.5",
+ "digest 0.10.6",
 ]
 
 [[package]]
@@ -10888,7 +10993,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
 dependencies = [
- "digest 0.10.5",
+ "digest 0.10.6",
  "keccak",
 ]
 
@@ -10956,9 +11061,9 @@
 
 [[package]]
 name = "similar"
-version = "2.2.0"
+version = "2.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"
+checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
 dependencies = [
  "bstr",
  "unicode-segmentation",
@@ -11018,9 +11123,9 @@
 
 [[package]]
 name = "snap"
-version = "1.0.5"
+version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
+checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
 
 [[package]]
 name = "snow"
@@ -11318,7 +11423,7 @@
 dependencies = [
  "blake2",
  "byteorder",
- "digest 0.10.5",
+ "digest 0.10.6",
  "sha2 0.10.6",
  "sha3",
  "sp-std",
@@ -11816,9 +11921,9 @@
 
 [[package]]
 name = "ss58-registry"
-version = "1.33.0"
+version = "1.35.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"
+checksum = "fa0813c10b9dbdc842c2305f949f724c64866e4ef4d09c9151e96f6a2106773c"
 dependencies = [
  "Inflector",
  "num-format",
@@ -12141,9 +12246,9 @@
 
 [[package]]
 name = "target-lexicon"
-version = "0.12.4"
+version = "0.12.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
+checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
 
 [[package]]
 name = "tempfile"
@@ -12368,9 +12473,9 @@
 
 [[package]]
 name = "tokio"
-version = "1.21.2"
+version = "1.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
+checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
 dependencies = [
  "autocfg",
  "bytes",
@@ -12694,7 +12799,7 @@
 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
 dependencies = [
  "cfg-if 1.0.0",
- "digest 0.10.5",
+ "digest 0.10.6",
  "rand 0.8.5",
  "static_assertions",
 ]
@@ -13340,9 +13445,9 @@
 
 [[package]]
 name = "wasmtime"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"
+checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"
 dependencies = [
  "anyhow",
  "bincode",
@@ -13368,18 +13473,18 @@
 
 [[package]]
 name = "wasmtime-asm-macros"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"
+checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"
 dependencies = [
  "cfg-if 1.0.0",
 ]
 
 [[package]]
 name = "wasmtime-cache"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"
+checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"
 dependencies = [
  "anyhow",
  "base64",
@@ -13387,7 +13492,7 @@
  "directories-next",
  "file-per-thread-logger",
  "log",
- "rustix",
+ "rustix 0.35.13",
  "serde",
  "sha2 0.9.9",
  "toml",
@@ -13397,9 +13502,9 @@
 
 [[package]]
 name = "wasmtime-cranelift"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"
+checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"
 dependencies = [
  "anyhow",
  "cranelift-codegen",
@@ -13418,9 +13523,9 @@
 
 [[package]]
 name = "wasmtime-environ"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"
+checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"
 dependencies = [
  "anyhow",
  "cranelift-entity",
@@ -13437,9 +13542,9 @@
 
 [[package]]
 name = "wasmtime-jit"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"
+checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"
 dependencies = [
  "addr2line",
  "anyhow",
@@ -13450,7 +13555,7 @@
  "log",
  "object",
  "rustc-demangle",
- "rustix",
+ "rustix 0.35.13",
  "serde",
  "target-lexicon",
  "thiserror",
@@ -13462,20 +13567,20 @@
 
 [[package]]
 name = "wasmtime-jit-debug"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"
+checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"
 dependencies = [
  "object",
  "once_cell",
- "rustix",
+ "rustix 0.35.13",
 ]
 
 [[package]]
 name = "wasmtime-runtime"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"
+checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"
 dependencies = [
  "anyhow",
  "cc",
@@ -13485,10 +13590,10 @@
  "log",
  "mach",
  "memfd",
- "memoffset",
+ "memoffset 0.6.5",
  "paste",
  "rand 0.8.5",
- "rustix",
+ "rustix 0.35.13",
  "thiserror",
  "wasmtime-asm-macros",
  "wasmtime-environ",
@@ -13498,9 +13603,9 @@
 
 [[package]]
 name = "wasmtime-types"
-version = "1.0.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"
+checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"
 dependencies = [
  "cranelift-entity",
  "serde",
@@ -13841,9 +13946,9 @@
 
 [[package]]
 name = "winreg"
-version = "0.7.0"
+version = "0.10.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
+checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
 dependencies = [
  "winapi",
 ]
@@ -13856,9 +13961,9 @@
 
 [[package]]
 name = "wyz"
-version = "0.5.0"
+version = "0.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"
+checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
 dependencies = [
  "tap",
 ]
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -19,4 +19,4 @@
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -19,7 +19,7 @@
 # We have tuple-heavy code in solidity.rs
 impl-trait-for-tuples = "0.2.2"
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 [dev-dependencies]
 # We want to assert some large binary blobs equality in tests
modifiedcrates/evm-coder/src/lib.rsdiffbeforeafterboth
--- a/crates/evm-coder/src/lib.rs
+++ b/crates/evm-coder/src/lib.rs
@@ -197,7 +197,7 @@
 	impl EthCrossAccount {
 		pub fn from_sub_cross_account<T>(cross_account_id: &T::CrossAccountId) -> Self
 		where
-			T: pallet_evm::account::Config,
+			T: pallet_evm::Config,
 			T::AccountId: AsRef<[u8; 32]>,
 		{
 			if cross_account_id.is_canonical_substrate() {
@@ -215,7 +215,7 @@
 
 		pub fn into_sub_cross_account<T>(&self) -> crate::execution::Result<T::CrossAccountId>
 		where
-			T: pallet_evm::account::Config,
+			T: pallet_evm::Config,
 			T::AccountId: From<[u8; 32]>,
 		{
 			if self.eth == Default::default() && self.sub == Default::default() {
@@ -231,7 +231,7 @@
 	}
 
 	/// Convert `CrossAccountId` to `uint256`.
-	pub fn convert_cross_account_to_uint256<T: pallet_evm::account::Config>(
+	pub fn convert_cross_account_to_uint256<T: pallet_evm::Config>(
 		from: &T::CrossAccountId,
 	) -> uint256
 	where
@@ -242,7 +242,7 @@
 	}
 
 	/// Convert `uint256` to `CrossAccountId`.
-	pub fn convert_uint256_to_cross_account<T: pallet_evm::account::Config>(
+	pub fn convert_uint256_to_cross_account<T: pallet_evm::Config>(
 		from: uint256,
 	) -> T::CrossAccountId
 	where
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -309,13 +309,13 @@
 jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
 tokio = { version = "1.19.2", features = ["time"] }
 
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 unique-rpc = { default-features = false, path = "../rpc" }
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
modifiednode/cli/src/service.rsdiffbeforeafterboth
--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -45,7 +45,8 @@
 use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface, RelayChainResult};
 use cumulus_relay_chain_rpc_interface::{RelayChainRpcInterface, create_client_and_start_worker};
 
-// Substrate Imports
+// Substrate ImportsA
+use sp_api::BlockT;
 use sc_executor::NativeElseWasmExecutor;
 use sc_executor::NativeExecutionDispatch;
 use sc_network::{NetworkService, NetworkBlock};
@@ -159,7 +160,10 @@
 	}
 }
 
-pub fn open_frontier_backend(config: &Configuration) -> Result<Arc<fc_db::Backend<Block>>, String> {
+pub fn open_frontier_backend<Block: BlockT, C: sp_blockchain::HeaderBackend<Block>>(
+	client: Arc<C>,
+	config: &Configuration,
+) -> Result<Arc<fc_db::Backend<Block>>, String> {
 	let config_dir = config
 		.base_path
 		.as_ref()
@@ -170,6 +174,7 @@
 	let database_dir = config_dir.join("frontier").join("db");
 
 	Ok(Arc::new(fc_db::Backend::<Block>::new(
+		client,
 		&fc_db::DatabaseSettings {
 			source: fc_db::DatabaseSource::RocksDb {
 				path: database_dir,
@@ -285,7 +290,7 @@
 
 	let filter_pool: Option<FilterPool> = Some(Arc::new(Mutex::new(BTreeMap::new())));
 
-	let frontier_backend = open_frontier_backend(config)?;
+	let frontier_backend = open_frontier_backend(client.clone(), config)?;
 
 	let import_queue = build_import_queue(
 		client.clone(),
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -40,20 +40,20 @@
 substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 tokio = { version = "1.19.2", features = ["macros", "sync"] }
 
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 pallet-common = { default-features = false, path = "../../pallets/common" }
 up-common = { path = "../../primitives/common" }
 pallet-unique = { path = "../../pallets/unique" }
 uc-rpc = { path = "../../client/rpc" }
 up-rpc = { path = "../../primitives/rpc" }
-app-promotion-rpc = { path = "../../primitives/app_promotion_rpc"}
+app-promotion-rpc = { path = "../../primitives/app_promotion_rpc" }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -230,6 +230,7 @@
 			block_data_cache.clone(),
 			fee_history_cache,
 			fee_history_limit,
+			10,
 		)
 		.into_rpc(),
 	)?;
modifiedpallets/app-promotion/Cargo.tomldiffbeforeafterboth
--- a/pallets/app-promotion/Cargo.toml
+++ b/pallets/app-promotion/Cargo.toml
@@ -47,28 +47,30 @@
 ################################################################################
 # Substrate Dependencies
 
-codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = '3.1.2' }
-frame-benchmarking = {default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+codec = { default-features = false, features = [
+    'derive',
+], package = 'parity-scale-codec', version = '3.1.2' }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-frame-system ={ default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-balances ={ default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-timestamp ={ default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-randomness-collective-flip ={ default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm ={ default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-sp-std ={ default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-sp-io ={ default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 serde = { default-features = false, features = ['derive'], version = '1.0.130' }
 
 ################################################################################
 # local dependencies
 
-up-data-structs ={ default-features = false, path = "../../primitives/data-structs" }
-pallet-common ={ default-features = false, path = "../common" }
-pallet-unique ={ default-features = false, path = "../unique" }
-pallet-evm-contract-helpers ={ default-features = false, path = "../evm-contract-helpers" }
-pallet-evm-migration ={ default-features = false, path = "../evm-migration" }
+up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
+pallet-common = { default-features = false, path = "../common" }
+pallet-unique = { default-features = false, path = "../unique" }
+pallet-evm-contract-helpers = { default-features = false, path = "../evm-contract-helpers" }
+pallet-evm-migration = { default-features = false, path = "../evm-migration" }
 
 # [dev-dependencies]
 
modifiedpallets/app-promotion/src/lib.rsdiffbeforeafterboth
--- a/pallets/app-promotion/src/lib.rs
+++ b/pallets/app-promotion/src/lib.rs
@@ -102,7 +102,7 @@
 	use frame_system::pallet_prelude::*;
 
 	#[pallet::config]
-	pub trait Config: frame_system::Config + pallet_evm::account::Config {
+	pub trait Config: frame_system::Config + pallet_evm::Config {
 		/// Type to interact with the native token
 		type Currency: ExtendedLockableCurrency<Self::AccountId>
 			+ ReservableCurrency<Self::AccountId>;
@@ -274,11 +274,13 @@
 
 			if !block_pending.is_empty() {
 				block_pending.into_iter().for_each(|(staker, amount)| {
-					<T::Currency as ReservableCurrency<T::AccountId>>::unreserve(&staker, amount);
+					<<T as Config>::Currency as ReservableCurrency<T::AccountId>>::unreserve(
+						&staker, amount,
+					);
 				});
 			}
 
-			T::WeightInfo::on_initialize(counter)
+			<T as Config>::WeightInfo::on_initialize(counter)
 		}
 	}
 
@@ -297,7 +299,7 @@
 		/// # Arguments
 		///
 		/// * `admin`: account of the new admin.
-		#[pallet::weight(T::WeightInfo::set_admin_address())]
+		#[pallet::weight(<T as Config>::WeightInfo::set_admin_address())]
 		pub fn set_admin_address(origin: OriginFor<T>, admin: T::CrossAccountId) -> DispatchResult {
 			ensure_root(origin)?;
 
@@ -315,7 +317,7 @@
 		/// # Arguments
 		///
 		/// * `amount`: in native tokens.
-		#[pallet::weight(T::WeightInfo::stake())]
+		#[pallet::weight(<T as Config>::WeightInfo::stake())]
 		pub fn stake(staker: OriginFor<T>, amount: BalanceOf<T>) -> DispatchResult {
 			let staker_id = ensure_signed(staker)?;
 
@@ -388,7 +390,7 @@
 		/// Moves the sum of all stakes to the `reserved` state.
 		/// After the end of `PendingInterval` this sum becomes completely
 		/// free for further use.
-		#[pallet::weight(T::WeightInfo::unstake())]
+		#[pallet::weight(<T as Config>::WeightInfo::unstake())]
 		pub fn unstake(staker: OriginFor<T>) -> DispatchResultWithPostInfo {
 			let staker_id = ensure_signed(staker)?;
 
@@ -421,7 +423,10 @@
 
 			Self::unlock_balance(&staker_id, total_staked)?;
 
-			<T::Currency as ReservableCurrency<T::AccountId>>::reserve(&staker_id, total_staked)?;
+			<<T as Config>::Currency as ReservableCurrency<T::AccountId>>::reserve(
+				&staker_id,
+				total_staked,
+			)?;
 
 			TotalStaked::<T>::set(
 				TotalStaked::<T>::get()
@@ -445,7 +450,7 @@
 		/// # Arguments
 		///
 		/// * `collection_id`: ID of the collection that will be sponsored by `pallet_id`
-		#[pallet::weight(T::WeightInfo::sponsor_collection())]
+		#[pallet::weight(<T as Config>::WeightInfo::sponsor_collection())]
 		pub fn sponsor_collection(
 			admin: OriginFor<T>,
 			collection_id: CollectionId,
@@ -470,7 +475,7 @@
 		/// # Arguments
 		///
 		/// * `collection_id`: ID of the collection that is sponsored by `pallet_id`
-		#[pallet::weight(T::WeightInfo::stop_sponsoring_collection())]
+		#[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_collection())]
 		pub fn stop_sponsoring_collection(
 			admin: OriginFor<T>,
 			collection_id: CollectionId,
@@ -499,7 +504,7 @@
 		/// # Arguments
 		///
 		/// * `contract_id`: the contract address that will be sponsored by `pallet_id`
-		#[pallet::weight(T::WeightInfo::sponsor_contract())]
+		#[pallet::weight(<T as Config>::WeightInfo::sponsor_contract())]
 		pub fn sponsor_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {
 			let admin_id = ensure_signed(admin)?;
 
@@ -525,7 +530,7 @@
 		/// # Arguments
 		///
 		/// * `contract_id`: the contract address that is sponsored by `pallet_id`
-		#[pallet::weight(T::WeightInfo::stop_sponsoring_contract())]
+		#[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_contract())]
 		pub fn stop_sponsoring_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {
 			let admin_id = ensure_signed(admin)?;
 
@@ -555,7 +560,7 @@
 		/// # Arguments
 		///
 		/// * `stakers_number`: the number of stakers for which recalculation will be performed
-		#[pallet::weight(T::WeightInfo::payout_stakers(stakers_number.unwrap_or(20) as u32))]
+		#[pallet::weight(<T as Config>::WeightInfo::payout_stakers(stakers_number.unwrap_or(20) as u32))]
 		pub fn payout_stakers(admin: OriginFor<T>, stakers_number: Option<u8>) -> DispatchResult {
 			let admin_id = ensure_signed(admin)?;
 
@@ -589,7 +594,7 @@
 				let flush_stake = || -> DispatchResult {
 					if let Some(last_id) = &*last_id.borrow() {
 						if !income_acc.borrow().is_zero() {
-							<T::Currency as Currency<T::AccountId>>::transfer(
+							<<T as Config>::Currency as Currency<T::AccountId>>::transfer(
 								&T::TreasuryAccountId::get(),
 								last_id,
 								*income_acc.borrow(),
@@ -700,9 +705,12 @@
 	/// - `amount`: amount of locked funds.
 	fn set_lock_unchecked(staker: &T::AccountId, amount: BalanceOf<T>) {
 		if amount.is_zero() {
-			<T::Currency as LockableCurrency<T::AccountId>>::remove_lock(LOCK_IDENTIFIER, &staker);
+			<<T as Config>::Currency as LockableCurrency<T::AccountId>>::remove_lock(
+				LOCK_IDENTIFIER,
+				&staker,
+			);
 		} else {
-			<T::Currency as LockableCurrency<T::AccountId>>::set_lock(
+			<<T as Config>::Currency as LockableCurrency<T::AccountId>>::set_lock(
 				LOCK_IDENTIFIER,
 				staker,
 				amount,
@@ -717,7 +725,7 @@
 	pub fn get_locked_balance(
 		staker: impl EncodeLike<T::AccountId>,
 	) -> Option<BalanceLock<BalanceOf<T>>> {
-		<T::Currency as ExtendedLockableCurrency<T::AccountId>>::locks(staker)
+		<<T as Config>::Currency as ExtendedLockableCurrency<T::AccountId>>::locks(staker)
 			.into_iter()
 			.find(|l| l.id == LOCK_IDENTIFIER)
 	}
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -17,12 +17,12 @@
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 ethereum = { version = "0.12.0", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 serde = { version = "1.0.130", default-features = false }
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/common/src/eth.rsdiffbeforeafterboth
--- a/pallets/common/src/eth.rs
+++ b/pallets/common/src/eth.rs
@@ -17,7 +17,7 @@
 //! The module contains a number of functions for converting and checking ethereum identifiers.
 
 use evm_coder::types::{uint256, address};
-pub use pallet_evm::account::{Config, CrossAccountId};
+pub use pallet_evm::{Config, account::CrossAccountId};
 use sp_core::H160;
 use up_data_structs::CollectionId;
 
modifiedpallets/common/src/lib.rsdiffbeforeafterboth
--- a/pallets/common/src/lib.rs
+++ b/pallets/common/src/lib.rs
@@ -342,7 +342,6 @@
 #[frame_support::pallet]
 pub mod pallet {
 	use super::*;
-	use pallet_evm::account;
 	use dispatch::CollectionDispatch;
 	use frame_support::{Blake2_128Concat, pallet_prelude::*, storage::Key, traits::StorageVersion};
 	use frame_system::pallet_prelude::*;
@@ -353,11 +352,7 @@
 
 	#[pallet::config]
 	pub trait Config:
-		frame_system::Config
-		+ pallet_evm_coder_substrate::Config
-		+ pallet_evm::Config
-		+ TypeInfo
-		+ account::Config
+		frame_system::Config + pallet_evm_coder_substrate::Config + pallet_evm::Config + TypeInfo
 	{
 		/// Weight information for functions of this pallet.
 		type WeightInfo: WeightInfo;
modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
--- a/pallets/configuration/Cargo.toml
+++ b/pallets/configuration/Cargo.toml
@@ -16,7 +16,7 @@
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 smallvec = "1.6.1"
 
 [features]
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -12,8 +12,8 @@
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 ethereum = { version = "0.12.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -19,8 +19,8 @@
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 
 # Unique
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }
 
 # Locals
modifiedpallets/evm-contract-helpers/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-contract-helpers/src/lib.rs
+++ b/pallets/evm-contract-helpers/src/lib.rs
@@ -41,7 +41,7 @@
 
 	#[pallet::config]
 	pub trait Config:
-		frame_system::Config + pallet_evm_coder_substrate::Config + pallet_evm::account::Config
+		frame_system::Config + pallet_evm_coder_substrate::Config + pallet_evm::Config
 	{
 		/// Overarching event type.
 		type RuntimeEvent: IsType<<Self as frame_system::Config>::RuntimeEvent> + From<Event<Self>>;
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -16,8 +16,8 @@
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -14,11 +14,11 @@
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-transaction-payment/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-transaction-payment/src/lib.rs
+++ b/pallets/evm-transaction-payment/src/lib.rs
@@ -44,7 +44,7 @@
 	}
 
 	#[pallet::config]
-	pub trait Config: frame_system::Config + pallet_evm::account::Config {
+	pub trait Config: frame_system::Config + pallet_evm::Config {
 		/// Loosly-coupled handlers for evm call sponsoring
 		type EvmSponsorshipHandler: SponsorshipHandler<Self::CrossAccountId, CallContext>;
 	}
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -23,7 +23,7 @@
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.12.0", default-features = false }
 frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/fungible/src/lib.rsdiffbeforeafterboth
--- a/pallets/fungible/src/lib.rs
+++ b/pallets/fungible/src/lib.rs
@@ -106,7 +106,7 @@
 pub mod erc;
 pub mod weights;
 
-pub type CreateItemData<T> = (<T as pallet_evm::account::Config>::CrossAccountId, u128);
+pub type CreateItemData<T> = (<T as pallet_evm::Config>::CrossAccountId, u128);
 pub(crate) type SelfWeightOf<T> = <T as Config>::WeightInfo;
 
 #[frame_support::pallet]
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -16,7 +16,7 @@
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
modifiedpallets/nonfungible/src/lib.rsdiffbeforeafterboth
--- a/pallets/nonfungible/src/lib.rs
+++ b/pallets/nonfungible/src/lib.rs
@@ -127,7 +127,7 @@
 pub mod erc;
 pub mod weights;
 
-pub type CreateItemData<T> = CreateNftExData<<T as pallet_evm::account::Config>::CrossAccountId>;
+pub type CreateItemData<T> = CreateNftExData<<T as pallet_evm::Config>::CrossAccountId>;
 pub(crate) type SelfWeightOf<T> = <T as Config>::WeightInfo;
 
 /// Token data, stored independently from other data used to describe it
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/Cargo.toml
+++ b/pallets/proxy-rmrk-core/Cargo.toml
@@ -20,7 +20,7 @@
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-structure = { default-features = false, path = "../../pallets/structure" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/proxy-rmrk-core/src/lib.rsdiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/src/lib.rs
+++ b/pallets/proxy-rmrk-core/src/lib.rs
@@ -190,11 +190,13 @@
 #[frame_support::pallet]
 pub mod pallet {
 	use super::*;
-	use pallet_evm::account;
 
 	#[pallet::config]
 	pub trait Config:
-		frame_system::Config + pallet_common::Config + pallet_nonfungible::Config + account::Config
+		frame_system::Config
+		+ pallet_common::Config
+		+ pallet_nonfungible::Config
+		+ pallet_evm::Config
 	{
 		/// Overarching event type.
 		type RuntimeEvent: From<Event<Self>> + IsType<<Self as frame_system::Config>::RuntimeEvent>;
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-equip/Cargo.toml
+++ b/pallets/proxy-rmrk-equip/Cargo.toml
@@ -19,7 +19,7 @@
 pallet-common = { default-features = false, path = '../common' }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -16,7 +16,7 @@
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 pallet-common = { default-features = false, path = '../common' }
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -16,7 +16,7 @@
 	"derive",
 ] }
 up-data-structs = { path = "../../primitives/data-structs", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 [features]
 default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -100,7 +100,7 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 pallet-common = { default-features = false, path = "../common" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
--- a/pallets/unique/src/lib.rs
+++ b/pallets/unique/src/lib.rs
@@ -138,7 +138,7 @@
 	pub enum Event<T>
 	where
 		<T as frame_system::Config>::AccountId,
-		<T as pallet_evm::account::Config>::CrossAccountId,
+		<T as pallet_evm::Config>::CrossAccountId,
 	{
 		/// Collection sponsor was removed
 		///
modifiedprimitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/app_promotion_rpc/Cargo.toml
+++ b/primitives/app_promotion_rpc/Cargo.toml
@@ -14,7 +14,7 @@
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 [features]
 default = ["std"]
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
--- a/primitives/common/Cargo.toml
+++ b/primitives/common/Cargo.toml
@@ -48,9 +48,9 @@
 [dependencies.fp-rpc]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.30"
+branch = "unique-polkadot-v0.9.30-2"
 
 [dependencies.pallet-evm]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.30"
+branch = "unique-polkadot-v0.9.30-2"
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -25,9 +25,11 @@
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 derivative = { version = "2.2.0", features = ["use_core"] }
 struct-versioning = { path = "../../crates/struct-versioning" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
-bondrewd = { version = "0.1.14", features = ["derive"], default-features = false }
+bondrewd = { version = "0.1.14", features = [
+  "derive",
+], default-features = false }
 
 [features]
 default = ["std"]
modifiedprimitives/data-structs/src/lib.rsdiffbeforeafterboth
--- a/primitives/data-structs/src/lib.rs
+++ b/primitives/data-structs/src/lib.rs
@@ -962,12 +962,15 @@
 		use scale_info::{
 			Type, Path,
 			build::{FieldsBuilder, UnnamedFields},
+			form::MetaForm,
 			type_params,
 		};
 		Type::builder()
 			.path(Path::new("up_data_structs", "PhantomType"))
 			.type_params(type_params!(T))
-			.composite(<FieldsBuilder<UnnamedFields>>::default().field(|b| b.ty::<[T; 0]>()))
+			.composite(
+				<FieldsBuilder<MetaForm, UnnamedFields>>::default().field(|b| b.ty::<[T; 0]>()),
+			)
 	}
 }
 impl<T> MaxEncodedLen for PhantomType<T> {
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -14,7 +14,7 @@
 sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 [features]
 default = ["std"]
modifiedruntime/common/config/ethereum.rsdiffbeforeafterboth
--- a/runtime/common/config/ethereum.rs
+++ b/runtime/common/config/ethereum.rs
@@ -17,19 +17,15 @@
 
 pub type CrossAccountId = pallet_evm::account::BasicCrossAccountId<Runtime>;
 
-impl pallet_evm::account::Config for Runtime {
-	type CrossAccountId = CrossAccountId;
-	type EvmAddressMapping = pallet_evm::HashedAddressMapping<Self::Hashing>;
-	type EvmBackwardsAddressMapping = fp_evm_mapping::MapBackwardsAddressTruncated;
-}
-
 // Assuming slowest ethereum opcode is SSTORE, with gas price of 20000 as our worst case
 // (contract, which only writes a lot of data),
 // approximating on top of our real store write weight
 parameter_types! {
 	pub const WritesPerSecond: u64 = WEIGHT_PER_SECOND.ref_time() / <Runtime as frame_system::Config>::DbWeight::get().write;
 	pub const GasPerSecond: u64 = WritesPerSecond::get() * 20000;
-	pub const WeightPerGas: u64 = WEIGHT_PER_SECOND.ref_time() / GasPerSecond::get();
+	pub const WeightTimePerGas: u64 = WEIGHT_PER_SECOND.ref_time() / GasPerSecond::get();
+
+	pub const WeightPerGas: Weight = Weight::from_ref_time(WeightTimePerGas::get());
 }
 
 /// Limiting EVM execution to 50% of block for substrate users and management tasks
@@ -37,17 +33,7 @@
 /// scheduled fairly
 const EVM_DISPATCH_RATIO: Perbill = Perbill::from_percent(50);
 parameter_types! {
-	pub BlockGasLimit: U256 = U256::from((NORMAL_DISPATCH_RATIO * EVM_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT / WeightPerGas::get()).ref_time());
-}
-
-pub enum FixedGasWeightMapping {}
-impl pallet_evm::GasWeightMapping for FixedGasWeightMapping {
-	fn gas_to_weight(gas: u64) -> Weight {
-		Weight::from_ref_time(gas).saturating_mul(WeightPerGas::get())
-	}
-	fn weight_to_gas(weight: Weight) -> u64 {
-		(weight / WeightPerGas::get()).ref_time()
-	}
+	pub BlockGasLimit: U256 = U256::from((NORMAL_DISPATCH_RATIO * EVM_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT / WeightTimePerGas::get()).ref_time());
 }
 
 pub struct EthereumFindAuthor<F>(core::marker::PhantomData<F>);
@@ -65,9 +51,13 @@
 }
 
 impl pallet_evm::Config for Runtime {
+	type CrossAccountId = CrossAccountId;
+	type EvmAddressMapping = pallet_evm::HashedAddressMapping<Self::Hashing>;
+	type EvmBackwardsAddressMapping = fp_evm_mapping::MapBackwardsAddressTruncated;
 	type BlockGasLimit = BlockGasLimit;
 	type FeeCalculator = pallet_configuration::FeeCalculator<Self>;
-	type GasWeightMapping = FixedGasWeightMapping;
+	type GasWeightMapping = pallet_evm::FixedGasWeightMapping<Self>;
+	type WeightPerGas = WeightPerGas;
 	type BlockHashMapping = pallet_ethereum::EthereumBlockHashMapping<Self>;
 	type CallOrigin = EnsureAddressTruncated<Self>;
 	type WithdrawOrigin = EnsureAddressTruncated<Self>;
modifiedruntime/common/ethereum/self_contained_call.rsdiffbeforeafterboth
--- a/runtime/common/ethereum/self_contained_call.rs
+++ b/runtime/common/ethereum/self_contained_call.rs
@@ -69,9 +69,13 @@
 	fn pre_dispatch_self_contained(
 		&self,
 		info: &Self::SignedInfo,
+		dispatch_info: &DispatchInfoOf<RuntimeCall>,
+		len: usize,
 	) -> Option<Result<(), TransactionValidityError>> {
 		match self {
-			RuntimeCall::Ethereum(call) => call.pre_dispatch_self_contained(info),
+			RuntimeCall::Ethereum(call) => {
+				call.pre_dispatch_self_contained(info, dispatch_info, len)
+			}
 			_ => None,
 		}
 	}
modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
--- a/runtime/common/runtime_apis.rs
+++ b/runtime/common/runtime_apis.rs
@@ -493,6 +493,7 @@
                         nonce,
                         access_list.unwrap_or_default(),
                         is_transactional,
+                        false,
                         config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),
                     ).map_err(|err| err.error.into())
                 }
@@ -528,6 +529,7 @@
                         nonce,
                         access_list.unwrap_or_default(),
                         is_transactional,
+                        false,
                         config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),
                     ).map_err(|err| err.error.into())
                 }
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -82,7 +82,6 @@
     'pallet-proxy-rmrk-equip/try-runtime',
     'pallet-app-promotion/try-runtime',
     'pallet-foreign-assets/try-runtime',
-    'pallet-evm/try-runtime',
     'pallet-ethereum/try-runtime',
     'pallet-evm-coder-substrate/try-runtime',
     'pallet-evm-contract-helpers/try-runtime',
@@ -174,7 +173,14 @@
     'pallet-test-utils?/std',
 ]
 limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']
-opal-runtime = ['refungible', 'scheduler', 'rmrk', 'app-promotion', 'foreign-assets', 'pallet-test-utils']
+opal-runtime = [
+    'refungible',
+    'scheduler',
+    'rmrk',
+    'app-promotion',
+    'foreign-assets',
+    'pallet-test-utils',
+]
 
 refungible = []
 scheduler = []
@@ -461,7 +467,7 @@
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
@@ -479,11 +485,11 @@
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -80,7 +80,6 @@
     'pallet-proxy-rmrk-equip/try-runtime',
     'pallet-app-promotion/try-runtime',
     'pallet-foreign-assets/try-runtime',
-    'pallet-evm/try-runtime',
     'pallet-ethereum/try-runtime',
     'pallet-evm-coder-substrate/try-runtime',
     'pallet-evm-contract-helpers/try-runtime',
@@ -460,7 +459,7 @@
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
@@ -478,11 +477,11 @@
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -16,7 +16,7 @@
 sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
@@ -25,8 +25,8 @@
 pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 
 pallet-common = { path = '../../pallets/common' }
 pallet-structure = { path = '../../pallets/structure' }
modifiedruntime/tests/src/lib.rsdiffbeforeafterboth
--- a/runtime/tests/src/lib.rs
+++ b/runtime/tests/src/lib.rs
@@ -21,6 +21,7 @@
 	parameter_types,
 	traits::{Everything, ConstU32, ConstU64},
 	weights::IdentityFee,
+	pallet_prelude::Weight,
 };
 use sp_runtime::{
 	traits::{BlakeTwo256, IdentityLookup},
@@ -202,6 +203,7 @@
 
 parameter_types! {
 	pub BlockGasLimit: U256 = 0u32.into();
+	pub WeightPerGas: Weight = Weight::from_ref_time(20);
 }
 
 impl pallet_ethereum::Config for Test {
@@ -210,11 +212,15 @@
 }
 
 impl pallet_evm::Config for Test {
+	type CrossAccountId = TestCrossAccountId;
+	type EvmAddressMapping = TestEvmAddressMapping;
+	type EvmBackwardsAddressMapping = TestEvmBackwardsAddressMapping;
 	type RuntimeEvent = RuntimeEvent;
 	type FeeCalculator = ();
-	type GasWeightMapping = ();
-	type CallOrigin = EnsureAddressNever<Self::CrossAccountId>;
-	type WithdrawOrigin = EnsureAddressNever<Self::CrossAccountId>;
+	type GasWeightMapping = pallet_evm::FixedGasWeightMapping<Self>;
+	type WeightPerGas = WeightPerGas;
+	type CallOrigin = EnsureAddressNever<Self>;
+	type WithdrawOrigin = EnsureAddressNever<Self>;
 	type AddressMapping = TestEvmAddressMapping;
 	type Currency = Balances;
 	type PrecompilesType = ();
@@ -242,12 +248,6 @@
 	type EvmTokenAddressMapping = EvmTokenAddressMapping;
 	type CrossTokenAddressMapping = CrossTokenAddressMapping<Self::AccountId>;
 	type ContractAddress = EvmCollectionHelpersAddress;
-}
-
-impl pallet_evm::account::Config for Test {
-	type CrossAccountId = TestCrossAccountId;
-	type EvmAddressMapping = TestEvmAddressMapping;
-	type EvmBackwardsAddressMapping = TestEvmBackwardsAddressMapping;
 }
 
 impl pallet_structure::Config for Test {
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -81,7 +81,6 @@
     'pallet-proxy-rmrk-equip/try-runtime',
     'pallet-app-promotion/try-runtime',
     'pallet-foreign-assets/try-runtime',
-    'pallet-evm/try-runtime',
     'pallet-ethereum/try-runtime',
     'pallet-evm-coder-substrate/try-runtime',
     'pallet-evm-contract-helpers/try-runtime',
@@ -472,12 +471,12 @@
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
modifiedtests/src/eth/contractSponsoring.test.tsdiffbeforeafterboth
--- a/tests/src/eth/contractSponsoring.test.ts
+++ b/tests/src/eth/contractSponsoring.test.ts
@@ -372,7 +372,7 @@
     const originalFlipperBalance = await helper.balance.getEthereum(flipper.options.address);
     expect(originalFlipperBalance).to.be.not.equal('0');
 
-    await expect(flipper.methods.flip().send({from: caller})).to.be.rejectedWith(/InvalidTransaction::Payment/);
+    await expect(flipper.methods.flip().send({from: caller})).to.be.rejectedWith(/Returned error: insufficient funds for gas \* price \+ value/);
     expect(await flipper.methods.getValue().call()).to.be.false;
 
     // Balance should be taken from flipper instead of caller
modifiedtests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -265,6 +265,14 @@
        **/
       FeeOverflow: AugmentedError<ApiType>;
       /**
+       * Gas limit is too high.
+       **/
+      GasLimitTooHigh: AugmentedError<ApiType>;
+      /**
+       * Gas limit is too low.
+       **/
+      GasLimitTooLow: AugmentedError<ApiType>;
+      /**
        * Gas price is too low.
        **/
       GasPriceTooLow: AugmentedError<ApiType>;
@@ -277,6 +285,14 @@
        **/
       PaymentOverflow: AugmentedError<ApiType>;
       /**
+       * EVM reentrancy
+       **/
+      Reentrancy: AugmentedError<ApiType>;
+      /**
+       * Undefined error.
+       **/
+      Undefined: AugmentedError<ApiType>;
+      /**
        * Withdraw fee failed
        **/
       WithdrawFailed: AugmentedError<ApiType>;
modifiedtests/src/interfaces/augment-api-events.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-events.ts
+++ b/tests/src/interfaces/augment-api-events.ts
@@ -6,7 +6,7 @@
 import '@polkadot/api-base/types/events';
 
 import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
-import type { Bytes, Null, Option, Result, U256, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
+import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
 import type { ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, H160, H256, Weight } from '@polkadot/types/interfaces/runtime';
 import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportScheduleLookupError, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
@@ -204,9 +204,9 @@
     };
     ethereum: {
       /**
-       * An ethereum transaction was successfully executed. [from, to/contract_address, transaction_hash, exit_reason]
+       * An ethereum transaction was successfully executed.
        **/
-      Executed: AugmentedEvent<ApiType, [H160, H160, H256, EvmCoreErrorExitReason]>;
+      Executed: AugmentedEvent<ApiType, [from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason], { from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason }>;
       /**
        * Generic event
        **/
@@ -214,33 +214,25 @@
     };
     evm: {
       /**
-       * A deposit has been made at a given address. \[sender, address, value\]
+       * A contract has been created at given address.
        **/
-      BalanceDeposit: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;
+      Created: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;
       /**
-       * A withdrawal has been made from a given address. \[sender, address, value\]
+       * A contract was attempted to be created, but the execution failed.
        **/
-      BalanceWithdraw: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;
+      CreatedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;
       /**
-       * A contract has been created at given \[address\].
+       * A contract has been executed successfully with states applied.
        **/
-      Created: AugmentedEvent<ApiType, [H160]>;
+      Executed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;
       /**
-       * A \[contract\] was attempted to be created, but the execution failed.
+       * A contract has been executed with errors. States are reverted with only gas fees applied.
        **/
-      CreatedFailed: AugmentedEvent<ApiType, [H160]>;
-      /**
-       * A \[contract\] has been executed successfully with states applied.
-       **/
-      Executed: AugmentedEvent<ApiType, [H160]>;
-      /**
-       * A \[contract\] has been executed with errors. States are reverted with only gas fees applied.
-       **/
-      ExecutedFailed: AugmentedEvent<ApiType, [H160]>;
+      ExecutedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;
       /**
        * Ethereum events from contracts.
        **/
-      Log: AugmentedEvent<ApiType, [EthereumLog]>;
+      Log: AugmentedEvent<ApiType, [log: EthereumLog], { log: EthereumLog }>;
       /**
        * Generic event
        **/
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -1347,7 +1347,12 @@
 /** @name PalletEthereumEvent */
 export interface PalletEthereumEvent extends Enum {
   readonly isExecuted: boolean;
-  readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
+  readonly asExecuted: {
+    readonly from: H160;
+    readonly to: H160;
+    readonly transactionHash: H256;
+    readonly exitReason: EvmCoreErrorExitReason;
+  } & Struct;
   readonly type: 'Executed';
 }
 
@@ -1457,26 +1462,36 @@
   readonly isWithdrawFailed: boolean;
   readonly isGasPriceTooLow: boolean;
   readonly isInvalidNonce: boolean;
-  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
+  readonly isGasLimitTooLow: boolean;
+  readonly isGasLimitTooHigh: boolean;
+  readonly isUndefined: boolean;
+  readonly isReentrancy: boolean;
+  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';
 }
 
 /** @name PalletEvmEvent */
 export interface PalletEvmEvent extends Enum {
   readonly isLog: boolean;
-  readonly asLog: EthereumLog;
+  readonly asLog: {
+    readonly log: EthereumLog;
+  } & Struct;
   readonly isCreated: boolean;
-  readonly asCreated: H160;
+  readonly asCreated: {
+    readonly address: H160;
+  } & Struct;
   readonly isCreatedFailed: boolean;
-  readonly asCreatedFailed: H160;
+  readonly asCreatedFailed: {
+    readonly address: H160;
+  } & Struct;
   readonly isExecuted: boolean;
-  readonly asExecuted: H160;
+  readonly asExecuted: {
+    readonly address: H160;
+  } & Struct;
   readonly isExecutedFailed: boolean;
-  readonly asExecutedFailed: H160;
-  readonly isBalanceDeposit: boolean;
-  readonly asBalanceDeposit: ITuple<[AccountId32, H160, U256]>;
-  readonly isBalanceWithdraw: boolean;
-  readonly asBalanceWithdraw: ITuple<[AccountId32, H160, U256]>;
-  readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
+  readonly asExecutedFailed: {
+    readonly address: H160;
+  } & Struct;
+  readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';
 }
 
 /** @name PalletEvmMigrationCall */
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
before · tests/src/interfaces/lookup.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>9   **/10  FrameSystemAccountInfo: {11    nonce: 'u32',12    consumers: 'u32',13    providers: 'u32',14    sufficients: 'u32',15    data: 'PalletBalancesAccountData'16  },17  /**18   * Lookup5: pallet_balances::AccountData<Balance>19   **/20  PalletBalancesAccountData: {21    free: 'u128',22    reserved: 'u128',23    miscFrozen: 'u128',24    feeFrozen: 'u128'25  },26  /**27   * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>28   **/29  FrameSupportDispatchPerDispatchClassWeight: {30    normal: 'Weight',31    operational: 'Weight',32    mandatory: 'Weight'33  },34  /**35   * Lookup12: sp_runtime::generic::digest::Digest36   **/37  SpRuntimeDigest: {38    logs: 'Vec<SpRuntimeDigestDigestItem>'39  },40  /**41   * Lookup14: sp_runtime::generic::digest::DigestItem42   **/43  SpRuntimeDigestDigestItem: {44    _enum: {45      Other: 'Bytes',46      __Unused1: 'Null',47      __Unused2: 'Null',48      __Unused3: 'Null',49      Consensus: '([u8;4],Bytes)',50      Seal: '([u8;4],Bytes)',51      PreRuntime: '([u8;4],Bytes)',52      __Unused7: 'Null',53      RuntimeEnvironmentUpdated: 'Null'54    }55  },56  /**57   * Lookup17: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>58   **/59  FrameSystemEventRecord: {60    phase: 'FrameSystemPhase',61    event: 'Event',62    topics: 'Vec<H256>'63  },64  /**65   * Lookup19: frame_system::pallet::Event<T>66   **/67  FrameSystemEvent: {68    _enum: {69      ExtrinsicSuccess: {70        dispatchInfo: 'FrameSupportDispatchDispatchInfo',71      },72      ExtrinsicFailed: {73        dispatchError: 'SpRuntimeDispatchError',74        dispatchInfo: 'FrameSupportDispatchDispatchInfo',75      },76      CodeUpdated: 'Null',77      NewAccount: {78        account: 'AccountId32',79      },80      KilledAccount: {81        account: 'AccountId32',82      },83      Remarked: {84        _alias: {85          hash_: 'hash',86        },87        sender: 'AccountId32',88        hash_: 'H256'89      }90    }91  },92  /**93   * Lookup20: frame_support::dispatch::DispatchInfo94   **/95  FrameSupportDispatchDispatchInfo: {96    weight: 'Weight',97    class: 'FrameSupportDispatchDispatchClass',98    paysFee: 'FrameSupportDispatchPays'99  },100  /**101   * Lookup21: frame_support::dispatch::DispatchClass102   **/103  FrameSupportDispatchDispatchClass: {104    _enum: ['Normal', 'Operational', 'Mandatory']105  },106  /**107   * Lookup22: frame_support::dispatch::Pays108   **/109  FrameSupportDispatchPays: {110    _enum: ['Yes', 'No']111  },112  /**113   * Lookup23: sp_runtime::DispatchError114   **/115  SpRuntimeDispatchError: {116    _enum: {117      Other: 'Null',118      CannotLookup: 'Null',119      BadOrigin: 'Null',120      Module: 'SpRuntimeModuleError',121      ConsumerRemaining: 'Null',122      NoProviders: 'Null',123      TooManyConsumers: 'Null',124      Token: 'SpRuntimeTokenError',125      Arithmetic: 'SpRuntimeArithmeticError',126      Transactional: 'SpRuntimeTransactionalError'127    }128  },129  /**130   * Lookup24: sp_runtime::ModuleError131   **/132  SpRuntimeModuleError: {133    index: 'u8',134    error: '[u8;4]'135  },136  /**137   * Lookup25: sp_runtime::TokenError138   **/139  SpRuntimeTokenError: {140    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']141  },142  /**143   * Lookup26: sp_runtime::ArithmeticError144   **/145  SpRuntimeArithmeticError: {146    _enum: ['Underflow', 'Overflow', 'DivisionByZero']147  },148  /**149   * Lookup27: sp_runtime::TransactionalError150   **/151  SpRuntimeTransactionalError: {152    _enum: ['LimitReached', 'NoLayer']153  },154  /**155   * Lookup28: cumulus_pallet_parachain_system::pallet::Event<T>156   **/157  CumulusPalletParachainSystemEvent: {158    _enum: {159      ValidationFunctionStored: 'Null',160      ValidationFunctionApplied: {161        relayChainBlockNum: 'u32',162      },163      ValidationFunctionDiscarded: 'Null',164      UpgradeAuthorized: {165        codeHash: 'H256',166      },167      DownwardMessagesReceived: {168        count: 'u32',169      },170      DownwardMessagesProcessed: {171        weightUsed: 'Weight',172        dmqHead: 'H256'173      }174    }175  },176  /**177   * Lookup29: pallet_balances::pallet::Event<T, I>178   **/179  PalletBalancesEvent: {180    _enum: {181      Endowed: {182        account: 'AccountId32',183        freeBalance: 'u128',184      },185      DustLost: {186        account: 'AccountId32',187        amount: 'u128',188      },189      Transfer: {190        from: 'AccountId32',191        to: 'AccountId32',192        amount: 'u128',193      },194      BalanceSet: {195        who: 'AccountId32',196        free: 'u128',197        reserved: 'u128',198      },199      Reserved: {200        who: 'AccountId32',201        amount: 'u128',202      },203      Unreserved: {204        who: 'AccountId32',205        amount: 'u128',206      },207      ReserveRepatriated: {208        from: 'AccountId32',209        to: 'AccountId32',210        amount: 'u128',211        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',212      },213      Deposit: {214        who: 'AccountId32',215        amount: 'u128',216      },217      Withdraw: {218        who: 'AccountId32',219        amount: 'u128',220      },221      Slashed: {222        who: 'AccountId32',223        amount: 'u128'224      }225    }226  },227  /**228   * Lookup30: frame_support::traits::tokens::misc::BalanceStatus229   **/230  FrameSupportTokensMiscBalanceStatus: {231    _enum: ['Free', 'Reserved']232  },233  /**234   * Lookup31: pallet_transaction_payment::pallet::Event<T>235   **/236  PalletTransactionPaymentEvent: {237    _enum: {238      TransactionFeePaid: {239        who: 'AccountId32',240        actualFee: 'u128',241        tip: 'u128'242      }243    }244  },245  /**246   * Lookup32: pallet_treasury::pallet::Event<T, I>247   **/248  PalletTreasuryEvent: {249    _enum: {250      Proposed: {251        proposalIndex: 'u32',252      },253      Spending: {254        budgetRemaining: 'u128',255      },256      Awarded: {257        proposalIndex: 'u32',258        award: 'u128',259        account: 'AccountId32',260      },261      Rejected: {262        proposalIndex: 'u32',263        slashed: 'u128',264      },265      Burnt: {266        burntFunds: 'u128',267      },268      Rollover: {269        rolloverBalance: 'u128',270      },271      Deposit: {272        value: 'u128',273      },274      SpendApproved: {275        proposalIndex: 'u32',276        amount: 'u128',277        beneficiary: 'AccountId32'278      }279    }280  },281  /**282   * Lookup33: pallet_sudo::pallet::Event<T>283   **/284  PalletSudoEvent: {285    _enum: {286      Sudid: {287        sudoResult: 'Result<Null, SpRuntimeDispatchError>',288      },289      KeyChanged: {290        oldSudoer: 'Option<AccountId32>',291      },292      SudoAsDone: {293        sudoResult: 'Result<Null, SpRuntimeDispatchError>'294      }295    }296  },297  /**298   * Lookup37: orml_vesting::module::Event<T>299   **/300  OrmlVestingModuleEvent: {301    _enum: {302      VestingScheduleAdded: {303        from: 'AccountId32',304        to: 'AccountId32',305        vestingSchedule: 'OrmlVestingVestingSchedule',306      },307      Claimed: {308        who: 'AccountId32',309        amount: 'u128',310      },311      VestingSchedulesUpdated: {312        who: 'AccountId32'313      }314    }315  },316  /**317   * Lookup38: orml_vesting::VestingSchedule<BlockNumber, Balance>318   **/319  OrmlVestingVestingSchedule: {320    start: 'u32',321    period: 'u32',322    periodCount: 'u32',323    perPeriod: 'Compact<u128>'324  },325  /**326   * Lookup40: orml_xtokens::module::Event<T>327   **/328  OrmlXtokensModuleEvent: {329    _enum: {330      TransferredMultiAssets: {331        sender: 'AccountId32',332        assets: 'XcmV1MultiassetMultiAssets',333        fee: 'XcmV1MultiAsset',334        dest: 'XcmV1MultiLocation'335      }336    }337  },338  /**339   * Lookup41: xcm::v1::multiasset::MultiAssets340   **/341  XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',342  /**343   * Lookup43: xcm::v1::multiasset::MultiAsset344   **/345  XcmV1MultiAsset: {346    id: 'XcmV1MultiassetAssetId',347    fun: 'XcmV1MultiassetFungibility'348  },349  /**350   * Lookup44: xcm::v1::multiasset::AssetId351   **/352  XcmV1MultiassetAssetId: {353    _enum: {354      Concrete: 'XcmV1MultiLocation',355      Abstract: 'Bytes'356    }357  },358  /**359   * Lookup45: xcm::v1::multilocation::MultiLocation360   **/361  XcmV1MultiLocation: {362    parents: 'u8',363    interior: 'XcmV1MultilocationJunctions'364  },365  /**366   * Lookup46: xcm::v1::multilocation::Junctions367   **/368  XcmV1MultilocationJunctions: {369    _enum: {370      Here: 'Null',371      X1: 'XcmV1Junction',372      X2: '(XcmV1Junction,XcmV1Junction)',373      X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',374      X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',375      X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',376      X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',377      X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',378      X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'379    }380  },381  /**382   * Lookup47: xcm::v1::junction::Junction383   **/384  XcmV1Junction: {385    _enum: {386      Parachain: 'Compact<u32>',387      AccountId32: {388        network: 'XcmV0JunctionNetworkId',389        id: '[u8;32]',390      },391      AccountIndex64: {392        network: 'XcmV0JunctionNetworkId',393        index: 'Compact<u64>',394      },395      AccountKey20: {396        network: 'XcmV0JunctionNetworkId',397        key: '[u8;20]',398      },399      PalletInstance: 'u8',400      GeneralIndex: 'Compact<u128>',401      GeneralKey: 'Bytes',402      OnlyChild: 'Null',403      Plurality: {404        id: 'XcmV0JunctionBodyId',405        part: 'XcmV0JunctionBodyPart'406      }407    }408  },409  /**410   * Lookup49: xcm::v0::junction::NetworkId411   **/412  XcmV0JunctionNetworkId: {413    _enum: {414      Any: 'Null',415      Named: 'Bytes',416      Polkadot: 'Null',417      Kusama: 'Null'418    }419  },420  /**421   * Lookup53: xcm::v0::junction::BodyId422   **/423  XcmV0JunctionBodyId: {424    _enum: {425      Unit: 'Null',426      Named: 'Bytes',427      Index: 'Compact<u32>',428      Executive: 'Null',429      Technical: 'Null',430      Legislative: 'Null',431      Judicial: 'Null'432    }433  },434  /**435   * Lookup54: xcm::v0::junction::BodyPart436   **/437  XcmV0JunctionBodyPart: {438    _enum: {439      Voice: 'Null',440      Members: {441        count: 'Compact<u32>',442      },443      Fraction: {444        nom: 'Compact<u32>',445        denom: 'Compact<u32>',446      },447      AtLeastProportion: {448        nom: 'Compact<u32>',449        denom: 'Compact<u32>',450      },451      MoreThanProportion: {452        nom: 'Compact<u32>',453        denom: 'Compact<u32>'454      }455    }456  },457  /**458   * Lookup55: xcm::v1::multiasset::Fungibility459   **/460  XcmV1MultiassetFungibility: {461    _enum: {462      Fungible: 'Compact<u128>',463      NonFungible: 'XcmV1MultiassetAssetInstance'464    }465  },466  /**467   * Lookup56: xcm::v1::multiasset::AssetInstance468   **/469  XcmV1MultiassetAssetInstance: {470    _enum: {471      Undefined: 'Null',472      Index: 'Compact<u128>',473      Array4: '[u8;4]',474      Array8: '[u8;8]',475      Array16: '[u8;16]',476      Array32: '[u8;32]',477      Blob: 'Bytes'478    }479  },480  /**481   * Lookup59: orml_tokens::module::Event<T>482   **/483  OrmlTokensModuleEvent: {484    _enum: {485      Endowed: {486        currencyId: 'PalletForeignAssetsAssetIds',487        who: 'AccountId32',488        amount: 'u128',489      },490      DustLost: {491        currencyId: 'PalletForeignAssetsAssetIds',492        who: 'AccountId32',493        amount: 'u128',494      },495      Transfer: {496        currencyId: 'PalletForeignAssetsAssetIds',497        from: 'AccountId32',498        to: 'AccountId32',499        amount: 'u128',500      },501      Reserved: {502        currencyId: 'PalletForeignAssetsAssetIds',503        who: 'AccountId32',504        amount: 'u128',505      },506      Unreserved: {507        currencyId: 'PalletForeignAssetsAssetIds',508        who: 'AccountId32',509        amount: 'u128',510      },511      ReserveRepatriated: {512        currencyId: 'PalletForeignAssetsAssetIds',513        from: 'AccountId32',514        to: 'AccountId32',515        amount: 'u128',516        status: 'FrameSupportTokensMiscBalanceStatus',517      },518      BalanceSet: {519        currencyId: 'PalletForeignAssetsAssetIds',520        who: 'AccountId32',521        free: 'u128',522        reserved: 'u128',523      },524      TotalIssuanceSet: {525        currencyId: 'PalletForeignAssetsAssetIds',526        amount: 'u128',527      },528      Withdrawn: {529        currencyId: 'PalletForeignAssetsAssetIds',530        who: 'AccountId32',531        amount: 'u128',532      },533      Slashed: {534        currencyId: 'PalletForeignAssetsAssetIds',535        who: 'AccountId32',536        freeAmount: 'u128',537        reservedAmount: 'u128',538      },539      Deposited: {540        currencyId: 'PalletForeignAssetsAssetIds',541        who: 'AccountId32',542        amount: 'u128',543      },544      LockSet: {545        lockId: '[u8;8]',546        currencyId: 'PalletForeignAssetsAssetIds',547        who: 'AccountId32',548        amount: 'u128',549      },550      LockRemoved: {551        lockId: '[u8;8]',552        currencyId: 'PalletForeignAssetsAssetIds',553        who: 'AccountId32'554      }555    }556  },557  /**558   * Lookup60: pallet_foreign_assets::AssetIds559   **/560  PalletForeignAssetsAssetIds: {561    _enum: {562      ForeignAssetId: 'u32',563      NativeAssetId: 'PalletForeignAssetsNativeCurrency'564    }565  },566  /**567   * Lookup61: pallet_foreign_assets::NativeCurrency568   **/569  PalletForeignAssetsNativeCurrency: {570    _enum: ['Here', 'Parent']571  },572  /**573   * Lookup62: cumulus_pallet_xcmp_queue::pallet::Event<T>574   **/575  CumulusPalletXcmpQueueEvent: {576    _enum: {577      Success: {578        messageHash: 'Option<H256>',579        weight: 'Weight',580      },581      Fail: {582        messageHash: 'Option<H256>',583        error: 'XcmV2TraitsError',584        weight: 'Weight',585      },586      BadVersion: {587        messageHash: 'Option<H256>',588      },589      BadFormat: {590        messageHash: 'Option<H256>',591      },592      UpwardMessageSent: {593        messageHash: 'Option<H256>',594      },595      XcmpMessageSent: {596        messageHash: 'Option<H256>',597      },598      OverweightEnqueued: {599        sender: 'u32',600        sentAt: 'u32',601        index: 'u64',602        required: 'Weight',603      },604      OverweightServiced: {605        index: 'u64',606        used: 'Weight'607      }608    }609  },610  /**611   * Lookup64: xcm::v2::traits::Error612   **/613  XcmV2TraitsError: {614    _enum: {615      Overflow: 'Null',616      Unimplemented: 'Null',617      UntrustedReserveLocation: 'Null',618      UntrustedTeleportLocation: 'Null',619      MultiLocationFull: 'Null',620      MultiLocationNotInvertible: 'Null',621      BadOrigin: 'Null',622      InvalidLocation: 'Null',623      AssetNotFound: 'Null',624      FailedToTransactAsset: 'Null',625      NotWithdrawable: 'Null',626      LocationCannotHold: 'Null',627      ExceedsMaxMessageSize: 'Null',628      DestinationUnsupported: 'Null',629      Transport: 'Null',630      Unroutable: 'Null',631      UnknownClaim: 'Null',632      FailedToDecode: 'Null',633      MaxWeightInvalid: 'Null',634      NotHoldingFees: 'Null',635      TooExpensive: 'Null',636      Trap: 'u64',637      UnhandledXcmVersion: 'Null',638      WeightLimitReached: 'u64',639      Barrier: 'Null',640      WeightNotComputable: 'Null'641    }642  },643  /**644   * Lookup66: pallet_xcm::pallet::Event<T>645   **/646  PalletXcmEvent: {647    _enum: {648      Attempted: 'XcmV2TraitsOutcome',649      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',650      UnexpectedResponse: '(XcmV1MultiLocation,u64)',651      ResponseReady: '(u64,XcmV2Response)',652      Notified: '(u64,u8,u8)',653      NotifyOverweight: '(u64,u8,u8,Weight,Weight)',654      NotifyDispatchError: '(u64,u8,u8)',655      NotifyDecodeFailed: '(u64,u8,u8)',656      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',657      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',658      ResponseTaken: 'u64',659      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',660      VersionChangeNotified: '(XcmV1MultiLocation,u32)',661      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',662      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',663      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'664    }665  },666  /**667   * Lookup67: xcm::v2::traits::Outcome668   **/669  XcmV2TraitsOutcome: {670    _enum: {671      Complete: 'u64',672      Incomplete: '(u64,XcmV2TraitsError)',673      Error: 'XcmV2TraitsError'674    }675  },676  /**677   * Lookup68: xcm::v2::Xcm<RuntimeCall>678   **/679  XcmV2Xcm: 'Vec<XcmV2Instruction>',680  /**681   * Lookup70: xcm::v2::Instruction<RuntimeCall>682   **/683  XcmV2Instruction: {684    _enum: {685      WithdrawAsset: 'XcmV1MultiassetMultiAssets',686      ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',687      ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',688      QueryResponse: {689        queryId: 'Compact<u64>',690        response: 'XcmV2Response',691        maxWeight: 'Compact<u64>',692      },693      TransferAsset: {694        assets: 'XcmV1MultiassetMultiAssets',695        beneficiary: 'XcmV1MultiLocation',696      },697      TransferReserveAsset: {698        assets: 'XcmV1MultiassetMultiAssets',699        dest: 'XcmV1MultiLocation',700        xcm: 'XcmV2Xcm',701      },702      Transact: {703        originType: 'XcmV0OriginKind',704        requireWeightAtMost: 'Compact<u64>',705        call: 'XcmDoubleEncoded',706      },707      HrmpNewChannelOpenRequest: {708        sender: 'Compact<u32>',709        maxMessageSize: 'Compact<u32>',710        maxCapacity: 'Compact<u32>',711      },712      HrmpChannelAccepted: {713        recipient: 'Compact<u32>',714      },715      HrmpChannelClosing: {716        initiator: 'Compact<u32>',717        sender: 'Compact<u32>',718        recipient: 'Compact<u32>',719      },720      ClearOrigin: 'Null',721      DescendOrigin: 'XcmV1MultilocationJunctions',722      ReportError: {723        queryId: 'Compact<u64>',724        dest: 'XcmV1MultiLocation',725        maxResponseWeight: 'Compact<u64>',726      },727      DepositAsset: {728        assets: 'XcmV1MultiassetMultiAssetFilter',729        maxAssets: 'Compact<u32>',730        beneficiary: 'XcmV1MultiLocation',731      },732      DepositReserveAsset: {733        assets: 'XcmV1MultiassetMultiAssetFilter',734        maxAssets: 'Compact<u32>',735        dest: 'XcmV1MultiLocation',736        xcm: 'XcmV2Xcm',737      },738      ExchangeAsset: {739        give: 'XcmV1MultiassetMultiAssetFilter',740        receive: 'XcmV1MultiassetMultiAssets',741      },742      InitiateReserveWithdraw: {743        assets: 'XcmV1MultiassetMultiAssetFilter',744        reserve: 'XcmV1MultiLocation',745        xcm: 'XcmV2Xcm',746      },747      InitiateTeleport: {748        assets: 'XcmV1MultiassetMultiAssetFilter',749        dest: 'XcmV1MultiLocation',750        xcm: 'XcmV2Xcm',751      },752      QueryHolding: {753        queryId: 'Compact<u64>',754        dest: 'XcmV1MultiLocation',755        assets: 'XcmV1MultiassetMultiAssetFilter',756        maxResponseWeight: 'Compact<u64>',757      },758      BuyExecution: {759        fees: 'XcmV1MultiAsset',760        weightLimit: 'XcmV2WeightLimit',761      },762      RefundSurplus: 'Null',763      SetErrorHandler: 'XcmV2Xcm',764      SetAppendix: 'XcmV2Xcm',765      ClearError: 'Null',766      ClaimAsset: {767        assets: 'XcmV1MultiassetMultiAssets',768        ticket: 'XcmV1MultiLocation',769      },770      Trap: 'Compact<u64>',771      SubscribeVersion: {772        queryId: 'Compact<u64>',773        maxResponseWeight: 'Compact<u64>',774      },775      UnsubscribeVersion: 'Null'776    }777  },778  /**779   * Lookup71: xcm::v2::Response780   **/781  XcmV2Response: {782    _enum: {783      Null: 'Null',784      Assets: 'XcmV1MultiassetMultiAssets',785      ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',786      Version: 'u32'787    }788  },789  /**790   * Lookup74: xcm::v0::OriginKind791   **/792  XcmV0OriginKind: {793    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']794  },795  /**796   * Lookup75: xcm::double_encoded::DoubleEncoded<T>797   **/798  XcmDoubleEncoded: {799    encoded: 'Bytes'800  },801  /**802   * Lookup76: xcm::v1::multiasset::MultiAssetFilter803   **/804  XcmV1MultiassetMultiAssetFilter: {805    _enum: {806      Definite: 'XcmV1MultiassetMultiAssets',807      Wild: 'XcmV1MultiassetWildMultiAsset'808    }809  },810  /**811   * Lookup77: xcm::v1::multiasset::WildMultiAsset812   **/813  XcmV1MultiassetWildMultiAsset: {814    _enum: {815      All: 'Null',816      AllOf: {817        id: 'XcmV1MultiassetAssetId',818        fun: 'XcmV1MultiassetWildFungibility'819      }820    }821  },822  /**823   * Lookup78: xcm::v1::multiasset::WildFungibility824   **/825  XcmV1MultiassetWildFungibility: {826    _enum: ['Fungible', 'NonFungible']827  },828  /**829   * Lookup79: xcm::v2::WeightLimit830   **/831  XcmV2WeightLimit: {832    _enum: {833      Unlimited: 'Null',834      Limited: 'Compact<u64>'835    }836  },837  /**838   * Lookup81: xcm::VersionedMultiAssets839   **/840  XcmVersionedMultiAssets: {841    _enum: {842      V0: 'Vec<XcmV0MultiAsset>',843      V1: 'XcmV1MultiassetMultiAssets'844    }845  },846  /**847   * Lookup83: xcm::v0::multi_asset::MultiAsset848   **/849  XcmV0MultiAsset: {850    _enum: {851      None: 'Null',852      All: 'Null',853      AllFungible: 'Null',854      AllNonFungible: 'Null',855      AllAbstractFungible: {856        id: 'Bytes',857      },858      AllAbstractNonFungible: {859        class: 'Bytes',860      },861      AllConcreteFungible: {862        id: 'XcmV0MultiLocation',863      },864      AllConcreteNonFungible: {865        class: 'XcmV0MultiLocation',866      },867      AbstractFungible: {868        id: 'Bytes',869        amount: 'Compact<u128>',870      },871      AbstractNonFungible: {872        class: 'Bytes',873        instance: 'XcmV1MultiassetAssetInstance',874      },875      ConcreteFungible: {876        id: 'XcmV0MultiLocation',877        amount: 'Compact<u128>',878      },879      ConcreteNonFungible: {880        class: 'XcmV0MultiLocation',881        instance: 'XcmV1MultiassetAssetInstance'882      }883    }884  },885  /**886   * Lookup84: xcm::v0::multi_location::MultiLocation887   **/888  XcmV0MultiLocation: {889    _enum: {890      Null: 'Null',891      X1: 'XcmV0Junction',892      X2: '(XcmV0Junction,XcmV0Junction)',893      X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',894      X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',895      X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',896      X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',897      X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',898      X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'899    }900  },901  /**902   * Lookup85: xcm::v0::junction::Junction903   **/904  XcmV0Junction: {905    _enum: {906      Parent: 'Null',907      Parachain: 'Compact<u32>',908      AccountId32: {909        network: 'XcmV0JunctionNetworkId',910        id: '[u8;32]',911      },912      AccountIndex64: {913        network: 'XcmV0JunctionNetworkId',914        index: 'Compact<u64>',915      },916      AccountKey20: {917        network: 'XcmV0JunctionNetworkId',918        key: '[u8;20]',919      },920      PalletInstance: 'u8',921      GeneralIndex: 'Compact<u128>',922      GeneralKey: 'Bytes',923      OnlyChild: 'Null',924      Plurality: {925        id: 'XcmV0JunctionBodyId',926        part: 'XcmV0JunctionBodyPart'927      }928    }929  },930  /**931   * Lookup86: xcm::VersionedMultiLocation932   **/933  XcmVersionedMultiLocation: {934    _enum: {935      V0: 'XcmV0MultiLocation',936      V1: 'XcmV1MultiLocation'937    }938  },939  /**940   * Lookup87: cumulus_pallet_xcm::pallet::Event<T>941   **/942  CumulusPalletXcmEvent: {943    _enum: {944      InvalidFormat: '[u8;8]',945      UnsupportedVersion: '[u8;8]',946      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'947    }948  },949  /**950   * Lookup88: cumulus_pallet_dmp_queue::pallet::Event<T>951   **/952  CumulusPalletDmpQueueEvent: {953    _enum: {954      InvalidFormat: {955        messageId: '[u8;32]',956      },957      UnsupportedVersion: {958        messageId: '[u8;32]',959      },960      ExecutedDownward: {961        messageId: '[u8;32]',962        outcome: 'XcmV2TraitsOutcome',963      },964      WeightExhausted: {965        messageId: '[u8;32]',966        remainingWeight: 'Weight',967        requiredWeight: 'Weight',968      },969      OverweightEnqueued: {970        messageId: '[u8;32]',971        overweightIndex: 'u64',972        requiredWeight: 'Weight',973      },974      OverweightServiced: {975        overweightIndex: 'u64',976        weightUsed: 'Weight'977      }978    }979  },980  /**981   * Lookup89: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>982   **/983  PalletUniqueRawEvent: {984    _enum: {985      CollectionSponsorRemoved: 'u32',986      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',987      CollectionOwnedChanged: '(u32,AccountId32)',988      CollectionSponsorSet: '(u32,AccountId32)',989      SponsorshipConfirmed: '(u32,AccountId32)',990      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',991      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',992      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',993      CollectionLimitSet: 'u32',994      CollectionPermissionSet: 'u32'995    }996  },997  /**998   * Lookup90: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>999   **/1000  PalletEvmAccountBasicCrossAccountIdRepr: {1001    _enum: {1002      Substrate: 'AccountId32',1003      Ethereum: 'H160'1004    }1005  },1006  /**1007   * Lookup93: pallet_unique_scheduler::pallet::Event<T>1008   **/1009  PalletUniqueSchedulerEvent: {1010    _enum: {1011      Scheduled: {1012        when: 'u32',1013        index: 'u32',1014      },1015      Canceled: {1016        when: 'u32',1017        index: 'u32',1018      },1019      PriorityChanged: {1020        when: 'u32',1021        index: 'u32',1022        priority: 'u8',1023      },1024      Dispatched: {1025        task: '(u32,u32)',1026        id: 'Option<[u8;16]>',1027        result: 'Result<Null, SpRuntimeDispatchError>',1028      },1029      CallLookupFailed: {1030        task: '(u32,u32)',1031        id: 'Option<[u8;16]>',1032        error: 'FrameSupportScheduleLookupError'1033      }1034    }1035  },1036  /**1037   * Lookup96: frame_support::traits::schedule::LookupError1038   **/1039  FrameSupportScheduleLookupError: {1040    _enum: ['Unknown', 'BadFormat']1041  },1042  /**1043   * Lookup97: pallet_common::pallet::Event<T>1044   **/1045  PalletCommonEvent: {1046    _enum: {1047      CollectionCreated: '(u32,u8,AccountId32)',1048      CollectionDestroyed: 'u32',1049      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1050      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1051      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1052      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1053      CollectionPropertySet: '(u32,Bytes)',1054      CollectionPropertyDeleted: '(u32,Bytes)',1055      TokenPropertySet: '(u32,u32,Bytes)',1056      TokenPropertyDeleted: '(u32,u32,Bytes)',1057      PropertyPermissionSet: '(u32,Bytes)'1058    }1059  },1060  /**1061   * Lookup100: pallet_structure::pallet::Event<T>1062   **/1063  PalletStructureEvent: {1064    _enum: {1065      Executed: 'Result<Null, SpRuntimeDispatchError>'1066    }1067  },1068  /**1069   * Lookup101: pallet_rmrk_core::pallet::Event<T>1070   **/1071  PalletRmrkCoreEvent: {1072    _enum: {1073      CollectionCreated: {1074        issuer: 'AccountId32',1075        collectionId: 'u32',1076      },1077      CollectionDestroyed: {1078        issuer: 'AccountId32',1079        collectionId: 'u32',1080      },1081      IssuerChanged: {1082        oldIssuer: 'AccountId32',1083        newIssuer: 'AccountId32',1084        collectionId: 'u32',1085      },1086      CollectionLocked: {1087        issuer: 'AccountId32',1088        collectionId: 'u32',1089      },1090      NftMinted: {1091        owner: 'AccountId32',1092        collectionId: 'u32',1093        nftId: 'u32',1094      },1095      NFTBurned: {1096        owner: 'AccountId32',1097        nftId: 'u32',1098      },1099      NFTSent: {1100        sender: 'AccountId32',1101        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1102        collectionId: 'u32',1103        nftId: 'u32',1104        approvalRequired: 'bool',1105      },1106      NFTAccepted: {1107        sender: 'AccountId32',1108        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1109        collectionId: 'u32',1110        nftId: 'u32',1111      },1112      NFTRejected: {1113        sender: 'AccountId32',1114        collectionId: 'u32',1115        nftId: 'u32',1116      },1117      PropertySet: {1118        collectionId: 'u32',1119        maybeNftId: 'Option<u32>',1120        key: 'Bytes',1121        value: 'Bytes',1122      },1123      ResourceAdded: {1124        nftId: 'u32',1125        resourceId: 'u32',1126      },1127      ResourceRemoval: {1128        nftId: 'u32',1129        resourceId: 'u32',1130      },1131      ResourceAccepted: {1132        nftId: 'u32',1133        resourceId: 'u32',1134      },1135      ResourceRemovalAccepted: {1136        nftId: 'u32',1137        resourceId: 'u32',1138      },1139      PrioritySet: {1140        collectionId: 'u32',1141        nftId: 'u32'1142      }1143    }1144  },1145  /**1146   * Lookup102: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1147   **/1148  RmrkTraitsNftAccountIdOrCollectionNftTuple: {1149    _enum: {1150      AccountId: 'AccountId32',1151      CollectionAndNftTuple: '(u32,u32)'1152    }1153  },1154  /**1155   * Lookup107: pallet_rmrk_equip::pallet::Event<T>1156   **/1157  PalletRmrkEquipEvent: {1158    _enum: {1159      BaseCreated: {1160        issuer: 'AccountId32',1161        baseId: 'u32',1162      },1163      EquippablesUpdated: {1164        baseId: 'u32',1165        slotId: 'u32'1166      }1167    }1168  },1169  /**1170   * Lookup108: pallet_app_promotion::pallet::Event<T>1171   **/1172  PalletAppPromotionEvent: {1173    _enum: {1174      StakingRecalculation: '(AccountId32,u128,u128)',1175      Stake: '(AccountId32,u128)',1176      Unstake: '(AccountId32,u128)',1177      SetAdmin: 'AccountId32'1178    }1179  },1180  /**1181   * Lookup109: pallet_foreign_assets::module::Event<T>1182   **/1183  PalletForeignAssetsModuleEvent: {1184    _enum: {1185      ForeignAssetRegistered: {1186        assetId: 'u32',1187        assetAddress: 'XcmV1MultiLocation',1188        metadata: 'PalletForeignAssetsModuleAssetMetadata',1189      },1190      ForeignAssetUpdated: {1191        assetId: 'u32',1192        assetAddress: 'XcmV1MultiLocation',1193        metadata: 'PalletForeignAssetsModuleAssetMetadata',1194      },1195      AssetRegistered: {1196        assetId: 'PalletForeignAssetsAssetIds',1197        metadata: 'PalletForeignAssetsModuleAssetMetadata',1198      },1199      AssetUpdated: {1200        assetId: 'PalletForeignAssetsAssetIds',1201        metadata: 'PalletForeignAssetsModuleAssetMetadata'1202      }1203    }1204  },1205  /**1206   * Lookup110: pallet_foreign_assets::module::AssetMetadata<Balance>1207   **/1208  PalletForeignAssetsModuleAssetMetadata: {1209    name: 'Bytes',1210    symbol: 'Bytes',1211    decimals: 'u8',1212    minimalBalance: 'u128'1213  },1214  /**1215   * Lookup111: pallet_evm::pallet::Event<T>1216   **/1217  PalletEvmEvent: {1218    _enum: {1219      Log: 'EthereumLog',1220      Created: 'H160',1221      CreatedFailed: 'H160',1222      Executed: 'H160',1223      ExecutedFailed: 'H160',1224      BalanceDeposit: '(AccountId32,H160,U256)',1225      BalanceWithdraw: '(AccountId32,H160,U256)'1226    }1227  },1228  /**1229   * Lookup112: ethereum::log::Log1230   **/1231  EthereumLog: {1232    address: 'H160',1233    topics: 'Vec<H256>',1234    data: 'Bytes'1235  },1236  /**1237   * Lookup116: pallet_ethereum::pallet::Event1238   **/1239  PalletEthereumEvent: {1240    _enum: {1241      Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'1242    }1243  },1244  /**1245   * Lookup117: evm_core::error::ExitReason1246   **/1247  EvmCoreErrorExitReason: {1248    _enum: {1249      Succeed: 'EvmCoreErrorExitSucceed',1250      Error: 'EvmCoreErrorExitError',1251      Revert: 'EvmCoreErrorExitRevert',1252      Fatal: 'EvmCoreErrorExitFatal'1253    }1254  },1255  /**1256   * Lookup118: evm_core::error::ExitSucceed1257   **/1258  EvmCoreErrorExitSucceed: {1259    _enum: ['Stopped', 'Returned', 'Suicided']1260  },1261  /**1262   * Lookup119: evm_core::error::ExitError1263   **/1264  EvmCoreErrorExitError: {1265    _enum: {1266      StackUnderflow: 'Null',1267      StackOverflow: 'Null',1268      InvalidJump: 'Null',1269      InvalidRange: 'Null',1270      DesignatedInvalid: 'Null',1271      CallTooDeep: 'Null',1272      CreateCollision: 'Null',1273      CreateContractLimit: 'Null',1274      OutOfOffset: 'Null',1275      OutOfGas: 'Null',1276      OutOfFund: 'Null',1277      PCUnderflow: 'Null',1278      CreateEmpty: 'Null',1279      Other: 'Text',1280      InvalidCode: 'Null'1281    }1282  },1283  /**1284   * Lookup122: evm_core::error::ExitRevert1285   **/1286  EvmCoreErrorExitRevert: {1287    _enum: ['Reverted']1288  },1289  /**1290   * Lookup123: evm_core::error::ExitFatal1291   **/1292  EvmCoreErrorExitFatal: {1293    _enum: {1294      NotSupported: 'Null',1295      UnhandledInterrupt: 'Null',1296      CallErrorAsFatal: 'EvmCoreErrorExitError',1297      Other: 'Text'1298    }1299  },1300  /**1301   * Lookup124: pallet_evm_contract_helpers::pallet::Event<T>1302   **/1303  PalletEvmContractHelpersEvent: {1304    _enum: {1305      ContractSponsorSet: '(H160,AccountId32)',1306      ContractSponsorshipConfirmed: '(H160,AccountId32)',1307      ContractSponsorRemoved: 'H160'1308    }1309  },1310  /**1311   * Lookup125: pallet_maintenance::pallet::Event<T>1312   **/1313  PalletMaintenanceEvent: {1314    _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1315  },1316  /**1317   * Lookup126: pallet_test_utils::pallet::Event<T>1318   **/1319  PalletTestUtilsEvent: {1320    _enum: ['ValueIsSet', 'ShouldRollback']1321  },1322  /**1323   * Lookup127: frame_system::Phase1324   **/1325  FrameSystemPhase: {1326    _enum: {1327      ApplyExtrinsic: 'u32',1328      Finalization: 'Null',1329      Initialization: 'Null'1330    }1331  },1332  /**1333   * Lookup129: frame_system::LastRuntimeUpgradeInfo1334   **/1335  FrameSystemLastRuntimeUpgradeInfo: {1336    specVersion: 'Compact<u32>',1337    specName: 'Text'1338  },1339  /**1340   * Lookup130: frame_system::pallet::Call<T>1341   **/1342  FrameSystemCall: {1343    _enum: {1344      fill_block: {1345        ratio: 'Perbill',1346      },1347      remark: {1348        remark: 'Bytes',1349      },1350      set_heap_pages: {1351        pages: 'u64',1352      },1353      set_code: {1354        code: 'Bytes',1355      },1356      set_code_without_checks: {1357        code: 'Bytes',1358      },1359      set_storage: {1360        items: 'Vec<(Bytes,Bytes)>',1361      },1362      kill_storage: {1363        _alias: {1364          keys_: 'keys',1365        },1366        keys_: 'Vec<Bytes>',1367      },1368      kill_prefix: {1369        prefix: 'Bytes',1370        subkeys: 'u32',1371      },1372      remark_with_event: {1373        remark: 'Bytes'1374      }1375    }1376  },1377  /**1378   * Lookup135: frame_system::limits::BlockWeights1379   **/1380  FrameSystemLimitsBlockWeights: {1381    baseBlock: 'Weight',1382    maxBlock: 'Weight',1383    perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1384  },1385  /**1386   * Lookup136: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1387   **/1388  FrameSupportDispatchPerDispatchClassWeightsPerClass: {1389    normal: 'FrameSystemLimitsWeightsPerClass',1390    operational: 'FrameSystemLimitsWeightsPerClass',1391    mandatory: 'FrameSystemLimitsWeightsPerClass'1392  },1393  /**1394   * Lookup137: frame_system::limits::WeightsPerClass1395   **/1396  FrameSystemLimitsWeightsPerClass: {1397    baseExtrinsic: 'Weight',1398    maxExtrinsic: 'Option<Weight>',1399    maxTotal: 'Option<Weight>',1400    reserved: 'Option<Weight>'1401  },1402  /**1403   * Lookup139: frame_system::limits::BlockLength1404   **/1405  FrameSystemLimitsBlockLength: {1406    max: 'FrameSupportDispatchPerDispatchClassU32'1407  },1408  /**1409   * Lookup140: frame_support::dispatch::PerDispatchClass<T>1410   **/1411  FrameSupportDispatchPerDispatchClassU32: {1412    normal: 'u32',1413    operational: 'u32',1414    mandatory: 'u32'1415  },1416  /**1417   * Lookup141: sp_weights::RuntimeDbWeight1418   **/1419  SpWeightsRuntimeDbWeight: {1420    read: 'u64',1421    write: 'u64'1422  },1423  /**1424   * Lookup142: sp_version::RuntimeVersion1425   **/1426  SpVersionRuntimeVersion: {1427    specName: 'Text',1428    implName: 'Text',1429    authoringVersion: 'u32',1430    specVersion: 'u32',1431    implVersion: 'u32',1432    apis: 'Vec<([u8;8],u32)>',1433    transactionVersion: 'u32',1434    stateVersion: 'u8'1435  },1436  /**1437   * Lookup147: frame_system::pallet::Error<T>1438   **/1439  FrameSystemError: {1440    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1441  },1442  /**1443   * Lookup148: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1444   **/1445  PolkadotPrimitivesV2PersistedValidationData: {1446    parentHead: 'Bytes',1447    relayParentNumber: 'u32',1448    relayParentStorageRoot: 'H256',1449    maxPovSize: 'u32'1450  },1451  /**1452   * Lookup151: polkadot_primitives::v2::UpgradeRestriction1453   **/1454  PolkadotPrimitivesV2UpgradeRestriction: {1455    _enum: ['Present']1456  },1457  /**1458   * Lookup152: sp_trie::storage_proof::StorageProof1459   **/1460  SpTrieStorageProof: {1461    trieNodes: 'BTreeSet<Bytes>'1462  },1463  /**1464   * Lookup154: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1465   **/1466  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1467    dmqMqcHead: 'H256',1468    relayDispatchQueueSize: '(u32,u32)',1469    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1470    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1471  },1472  /**1473   * Lookup157: polkadot_primitives::v2::AbridgedHrmpChannel1474   **/1475  PolkadotPrimitivesV2AbridgedHrmpChannel: {1476    maxCapacity: 'u32',1477    maxTotalSize: 'u32',1478    maxMessageSize: 'u32',1479    msgCount: 'u32',1480    totalSize: 'u32',1481    mqcHead: 'Option<H256>'1482  },1483  /**1484   * Lookup158: polkadot_primitives::v2::AbridgedHostConfiguration1485   **/1486  PolkadotPrimitivesV2AbridgedHostConfiguration: {1487    maxCodeSize: 'u32',1488    maxHeadDataSize: 'u32',1489    maxUpwardQueueCount: 'u32',1490    maxUpwardQueueSize: 'u32',1491    maxUpwardMessageSize: 'u32',1492    maxUpwardMessageNumPerCandidate: 'u32',1493    hrmpMaxMessageNumPerCandidate: 'u32',1494    validationUpgradeCooldown: 'u32',1495    validationUpgradeDelay: 'u32'1496  },1497  /**1498   * Lookup164: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1499   **/1500  PolkadotCorePrimitivesOutboundHrmpMessage: {1501    recipient: 'u32',1502    data: 'Bytes'1503  },1504  /**1505   * Lookup165: cumulus_pallet_parachain_system::pallet::Call<T>1506   **/1507  CumulusPalletParachainSystemCall: {1508    _enum: {1509      set_validation_data: {1510        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1511      },1512      sudo_send_upward_message: {1513        message: 'Bytes',1514      },1515      authorize_upgrade: {1516        codeHash: 'H256',1517      },1518      enact_authorized_upgrade: {1519        code: 'Bytes'1520      }1521    }1522  },1523  /**1524   * Lookup166: cumulus_primitives_parachain_inherent::ParachainInherentData1525   **/1526  CumulusPrimitivesParachainInherentParachainInherentData: {1527    validationData: 'PolkadotPrimitivesV2PersistedValidationData',1528    relayChainState: 'SpTrieStorageProof',1529    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1530    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1531  },1532  /**1533   * Lookup168: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1534   **/1535  PolkadotCorePrimitivesInboundDownwardMessage: {1536    sentAt: 'u32',1537    msg: 'Bytes'1538  },1539  /**1540   * Lookup171: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1541   **/1542  PolkadotCorePrimitivesInboundHrmpMessage: {1543    sentAt: 'u32',1544    data: 'Bytes'1545  },1546  /**1547   * Lookup174: cumulus_pallet_parachain_system::pallet::Error<T>1548   **/1549  CumulusPalletParachainSystemError: {1550    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1551  },1552  /**1553   * Lookup176: pallet_balances::BalanceLock<Balance>1554   **/1555  PalletBalancesBalanceLock: {1556    id: '[u8;8]',1557    amount: 'u128',1558    reasons: 'PalletBalancesReasons'1559  },1560  /**1561   * Lookup177: pallet_balances::Reasons1562   **/1563  PalletBalancesReasons: {1564    _enum: ['Fee', 'Misc', 'All']1565  },1566  /**1567   * Lookup180: pallet_balances::ReserveData<ReserveIdentifier, Balance>1568   **/1569  PalletBalancesReserveData: {1570    id: '[u8;16]',1571    amount: 'u128'1572  },1573  /**1574   * Lookup182: pallet_balances::Releases1575   **/1576  PalletBalancesReleases: {1577    _enum: ['V1_0_0', 'V2_0_0']1578  },1579  /**1580   * Lookup183: pallet_balances::pallet::Call<T, I>1581   **/1582  PalletBalancesCall: {1583    _enum: {1584      transfer: {1585        dest: 'MultiAddress',1586        value: 'Compact<u128>',1587      },1588      set_balance: {1589        who: 'MultiAddress',1590        newFree: 'Compact<u128>',1591        newReserved: 'Compact<u128>',1592      },1593      force_transfer: {1594        source: 'MultiAddress',1595        dest: 'MultiAddress',1596        value: 'Compact<u128>',1597      },1598      transfer_keep_alive: {1599        dest: 'MultiAddress',1600        value: 'Compact<u128>',1601      },1602      transfer_all: {1603        dest: 'MultiAddress',1604        keepAlive: 'bool',1605      },1606      force_unreserve: {1607        who: 'MultiAddress',1608        amount: 'u128'1609      }1610    }1611  },1612  /**1613   * Lookup186: pallet_balances::pallet::Error<T, I>1614   **/1615  PalletBalancesError: {1616    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1617  },1618  /**1619   * Lookup188: pallet_timestamp::pallet::Call<T>1620   **/1621  PalletTimestampCall: {1622    _enum: {1623      set: {1624        now: 'Compact<u64>'1625      }1626    }1627  },1628  /**1629   * Lookup190: pallet_transaction_payment::Releases1630   **/1631  PalletTransactionPaymentReleases: {1632    _enum: ['V1Ancient', 'V2']1633  },1634  /**1635   * Lookup191: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1636   **/1637  PalletTreasuryProposal: {1638    proposer: 'AccountId32',1639    value: 'u128',1640    beneficiary: 'AccountId32',1641    bond: 'u128'1642  },1643  /**1644   * Lookup194: pallet_treasury::pallet::Call<T, I>1645   **/1646  PalletTreasuryCall: {1647    _enum: {1648      propose_spend: {1649        value: 'Compact<u128>',1650        beneficiary: 'MultiAddress',1651      },1652      reject_proposal: {1653        proposalId: 'Compact<u32>',1654      },1655      approve_proposal: {1656        proposalId: 'Compact<u32>',1657      },1658      spend: {1659        amount: 'Compact<u128>',1660        beneficiary: 'MultiAddress',1661      },1662      remove_approval: {1663        proposalId: 'Compact<u32>'1664      }1665    }1666  },1667  /**1668   * Lookup197: frame_support::PalletId1669   **/1670  FrameSupportPalletId: '[u8;8]',1671  /**1672   * Lookup198: pallet_treasury::pallet::Error<T, I>1673   **/1674  PalletTreasuryError: {1675    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1676  },1677  /**1678   * Lookup199: pallet_sudo::pallet::Call<T>1679   **/1680  PalletSudoCall: {1681    _enum: {1682      sudo: {1683        call: 'Call',1684      },1685      sudo_unchecked_weight: {1686        call: 'Call',1687        weight: 'Weight',1688      },1689      set_key: {1690        _alias: {1691          new_: 'new',1692        },1693        new_: 'MultiAddress',1694      },1695      sudo_as: {1696        who: 'MultiAddress',1697        call: 'Call'1698      }1699    }1700  },1701  /**1702   * Lookup201: orml_vesting::module::Call<T>1703   **/1704  OrmlVestingModuleCall: {1705    _enum: {1706      claim: 'Null',1707      vested_transfer: {1708        dest: 'MultiAddress',1709        schedule: 'OrmlVestingVestingSchedule',1710      },1711      update_vesting_schedules: {1712        who: 'MultiAddress',1713        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1714      },1715      claim_for: {1716        dest: 'MultiAddress'1717      }1718    }1719  },1720  /**1721   * Lookup203: orml_xtokens::module::Call<T>1722   **/1723  OrmlXtokensModuleCall: {1724    _enum: {1725      transfer: {1726        currencyId: 'PalletForeignAssetsAssetIds',1727        amount: 'u128',1728        dest: 'XcmVersionedMultiLocation',1729        destWeight: 'u64',1730      },1731      transfer_multiasset: {1732        asset: 'XcmVersionedMultiAsset',1733        dest: 'XcmVersionedMultiLocation',1734        destWeight: 'u64',1735      },1736      transfer_with_fee: {1737        currencyId: 'PalletForeignAssetsAssetIds',1738        amount: 'u128',1739        fee: 'u128',1740        dest: 'XcmVersionedMultiLocation',1741        destWeight: 'u64',1742      },1743      transfer_multiasset_with_fee: {1744        asset: 'XcmVersionedMultiAsset',1745        fee: 'XcmVersionedMultiAsset',1746        dest: 'XcmVersionedMultiLocation',1747        destWeight: 'u64',1748      },1749      transfer_multicurrencies: {1750        currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1751        feeItem: 'u32',1752        dest: 'XcmVersionedMultiLocation',1753        destWeight: 'u64',1754      },1755      transfer_multiassets: {1756        assets: 'XcmVersionedMultiAssets',1757        feeItem: 'u32',1758        dest: 'XcmVersionedMultiLocation',1759        destWeight: 'u64'1760      }1761    }1762  },1763  /**1764   * Lookup204: xcm::VersionedMultiAsset1765   **/1766  XcmVersionedMultiAsset: {1767    _enum: {1768      V0: 'XcmV0MultiAsset',1769      V1: 'XcmV1MultiAsset'1770    }1771  },1772  /**1773   * Lookup207: orml_tokens::module::Call<T>1774   **/1775  OrmlTokensModuleCall: {1776    _enum: {1777      transfer: {1778        dest: 'MultiAddress',1779        currencyId: 'PalletForeignAssetsAssetIds',1780        amount: 'Compact<u128>',1781      },1782      transfer_all: {1783        dest: 'MultiAddress',1784        currencyId: 'PalletForeignAssetsAssetIds',1785        keepAlive: 'bool',1786      },1787      transfer_keep_alive: {1788        dest: 'MultiAddress',1789        currencyId: 'PalletForeignAssetsAssetIds',1790        amount: 'Compact<u128>',1791      },1792      force_transfer: {1793        source: 'MultiAddress',1794        dest: 'MultiAddress',1795        currencyId: 'PalletForeignAssetsAssetIds',1796        amount: 'Compact<u128>',1797      },1798      set_balance: {1799        who: 'MultiAddress',1800        currencyId: 'PalletForeignAssetsAssetIds',1801        newFree: 'Compact<u128>',1802        newReserved: 'Compact<u128>'1803      }1804    }1805  },1806  /**1807   * Lookup208: cumulus_pallet_xcmp_queue::pallet::Call<T>1808   **/1809  CumulusPalletXcmpQueueCall: {1810    _enum: {1811      service_overweight: {1812        index: 'u64',1813        weightLimit: 'Weight',1814      },1815      suspend_xcm_execution: 'Null',1816      resume_xcm_execution: 'Null',1817      update_suspend_threshold: {1818        _alias: {1819          new_: 'new',1820        },1821        new_: 'u32',1822      },1823      update_drop_threshold: {1824        _alias: {1825          new_: 'new',1826        },1827        new_: 'u32',1828      },1829      update_resume_threshold: {1830        _alias: {1831          new_: 'new',1832        },1833        new_: 'u32',1834      },1835      update_threshold_weight: {1836        _alias: {1837          new_: 'new',1838        },1839        new_: 'Weight',1840      },1841      update_weight_restrict_decay: {1842        _alias: {1843          new_: 'new',1844        },1845        new_: 'Weight',1846      },1847      update_xcmp_max_individual_weight: {1848        _alias: {1849          new_: 'new',1850        },1851        new_: 'Weight'1852      }1853    }1854  },1855  /**1856   * Lookup209: pallet_xcm::pallet::Call<T>1857   **/1858  PalletXcmCall: {1859    _enum: {1860      send: {1861        dest: 'XcmVersionedMultiLocation',1862        message: 'XcmVersionedXcm',1863      },1864      teleport_assets: {1865        dest: 'XcmVersionedMultiLocation',1866        beneficiary: 'XcmVersionedMultiLocation',1867        assets: 'XcmVersionedMultiAssets',1868        feeAssetItem: 'u32',1869      },1870      reserve_transfer_assets: {1871        dest: 'XcmVersionedMultiLocation',1872        beneficiary: 'XcmVersionedMultiLocation',1873        assets: 'XcmVersionedMultiAssets',1874        feeAssetItem: 'u32',1875      },1876      execute: {1877        message: 'XcmVersionedXcm',1878        maxWeight: 'Weight',1879      },1880      force_xcm_version: {1881        location: 'XcmV1MultiLocation',1882        xcmVersion: 'u32',1883      },1884      force_default_xcm_version: {1885        maybeXcmVersion: 'Option<u32>',1886      },1887      force_subscribe_version_notify: {1888        location: 'XcmVersionedMultiLocation',1889      },1890      force_unsubscribe_version_notify: {1891        location: 'XcmVersionedMultiLocation',1892      },1893      limited_reserve_transfer_assets: {1894        dest: 'XcmVersionedMultiLocation',1895        beneficiary: 'XcmVersionedMultiLocation',1896        assets: 'XcmVersionedMultiAssets',1897        feeAssetItem: 'u32',1898        weightLimit: 'XcmV2WeightLimit',1899      },1900      limited_teleport_assets: {1901        dest: 'XcmVersionedMultiLocation',1902        beneficiary: 'XcmVersionedMultiLocation',1903        assets: 'XcmVersionedMultiAssets',1904        feeAssetItem: 'u32',1905        weightLimit: 'XcmV2WeightLimit'1906      }1907    }1908  },1909  /**1910   * Lookup210: xcm::VersionedXcm<RuntimeCall>1911   **/1912  XcmVersionedXcm: {1913    _enum: {1914      V0: 'XcmV0Xcm',1915      V1: 'XcmV1Xcm',1916      V2: 'XcmV2Xcm'1917    }1918  },1919  /**1920   * Lookup211: xcm::v0::Xcm<RuntimeCall>1921   **/1922  XcmV0Xcm: {1923    _enum: {1924      WithdrawAsset: {1925        assets: 'Vec<XcmV0MultiAsset>',1926        effects: 'Vec<XcmV0Order>',1927      },1928      ReserveAssetDeposit: {1929        assets: 'Vec<XcmV0MultiAsset>',1930        effects: 'Vec<XcmV0Order>',1931      },1932      TeleportAsset: {1933        assets: 'Vec<XcmV0MultiAsset>',1934        effects: 'Vec<XcmV0Order>',1935      },1936      QueryResponse: {1937        queryId: 'Compact<u64>',1938        response: 'XcmV0Response',1939      },1940      TransferAsset: {1941        assets: 'Vec<XcmV0MultiAsset>',1942        dest: 'XcmV0MultiLocation',1943      },1944      TransferReserveAsset: {1945        assets: 'Vec<XcmV0MultiAsset>',1946        dest: 'XcmV0MultiLocation',1947        effects: 'Vec<XcmV0Order>',1948      },1949      Transact: {1950        originType: 'XcmV0OriginKind',1951        requireWeightAtMost: 'u64',1952        call: 'XcmDoubleEncoded',1953      },1954      HrmpNewChannelOpenRequest: {1955        sender: 'Compact<u32>',1956        maxMessageSize: 'Compact<u32>',1957        maxCapacity: 'Compact<u32>',1958      },1959      HrmpChannelAccepted: {1960        recipient: 'Compact<u32>',1961      },1962      HrmpChannelClosing: {1963        initiator: 'Compact<u32>',1964        sender: 'Compact<u32>',1965        recipient: 'Compact<u32>',1966      },1967      RelayedFrom: {1968        who: 'XcmV0MultiLocation',1969        message: 'XcmV0Xcm'1970      }1971    }1972  },1973  /**1974   * Lookup213: xcm::v0::order::Order<RuntimeCall>1975   **/1976  XcmV0Order: {1977    _enum: {1978      Null: 'Null',1979      DepositAsset: {1980        assets: 'Vec<XcmV0MultiAsset>',1981        dest: 'XcmV0MultiLocation',1982      },1983      DepositReserveAsset: {1984        assets: 'Vec<XcmV0MultiAsset>',1985        dest: 'XcmV0MultiLocation',1986        effects: 'Vec<XcmV0Order>',1987      },1988      ExchangeAsset: {1989        give: 'Vec<XcmV0MultiAsset>',1990        receive: 'Vec<XcmV0MultiAsset>',1991      },1992      InitiateReserveWithdraw: {1993        assets: 'Vec<XcmV0MultiAsset>',1994        reserve: 'XcmV0MultiLocation',1995        effects: 'Vec<XcmV0Order>',1996      },1997      InitiateTeleport: {1998        assets: 'Vec<XcmV0MultiAsset>',1999        dest: 'XcmV0MultiLocation',2000        effects: 'Vec<XcmV0Order>',2001      },2002      QueryHolding: {2003        queryId: 'Compact<u64>',2004        dest: 'XcmV0MultiLocation',2005        assets: 'Vec<XcmV0MultiAsset>',2006      },2007      BuyExecution: {2008        fees: 'XcmV0MultiAsset',2009        weight: 'u64',2010        debt: 'u64',2011        haltOnError: 'bool',2012        xcm: 'Vec<XcmV0Xcm>'2013      }2014    }2015  },2016  /**2017   * Lookup215: xcm::v0::Response2018   **/2019  XcmV0Response: {2020    _enum: {2021      Assets: 'Vec<XcmV0MultiAsset>'2022    }2023  },2024  /**2025   * Lookup216: xcm::v1::Xcm<RuntimeCall>2026   **/2027  XcmV1Xcm: {2028    _enum: {2029      WithdrawAsset: {2030        assets: 'XcmV1MultiassetMultiAssets',2031        effects: 'Vec<XcmV1Order>',2032      },2033      ReserveAssetDeposited: {2034        assets: 'XcmV1MultiassetMultiAssets',2035        effects: 'Vec<XcmV1Order>',2036      },2037      ReceiveTeleportedAsset: {2038        assets: 'XcmV1MultiassetMultiAssets',2039        effects: 'Vec<XcmV1Order>',2040      },2041      QueryResponse: {2042        queryId: 'Compact<u64>',2043        response: 'XcmV1Response',2044      },2045      TransferAsset: {2046        assets: 'XcmV1MultiassetMultiAssets',2047        beneficiary: 'XcmV1MultiLocation',2048      },2049      TransferReserveAsset: {2050        assets: 'XcmV1MultiassetMultiAssets',2051        dest: 'XcmV1MultiLocation',2052        effects: 'Vec<XcmV1Order>',2053      },2054      Transact: {2055        originType: 'XcmV0OriginKind',2056        requireWeightAtMost: 'u64',2057        call: 'XcmDoubleEncoded',2058      },2059      HrmpNewChannelOpenRequest: {2060        sender: 'Compact<u32>',2061        maxMessageSize: 'Compact<u32>',2062        maxCapacity: 'Compact<u32>',2063      },2064      HrmpChannelAccepted: {2065        recipient: 'Compact<u32>',2066      },2067      HrmpChannelClosing: {2068        initiator: 'Compact<u32>',2069        sender: 'Compact<u32>',2070        recipient: 'Compact<u32>',2071      },2072      RelayedFrom: {2073        who: 'XcmV1MultilocationJunctions',2074        message: 'XcmV1Xcm',2075      },2076      SubscribeVersion: {2077        queryId: 'Compact<u64>',2078        maxResponseWeight: 'Compact<u64>',2079      },2080      UnsubscribeVersion: 'Null'2081    }2082  },2083  /**2084   * Lookup218: xcm::v1::order::Order<RuntimeCall>2085   **/2086  XcmV1Order: {2087    _enum: {2088      Noop: 'Null',2089      DepositAsset: {2090        assets: 'XcmV1MultiassetMultiAssetFilter',2091        maxAssets: 'u32',2092        beneficiary: 'XcmV1MultiLocation',2093      },2094      DepositReserveAsset: {2095        assets: 'XcmV1MultiassetMultiAssetFilter',2096        maxAssets: 'u32',2097        dest: 'XcmV1MultiLocation',2098        effects: 'Vec<XcmV1Order>',2099      },2100      ExchangeAsset: {2101        give: 'XcmV1MultiassetMultiAssetFilter',2102        receive: 'XcmV1MultiassetMultiAssets',2103      },2104      InitiateReserveWithdraw: {2105        assets: 'XcmV1MultiassetMultiAssetFilter',2106        reserve: 'XcmV1MultiLocation',2107        effects: 'Vec<XcmV1Order>',2108      },2109      InitiateTeleport: {2110        assets: 'XcmV1MultiassetMultiAssetFilter',2111        dest: 'XcmV1MultiLocation',2112        effects: 'Vec<XcmV1Order>',2113      },2114      QueryHolding: {2115        queryId: 'Compact<u64>',2116        dest: 'XcmV1MultiLocation',2117        assets: 'XcmV1MultiassetMultiAssetFilter',2118      },2119      BuyExecution: {2120        fees: 'XcmV1MultiAsset',2121        weight: 'u64',2122        debt: 'u64',2123        haltOnError: 'bool',2124        instructions: 'Vec<XcmV1Xcm>'2125      }2126    }2127  },2128  /**2129   * Lookup220: xcm::v1::Response2130   **/2131  XcmV1Response: {2132    _enum: {2133      Assets: 'XcmV1MultiassetMultiAssets',2134      Version: 'u32'2135    }2136  },2137  /**2138   * Lookup234: cumulus_pallet_xcm::pallet::Call<T>2139   **/2140  CumulusPalletXcmCall: 'Null',2141  /**2142   * Lookup235: cumulus_pallet_dmp_queue::pallet::Call<T>2143   **/2144  CumulusPalletDmpQueueCall: {2145    _enum: {2146      service_overweight: {2147        index: 'u64',2148        weightLimit: 'Weight'2149      }2150    }2151  },2152  /**2153   * Lookup236: pallet_inflation::pallet::Call<T>2154   **/2155  PalletInflationCall: {2156    _enum: {2157      start_inflation: {2158        inflationStartRelayBlock: 'u32'2159      }2160    }2161  },2162  /**2163   * Lookup237: pallet_unique::Call<T>2164   **/2165  PalletUniqueCall: {2166    _enum: {2167      create_collection: {2168        collectionName: 'Vec<u16>',2169        collectionDescription: 'Vec<u16>',2170        tokenPrefix: 'Bytes',2171        mode: 'UpDataStructsCollectionMode',2172      },2173      create_collection_ex: {2174        data: 'UpDataStructsCreateCollectionData',2175      },2176      destroy_collection: {2177        collectionId: 'u32',2178      },2179      add_to_allow_list: {2180        collectionId: 'u32',2181        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2182      },2183      remove_from_allow_list: {2184        collectionId: 'u32',2185        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2186      },2187      change_collection_owner: {2188        collectionId: 'u32',2189        newOwner: 'AccountId32',2190      },2191      add_collection_admin: {2192        collectionId: 'u32',2193        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2194      },2195      remove_collection_admin: {2196        collectionId: 'u32',2197        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2198      },2199      set_collection_sponsor: {2200        collectionId: 'u32',2201        newSponsor: 'AccountId32',2202      },2203      confirm_sponsorship: {2204        collectionId: 'u32',2205      },2206      remove_collection_sponsor: {2207        collectionId: 'u32',2208      },2209      create_item: {2210        collectionId: 'u32',2211        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2212        data: 'UpDataStructsCreateItemData',2213      },2214      create_multiple_items: {2215        collectionId: 'u32',2216        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2217        itemsData: 'Vec<UpDataStructsCreateItemData>',2218      },2219      set_collection_properties: {2220        collectionId: 'u32',2221        properties: 'Vec<UpDataStructsProperty>',2222      },2223      delete_collection_properties: {2224        collectionId: 'u32',2225        propertyKeys: 'Vec<Bytes>',2226      },2227      set_token_properties: {2228        collectionId: 'u32',2229        tokenId: 'u32',2230        properties: 'Vec<UpDataStructsProperty>',2231      },2232      delete_token_properties: {2233        collectionId: 'u32',2234        tokenId: 'u32',2235        propertyKeys: 'Vec<Bytes>',2236      },2237      set_token_property_permissions: {2238        collectionId: 'u32',2239        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2240      },2241      create_multiple_items_ex: {2242        collectionId: 'u32',2243        data: 'UpDataStructsCreateItemExData',2244      },2245      set_transfers_enabled_flag: {2246        collectionId: 'u32',2247        value: 'bool',2248      },2249      burn_item: {2250        collectionId: 'u32',2251        itemId: 'u32',2252        value: 'u128',2253      },2254      burn_from: {2255        collectionId: 'u32',2256        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2257        itemId: 'u32',2258        value: 'u128',2259      },2260      transfer: {2261        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2262        collectionId: 'u32',2263        itemId: 'u32',2264        value: 'u128',2265      },2266      approve: {2267        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2268        collectionId: 'u32',2269        itemId: 'u32',2270        amount: 'u128',2271      },2272      transfer_from: {2273        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2274        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2275        collectionId: 'u32',2276        itemId: 'u32',2277        value: 'u128',2278      },2279      set_collection_limits: {2280        collectionId: 'u32',2281        newLimit: 'UpDataStructsCollectionLimits',2282      },2283      set_collection_permissions: {2284        collectionId: 'u32',2285        newPermission: 'UpDataStructsCollectionPermissions',2286      },2287      repartition: {2288        collectionId: 'u32',2289        tokenId: 'u32',2290        amount: 'u128'2291      }2292    }2293  },2294  /**2295   * Lookup242: up_data_structs::CollectionMode2296   **/2297  UpDataStructsCollectionMode: {2298    _enum: {2299      NFT: 'Null',2300      Fungible: 'u8',2301      ReFungible: 'Null'2302    }2303  },2304  /**2305   * Lookup243: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2306   **/2307  UpDataStructsCreateCollectionData: {2308    mode: 'UpDataStructsCollectionMode',2309    access: 'Option<UpDataStructsAccessMode>',2310    name: 'Vec<u16>',2311    description: 'Vec<u16>',2312    tokenPrefix: 'Bytes',2313    pendingSponsor: 'Option<AccountId32>',2314    limits: 'Option<UpDataStructsCollectionLimits>',2315    permissions: 'Option<UpDataStructsCollectionPermissions>',2316    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2317    properties: 'Vec<UpDataStructsProperty>'2318  },2319  /**2320   * Lookup245: up_data_structs::AccessMode2321   **/2322  UpDataStructsAccessMode: {2323    _enum: ['Normal', 'AllowList']2324  },2325  /**2326   * Lookup247: up_data_structs::CollectionLimits2327   **/2328  UpDataStructsCollectionLimits: {2329    accountTokenOwnershipLimit: 'Option<u32>',2330    sponsoredDataSize: 'Option<u32>',2331    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2332    tokenLimit: 'Option<u32>',2333    sponsorTransferTimeout: 'Option<u32>',2334    sponsorApproveTimeout: 'Option<u32>',2335    ownerCanTransfer: 'Option<bool>',2336    ownerCanDestroy: 'Option<bool>',2337    transfersEnabled: 'Option<bool>'2338  },2339  /**2340   * Lookup249: up_data_structs::SponsoringRateLimit2341   **/2342  UpDataStructsSponsoringRateLimit: {2343    _enum: {2344      SponsoringDisabled: 'Null',2345      Blocks: 'u32'2346    }2347  },2348  /**2349   * Lookup252: up_data_structs::CollectionPermissions2350   **/2351  UpDataStructsCollectionPermissions: {2352    access: 'Option<UpDataStructsAccessMode>',2353    mintMode: 'Option<bool>',2354    nesting: 'Option<UpDataStructsNestingPermissions>'2355  },2356  /**2357   * Lookup254: up_data_structs::NestingPermissions2358   **/2359  UpDataStructsNestingPermissions: {2360    tokenOwner: 'bool',2361    collectionAdmin: 'bool',2362    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2363  },2364  /**2365   * Lookup256: up_data_structs::OwnerRestrictedSet2366   **/2367  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2368  /**2369   * Lookup261: up_data_structs::PropertyKeyPermission2370   **/2371  UpDataStructsPropertyKeyPermission: {2372    key: 'Bytes',2373    permission: 'UpDataStructsPropertyPermission'2374  },2375  /**2376   * Lookup262: up_data_structs::PropertyPermission2377   **/2378  UpDataStructsPropertyPermission: {2379    mutable: 'bool',2380    collectionAdmin: 'bool',2381    tokenOwner: 'bool'2382  },2383  /**2384   * Lookup265: up_data_structs::Property2385   **/2386  UpDataStructsProperty: {2387    key: 'Bytes',2388    value: 'Bytes'2389  },2390  /**2391   * Lookup268: up_data_structs::CreateItemData2392   **/2393  UpDataStructsCreateItemData: {2394    _enum: {2395      NFT: 'UpDataStructsCreateNftData',2396      Fungible: 'UpDataStructsCreateFungibleData',2397      ReFungible: 'UpDataStructsCreateReFungibleData'2398    }2399  },2400  /**2401   * Lookup269: up_data_structs::CreateNftData2402   **/2403  UpDataStructsCreateNftData: {2404    properties: 'Vec<UpDataStructsProperty>'2405  },2406  /**2407   * Lookup270: up_data_structs::CreateFungibleData2408   **/2409  UpDataStructsCreateFungibleData: {2410    value: 'u128'2411  },2412  /**2413   * Lookup271: up_data_structs::CreateReFungibleData2414   **/2415  UpDataStructsCreateReFungibleData: {2416    pieces: 'u128',2417    properties: 'Vec<UpDataStructsProperty>'2418  },2419  /**2420   * Lookup274: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2421   **/2422  UpDataStructsCreateItemExData: {2423    _enum: {2424      NFT: 'Vec<UpDataStructsCreateNftExData>',2425      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2426      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2427      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2428    }2429  },2430  /**2431   * Lookup276: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2432   **/2433  UpDataStructsCreateNftExData: {2434    properties: 'Vec<UpDataStructsProperty>',2435    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2436  },2437  /**2438   * Lookup283: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2439   **/2440  UpDataStructsCreateRefungibleExSingleOwner: {2441    user: 'PalletEvmAccountBasicCrossAccountIdRepr',2442    pieces: 'u128',2443    properties: 'Vec<UpDataStructsProperty>'2444  },2445  /**2446   * Lookup285: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2447   **/2448  UpDataStructsCreateRefungibleExMultipleOwners: {2449    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2450    properties: 'Vec<UpDataStructsProperty>'2451  },2452  /**2453   * Lookup286: pallet_unique_scheduler::pallet::Call<T>2454   **/2455  PalletUniqueSchedulerCall: {2456    _enum: {2457      schedule_named: {2458        id: '[u8;16]',2459        when: 'u32',2460        maybePeriodic: 'Option<(u32,u32)>',2461        priority: 'Option<u8>',2462        call: 'FrameSupportScheduleMaybeHashed',2463      },2464      cancel_named: {2465        id: '[u8;16]',2466      },2467      schedule_named_after: {2468        id: '[u8;16]',2469        after: 'u32',2470        maybePeriodic: 'Option<(u32,u32)>',2471        priority: 'Option<u8>',2472        call: 'FrameSupportScheduleMaybeHashed',2473      },2474      change_named_priority: {2475        id: '[u8;16]',2476        priority: 'u8'2477      }2478    }2479  },2480  /**2481   * Lookup289: frame_support::traits::schedule::MaybeHashed<opal_runtime::RuntimeCall, primitive_types::H256>2482   **/2483  FrameSupportScheduleMaybeHashed: {2484    _enum: {2485      Value: 'Call',2486      Hash: 'H256'2487    }2488  },2489  /**2490   * Lookup290: pallet_configuration::pallet::Call<T>2491   **/2492  PalletConfigurationCall: {2493    _enum: {2494      set_weight_to_fee_coefficient_override: {2495        coeff: 'Option<u32>',2496      },2497      set_min_gas_price_override: {2498        coeff: 'Option<u64>'2499      }2500    }2501  },2502  /**2503   * Lookup292: pallet_template_transaction_payment::Call<T>2504   **/2505  PalletTemplateTransactionPaymentCall: 'Null',2506  /**2507   * Lookup293: pallet_structure::pallet::Call<T>2508   **/2509  PalletStructureCall: 'Null',2510  /**2511   * Lookup294: pallet_rmrk_core::pallet::Call<T>2512   **/2513  PalletRmrkCoreCall: {2514    _enum: {2515      create_collection: {2516        metadata: 'Bytes',2517        max: 'Option<u32>',2518        symbol: 'Bytes',2519      },2520      destroy_collection: {2521        collectionId: 'u32',2522      },2523      change_collection_issuer: {2524        collectionId: 'u32',2525        newIssuer: 'MultiAddress',2526      },2527      lock_collection: {2528        collectionId: 'u32',2529      },2530      mint_nft: {2531        owner: 'Option<AccountId32>',2532        collectionId: 'u32',2533        recipient: 'Option<AccountId32>',2534        royaltyAmount: 'Option<Permill>',2535        metadata: 'Bytes',2536        transferable: 'bool',2537        resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2538      },2539      burn_nft: {2540        collectionId: 'u32',2541        nftId: 'u32',2542        maxBurns: 'u32',2543      },2544      send: {2545        rmrkCollectionId: 'u32',2546        rmrkNftId: 'u32',2547        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2548      },2549      accept_nft: {2550        rmrkCollectionId: 'u32',2551        rmrkNftId: 'u32',2552        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2553      },2554      reject_nft: {2555        rmrkCollectionId: 'u32',2556        rmrkNftId: 'u32',2557      },2558      accept_resource: {2559        rmrkCollectionId: 'u32',2560        rmrkNftId: 'u32',2561        resourceId: 'u32',2562      },2563      accept_resource_removal: {2564        rmrkCollectionId: 'u32',2565        rmrkNftId: 'u32',2566        resourceId: 'u32',2567      },2568      set_property: {2569        rmrkCollectionId: 'Compact<u32>',2570        maybeNftId: 'Option<u32>',2571        key: 'Bytes',2572        value: 'Bytes',2573      },2574      set_priority: {2575        rmrkCollectionId: 'u32',2576        rmrkNftId: 'u32',2577        priorities: 'Vec<u32>',2578      },2579      add_basic_resource: {2580        rmrkCollectionId: 'u32',2581        nftId: 'u32',2582        resource: 'RmrkTraitsResourceBasicResource',2583      },2584      add_composable_resource: {2585        rmrkCollectionId: 'u32',2586        nftId: 'u32',2587        resource: 'RmrkTraitsResourceComposableResource',2588      },2589      add_slot_resource: {2590        rmrkCollectionId: 'u32',2591        nftId: 'u32',2592        resource: 'RmrkTraitsResourceSlotResource',2593      },2594      remove_resource: {2595        rmrkCollectionId: 'u32',2596        nftId: 'u32',2597        resourceId: 'u32'2598      }2599    }2600  },2601  /**2602   * Lookup300: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2603   **/2604  RmrkTraitsResourceResourceTypes: {2605    _enum: {2606      Basic: 'RmrkTraitsResourceBasicResource',2607      Composable: 'RmrkTraitsResourceComposableResource',2608      Slot: 'RmrkTraitsResourceSlotResource'2609    }2610  },2611  /**2612   * Lookup302: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2613   **/2614  RmrkTraitsResourceBasicResource: {2615    src: 'Option<Bytes>',2616    metadata: 'Option<Bytes>',2617    license: 'Option<Bytes>',2618    thumb: 'Option<Bytes>'2619  },2620  /**2621   * Lookup304: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2622   **/2623  RmrkTraitsResourceComposableResource: {2624    parts: 'Vec<u32>',2625    base: 'u32',2626    src: 'Option<Bytes>',2627    metadata: 'Option<Bytes>',2628    license: 'Option<Bytes>',2629    thumb: 'Option<Bytes>'2630  },2631  /**2632   * Lookup305: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2633   **/2634  RmrkTraitsResourceSlotResource: {2635    base: 'u32',2636    src: 'Option<Bytes>',2637    metadata: 'Option<Bytes>',2638    slot: 'u32',2639    license: 'Option<Bytes>',2640    thumb: 'Option<Bytes>'2641  },2642  /**2643   * Lookup308: pallet_rmrk_equip::pallet::Call<T>2644   **/2645  PalletRmrkEquipCall: {2646    _enum: {2647      create_base: {2648        baseType: 'Bytes',2649        symbol: 'Bytes',2650        parts: 'Vec<RmrkTraitsPartPartType>',2651      },2652      theme_add: {2653        baseId: 'u32',2654        theme: 'RmrkTraitsTheme',2655      },2656      equippable: {2657        baseId: 'u32',2658        slotId: 'u32',2659        equippables: 'RmrkTraitsPartEquippableList'2660      }2661    }2662  },2663  /**2664   * Lookup311: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2665   **/2666  RmrkTraitsPartPartType: {2667    _enum: {2668      FixedPart: 'RmrkTraitsPartFixedPart',2669      SlotPart: 'RmrkTraitsPartSlotPart'2670    }2671  },2672  /**2673   * Lookup313: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2674   **/2675  RmrkTraitsPartFixedPart: {2676    id: 'u32',2677    z: 'u32',2678    src: 'Bytes'2679  },2680  /**2681   * Lookup314: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2682   **/2683  RmrkTraitsPartSlotPart: {2684    id: 'u32',2685    equippable: 'RmrkTraitsPartEquippableList',2686    src: 'Bytes',2687    z: 'u32'2688  },2689  /**2690   * Lookup315: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2691   **/2692  RmrkTraitsPartEquippableList: {2693    _enum: {2694      All: 'Null',2695      Empty: 'Null',2696      Custom: 'Vec<u32>'2697    }2698  },2699  /**2700   * Lookup317: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>2701   **/2702  RmrkTraitsTheme: {2703    name: 'Bytes',2704    properties: 'Vec<RmrkTraitsThemeThemeProperty>',2705    inherit: 'bool'2706  },2707  /**2708   * Lookup319: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2709   **/2710  RmrkTraitsThemeThemeProperty: {2711    key: 'Bytes',2712    value: 'Bytes'2713  },2714  /**2715   * Lookup321: pallet_app_promotion::pallet::Call<T>2716   **/2717  PalletAppPromotionCall: {2718    _enum: {2719      set_admin_address: {2720        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2721      },2722      stake: {2723        amount: 'u128',2724      },2725      unstake: 'Null',2726      sponsor_collection: {2727        collectionId: 'u32',2728      },2729      stop_sponsoring_collection: {2730        collectionId: 'u32',2731      },2732      sponsor_contract: {2733        contractId: 'H160',2734      },2735      stop_sponsoring_contract: {2736        contractId: 'H160',2737      },2738      payout_stakers: {2739        stakersNumber: 'Option<u8>'2740      }2741    }2742  },2743  /**2744   * Lookup322: pallet_foreign_assets::module::Call<T>2745   **/2746  PalletForeignAssetsModuleCall: {2747    _enum: {2748      register_foreign_asset: {2749        owner: 'AccountId32',2750        location: 'XcmVersionedMultiLocation',2751        metadata: 'PalletForeignAssetsModuleAssetMetadata',2752      },2753      update_foreign_asset: {2754        foreignAssetId: 'u32',2755        location: 'XcmVersionedMultiLocation',2756        metadata: 'PalletForeignAssetsModuleAssetMetadata'2757      }2758    }2759  },2760  /**2761   * Lookup323: pallet_evm::pallet::Call<T>2762   **/2763  PalletEvmCall: {2764    _enum: {2765      withdraw: {2766        address: 'H160',2767        value: 'u128',2768      },2769      call: {2770        source: 'H160',2771        target: 'H160',2772        input: 'Bytes',2773        value: 'U256',2774        gasLimit: 'u64',2775        maxFeePerGas: 'U256',2776        maxPriorityFeePerGas: 'Option<U256>',2777        nonce: 'Option<U256>',2778        accessList: 'Vec<(H160,Vec<H256>)>',2779      },2780      create: {2781        source: 'H160',2782        init: 'Bytes',2783        value: 'U256',2784        gasLimit: 'u64',2785        maxFeePerGas: 'U256',2786        maxPriorityFeePerGas: 'Option<U256>',2787        nonce: 'Option<U256>',2788        accessList: 'Vec<(H160,Vec<H256>)>',2789      },2790      create2: {2791        source: 'H160',2792        init: 'Bytes',2793        salt: 'H256',2794        value: 'U256',2795        gasLimit: 'u64',2796        maxFeePerGas: 'U256',2797        maxPriorityFeePerGas: 'Option<U256>',2798        nonce: 'Option<U256>',2799        accessList: 'Vec<(H160,Vec<H256>)>'2800      }2801    }2802  },2803  /**2804   * Lookup327: pallet_ethereum::pallet::Call<T>2805   **/2806  PalletEthereumCall: {2807    _enum: {2808      transact: {2809        transaction: 'EthereumTransactionTransactionV2'2810      }2811    }2812  },2813  /**2814   * Lookup328: ethereum::transaction::TransactionV22815   **/2816  EthereumTransactionTransactionV2: {2817    _enum: {2818      Legacy: 'EthereumTransactionLegacyTransaction',2819      EIP2930: 'EthereumTransactionEip2930Transaction',2820      EIP1559: 'EthereumTransactionEip1559Transaction'2821    }2822  },2823  /**2824   * Lookup329: ethereum::transaction::LegacyTransaction2825   **/2826  EthereumTransactionLegacyTransaction: {2827    nonce: 'U256',2828    gasPrice: 'U256',2829    gasLimit: 'U256',2830    action: 'EthereumTransactionTransactionAction',2831    value: 'U256',2832    input: 'Bytes',2833    signature: 'EthereumTransactionTransactionSignature'2834  },2835  /**2836   * Lookup330: ethereum::transaction::TransactionAction2837   **/2838  EthereumTransactionTransactionAction: {2839    _enum: {2840      Call: 'H160',2841      Create: 'Null'2842    }2843  },2844  /**2845   * Lookup331: ethereum::transaction::TransactionSignature2846   **/2847  EthereumTransactionTransactionSignature: {2848    v: 'u64',2849    r: 'H256',2850    s: 'H256'2851  },2852  /**2853   * Lookup333: ethereum::transaction::EIP2930Transaction2854   **/2855  EthereumTransactionEip2930Transaction: {2856    chainId: 'u64',2857    nonce: 'U256',2858    gasPrice: 'U256',2859    gasLimit: 'U256',2860    action: 'EthereumTransactionTransactionAction',2861    value: 'U256',2862    input: 'Bytes',2863    accessList: 'Vec<EthereumTransactionAccessListItem>',2864    oddYParity: 'bool',2865    r: 'H256',2866    s: 'H256'2867  },2868  /**2869   * Lookup335: ethereum::transaction::AccessListItem2870   **/2871  EthereumTransactionAccessListItem: {2872    address: 'H160',2873    storageKeys: 'Vec<H256>'2874  },2875  /**2876   * Lookup336: ethereum::transaction::EIP1559Transaction2877   **/2878  EthereumTransactionEip1559Transaction: {2879    chainId: 'u64',2880    nonce: 'U256',2881    maxPriorityFeePerGas: 'U256',2882    maxFeePerGas: 'U256',2883    gasLimit: 'U256',2884    action: 'EthereumTransactionTransactionAction',2885    value: 'U256',2886    input: 'Bytes',2887    accessList: 'Vec<EthereumTransactionAccessListItem>',2888    oddYParity: 'bool',2889    r: 'H256',2890    s: 'H256'2891  },2892  /**2893   * Lookup337: pallet_evm_migration::pallet::Call<T>2894   **/2895  PalletEvmMigrationCall: {2896    _enum: {2897      begin: {2898        address: 'H160',2899      },2900      set_data: {2901        address: 'H160',2902        data: 'Vec<(H256,H256)>',2903      },2904      finish: {2905        address: 'H160',2906        code: 'Bytes'2907      }2908    }2909  },2910  /**2911   * Lookup340: pallet_maintenance::pallet::Call<T>2912   **/2913  PalletMaintenanceCall: {2914    _enum: ['enable', 'disable']2915  },2916  /**2917   * Lookup341: pallet_test_utils::pallet::Call<T>2918   **/2919  PalletTestUtilsCall: {2920    _enum: {2921      enable: 'Null',2922      set_test_value: {2923        value: 'u32',2924      },2925      set_test_value_and_rollback: {2926        value: 'u32',2927      },2928      inc_test_value: 'Null',2929      self_canceling_inc: {2930        id: '[u8;16]',2931        maxTestValue: 'u32',2932      },2933      just_take_fee: 'Null'2934    }2935  },2936  /**2937   * Lookup342: pallet_sudo::pallet::Error<T>2938   **/2939  PalletSudoError: {2940    _enum: ['RequireSudo']2941  },2942  /**2943   * Lookup344: orml_vesting::module::Error<T>2944   **/2945  OrmlVestingModuleError: {2946    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2947  },2948  /**2949   * Lookup345: orml_xtokens::module::Error<T>2950   **/2951  OrmlXtokensModuleError: {2952    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2953  },2954  /**2955   * Lookup348: orml_tokens::BalanceLock<Balance>2956   **/2957  OrmlTokensBalanceLock: {2958    id: '[u8;8]',2959    amount: 'u128'2960  },2961  /**2962   * Lookup350: orml_tokens::AccountData<Balance>2963   **/2964  OrmlTokensAccountData: {2965    free: 'u128',2966    reserved: 'u128',2967    frozen: 'u128'2968  },2969  /**2970   * Lookup352: orml_tokens::ReserveData<ReserveIdentifier, Balance>2971   **/2972  OrmlTokensReserveData: {2973    id: 'Null',2974    amount: 'u128'2975  },2976  /**2977   * Lookup354: orml_tokens::module::Error<T>2978   **/2979  OrmlTokensModuleError: {2980    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2981  },2982  /**2983   * Lookup356: cumulus_pallet_xcmp_queue::InboundChannelDetails2984   **/2985  CumulusPalletXcmpQueueInboundChannelDetails: {2986    sender: 'u32',2987    state: 'CumulusPalletXcmpQueueInboundState',2988    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2989  },2990  /**2991   * Lookup357: cumulus_pallet_xcmp_queue::InboundState2992   **/2993  CumulusPalletXcmpQueueInboundState: {2994    _enum: ['Ok', 'Suspended']2995  },2996  /**2997   * Lookup360: polkadot_parachain::primitives::XcmpMessageFormat2998   **/2999  PolkadotParachainPrimitivesXcmpMessageFormat: {3000    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']3001  },3002  /**3003   * Lookup363: cumulus_pallet_xcmp_queue::OutboundChannelDetails3004   **/3005  CumulusPalletXcmpQueueOutboundChannelDetails: {3006    recipient: 'u32',3007    state: 'CumulusPalletXcmpQueueOutboundState',3008    signalsExist: 'bool',3009    firstIndex: 'u16',3010    lastIndex: 'u16'3011  },3012  /**3013   * Lookup364: cumulus_pallet_xcmp_queue::OutboundState3014   **/3015  CumulusPalletXcmpQueueOutboundState: {3016    _enum: ['Ok', 'Suspended']3017  },3018  /**3019   * Lookup366: cumulus_pallet_xcmp_queue::QueueConfigData3020   **/3021  CumulusPalletXcmpQueueQueueConfigData: {3022    suspendThreshold: 'u32',3023    dropThreshold: 'u32',3024    resumeThreshold: 'u32',3025    thresholdWeight: 'Weight',3026    weightRestrictDecay: 'Weight',3027    xcmpMaxIndividualWeight: 'Weight'3028  },3029  /**3030   * Lookup368: cumulus_pallet_xcmp_queue::pallet::Error<T>3031   **/3032  CumulusPalletXcmpQueueError: {3033    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3034  },3035  /**3036   * Lookup369: pallet_xcm::pallet::Error<T>3037   **/3038  PalletXcmError: {3039    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3040  },3041  /**3042   * Lookup370: cumulus_pallet_xcm::pallet::Error<T>3043   **/3044  CumulusPalletXcmError: 'Null',3045  /**3046   * Lookup371: cumulus_pallet_dmp_queue::ConfigData3047   **/3048  CumulusPalletDmpQueueConfigData: {3049    maxIndividual: 'Weight'3050  },3051  /**3052   * Lookup372: cumulus_pallet_dmp_queue::PageIndexData3053   **/3054  CumulusPalletDmpQueuePageIndexData: {3055    beginUsed: 'u32',3056    endUsed: 'u32',3057    overweightCount: 'u64'3058  },3059  /**3060   * Lookup375: cumulus_pallet_dmp_queue::pallet::Error<T>3061   **/3062  CumulusPalletDmpQueueError: {3063    _enum: ['Unknown', 'OverLimit']3064  },3065  /**3066   * Lookup379: pallet_unique::Error<T>3067   **/3068  PalletUniqueError: {3069    _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3070  },3071  /**3072   * Lookup382: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::RuntimeCall, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>3073   **/3074  PalletUniqueSchedulerScheduledV3: {3075    maybeId: 'Option<[u8;16]>',3076    priority: 'u8',3077    call: 'FrameSupportScheduleMaybeHashed',3078    maybePeriodic: 'Option<(u32,u32)>',3079    origin: 'OpalRuntimeOriginCaller'3080  },3081  /**3082   * Lookup383: opal_runtime::OriginCaller3083   **/3084  OpalRuntimeOriginCaller: {3085    _enum: {3086      system: 'FrameSupportDispatchRawOrigin',3087      __Unused1: 'Null',3088      __Unused2: 'Null',3089      __Unused3: 'Null',3090      Void: 'SpCoreVoid',3091      __Unused5: 'Null',3092      __Unused6: 'Null',3093      __Unused7: 'Null',3094      __Unused8: 'Null',3095      __Unused9: 'Null',3096      __Unused10: 'Null',3097      __Unused11: 'Null',3098      __Unused12: 'Null',3099      __Unused13: 'Null',3100      __Unused14: 'Null',3101      __Unused15: 'Null',3102      __Unused16: 'Null',3103      __Unused17: 'Null',3104      __Unused18: 'Null',3105      __Unused19: 'Null',3106      __Unused20: 'Null',3107      __Unused21: 'Null',3108      __Unused22: 'Null',3109      __Unused23: 'Null',3110      __Unused24: 'Null',3111      __Unused25: 'Null',3112      __Unused26: 'Null',3113      __Unused27: 'Null',3114      __Unused28: 'Null',3115      __Unused29: 'Null',3116      __Unused30: 'Null',3117      __Unused31: 'Null',3118      __Unused32: 'Null',3119      __Unused33: 'Null',3120      __Unused34: 'Null',3121      __Unused35: 'Null',3122      __Unused36: 'Null',3123      __Unused37: 'Null',3124      __Unused38: 'Null',3125      __Unused39: 'Null',3126      __Unused40: 'Null',3127      __Unused41: 'Null',3128      __Unused42: 'Null',3129      __Unused43: 'Null',3130      __Unused44: 'Null',3131      __Unused45: 'Null',3132      __Unused46: 'Null',3133      __Unused47: 'Null',3134      __Unused48: 'Null',3135      __Unused49: 'Null',3136      __Unused50: 'Null',3137      PolkadotXcm: 'PalletXcmOrigin',3138      CumulusXcm: 'CumulusPalletXcmOrigin',3139      __Unused53: 'Null',3140      __Unused54: 'Null',3141      __Unused55: 'Null',3142      __Unused56: 'Null',3143      __Unused57: 'Null',3144      __Unused58: 'Null',3145      __Unused59: 'Null',3146      __Unused60: 'Null',3147      __Unused61: 'Null',3148      __Unused62: 'Null',3149      __Unused63: 'Null',3150      __Unused64: 'Null',3151      __Unused65: 'Null',3152      __Unused66: 'Null',3153      __Unused67: 'Null',3154      __Unused68: 'Null',3155      __Unused69: 'Null',3156      __Unused70: 'Null',3157      __Unused71: 'Null',3158      __Unused72: 'Null',3159      __Unused73: 'Null',3160      __Unused74: 'Null',3161      __Unused75: 'Null',3162      __Unused76: 'Null',3163      __Unused77: 'Null',3164      __Unused78: 'Null',3165      __Unused79: 'Null',3166      __Unused80: 'Null',3167      __Unused81: 'Null',3168      __Unused82: 'Null',3169      __Unused83: 'Null',3170      __Unused84: 'Null',3171      __Unused85: 'Null',3172      __Unused86: 'Null',3173      __Unused87: 'Null',3174      __Unused88: 'Null',3175      __Unused89: 'Null',3176      __Unused90: 'Null',3177      __Unused91: 'Null',3178      __Unused92: 'Null',3179      __Unused93: 'Null',3180      __Unused94: 'Null',3181      __Unused95: 'Null',3182      __Unused96: 'Null',3183      __Unused97: 'Null',3184      __Unused98: 'Null',3185      __Unused99: 'Null',3186      __Unused100: 'Null',3187      Ethereum: 'PalletEthereumRawOrigin'3188    }3189  },3190  /**3191   * Lookup384: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>3192   **/3193  FrameSupportDispatchRawOrigin: {3194    _enum: {3195      Root: 'Null',3196      Signed: 'AccountId32',3197      None: 'Null'3198    }3199  },3200  /**3201   * Lookup385: pallet_xcm::pallet::Origin3202   **/3203  PalletXcmOrigin: {3204    _enum: {3205      Xcm: 'XcmV1MultiLocation',3206      Response: 'XcmV1MultiLocation'3207    }3208  },3209  /**3210   * Lookup386: cumulus_pallet_xcm::pallet::Origin3211   **/3212  CumulusPalletXcmOrigin: {3213    _enum: {3214      Relay: 'Null',3215      SiblingParachain: 'u32'3216    }3217  },3218  /**3219   * Lookup387: pallet_ethereum::RawOrigin3220   **/3221  PalletEthereumRawOrigin: {3222    _enum: {3223      EthereumTransaction: 'H160'3224    }3225  },3226  /**3227   * Lookup388: sp_core::Void3228   **/3229  SpCoreVoid: 'Null',3230  /**3231   * Lookup389: pallet_unique_scheduler::pallet::Error<T>3232   **/3233  PalletUniqueSchedulerError: {3234    _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']3235  },3236  /**3237   * Lookup390: up_data_structs::Collection<sp_core::crypto::AccountId32>3238   **/3239  UpDataStructsCollection: {3240    owner: 'AccountId32',3241    mode: 'UpDataStructsCollectionMode',3242    name: 'Vec<u16>',3243    description: 'Vec<u16>',3244    tokenPrefix: 'Bytes',3245    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3246    limits: 'UpDataStructsCollectionLimits',3247    permissions: 'UpDataStructsCollectionPermissions',3248    flags: '[u8;1]'3249  },3250  /**3251   * Lookup391: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3252   **/3253  UpDataStructsSponsorshipStateAccountId32: {3254    _enum: {3255      Disabled: 'Null',3256      Unconfirmed: 'AccountId32',3257      Confirmed: 'AccountId32'3258    }3259  },3260  /**3261   * Lookup393: up_data_structs::Properties3262   **/3263  UpDataStructsProperties: {3264    map: 'UpDataStructsPropertiesMapBoundedVec',3265    consumedSpace: 'u32',3266    spaceLimit: 'u32'3267  },3268  /**3269   * Lookup394: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3270   **/3271  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3272  /**3273   * Lookup399: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3274   **/3275  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3276  /**3277   * Lookup406: up_data_structs::CollectionStats3278   **/3279  UpDataStructsCollectionStats: {3280    created: 'u32',3281    destroyed: 'u32',3282    alive: 'u32'3283  },3284  /**3285   * Lookup407: up_data_structs::TokenChild3286   **/3287  UpDataStructsTokenChild: {3288    token: 'u32',3289    collection: 'u32'3290  },3291  /**3292   * Lookup408: PhantomType::up_data_structs<T>3293   **/3294  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3295  /**3296   * Lookup410: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3297   **/3298  UpDataStructsTokenData: {3299    properties: 'Vec<UpDataStructsProperty>',3300    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3301    pieces: 'u128'3302  },3303  /**3304   * Lookup412: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3305   **/3306  UpDataStructsRpcCollection: {3307    owner: 'AccountId32',3308    mode: 'UpDataStructsCollectionMode',3309    name: 'Vec<u16>',3310    description: 'Vec<u16>',3311    tokenPrefix: 'Bytes',3312    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3313    limits: 'UpDataStructsCollectionLimits',3314    permissions: 'UpDataStructsCollectionPermissions',3315    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3316    properties: 'Vec<UpDataStructsProperty>',3317    readOnly: 'bool',3318    flags: 'UpDataStructsRpcCollectionFlags'3319  },3320  /**3321   * Lookup413: up_data_structs::RpcCollectionFlags3322   **/3323  UpDataStructsRpcCollectionFlags: {3324    foreign: 'bool',3325    erc721metadata: 'bool'3326  },3327  /**3328   * Lookup414: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3329   **/3330  RmrkTraitsCollectionCollectionInfo: {3331    issuer: 'AccountId32',3332    metadata: 'Bytes',3333    max: 'Option<u32>',3334    symbol: 'Bytes',3335    nftsCount: 'u32'3336  },3337  /**3338   * Lookup415: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3339   **/3340  RmrkTraitsNftNftInfo: {3341    owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3342    royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3343    metadata: 'Bytes',3344    equipped: 'bool',3345    pending: 'bool'3346  },3347  /**3348   * Lookup417: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3349   **/3350  RmrkTraitsNftRoyaltyInfo: {3351    recipient: 'AccountId32',3352    amount: 'Permill'3353  },3354  /**3355   * Lookup418: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3356   **/3357  RmrkTraitsResourceResourceInfo: {3358    id: 'u32',3359    resource: 'RmrkTraitsResourceResourceTypes',3360    pending: 'bool',3361    pendingRemoval: 'bool'3362  },3363  /**3364   * Lookup419: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3365   **/3366  RmrkTraitsPropertyPropertyInfo: {3367    key: 'Bytes',3368    value: 'Bytes'3369  },3370  /**3371   * Lookup420: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3372   **/3373  RmrkTraitsBaseBaseInfo: {3374    issuer: 'AccountId32',3375    baseType: 'Bytes',3376    symbol: 'Bytes'3377  },3378  /**3379   * Lookup421: rmrk_traits::nft::NftChild3380   **/3381  RmrkTraitsNftNftChild: {3382    collectionId: 'u32',3383    nftId: 'u32'3384  },3385  /**3386   * Lookup423: pallet_common::pallet::Error<T>3387   **/3388  PalletCommonError: {3389    _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal']3390  },3391  /**3392   * Lookup425: pallet_fungible::pallet::Error<T>3393   **/3394  PalletFungibleError: {3395    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3396  },3397  /**3398   * Lookup426: pallet_refungible::ItemData3399   **/3400  PalletRefungibleItemData: {3401    constData: 'Bytes'3402  },3403  /**3404   * Lookup431: pallet_refungible::pallet::Error<T>3405   **/3406  PalletRefungibleError: {3407    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3408  },3409  /**3410   * Lookup432: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3411   **/3412  PalletNonfungibleItemData: {3413    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3414  },3415  /**3416   * Lookup434: up_data_structs::PropertyScope3417   **/3418  UpDataStructsPropertyScope: {3419    _enum: ['None', 'Rmrk']3420  },3421  /**3422   * Lookup436: pallet_nonfungible::pallet::Error<T>3423   **/3424  PalletNonfungibleError: {3425    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3426  },3427  /**3428   * Lookup437: pallet_structure::pallet::Error<T>3429   **/3430  PalletStructureError: {3431    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3432  },3433  /**3434   * Lookup438: pallet_rmrk_core::pallet::Error<T>3435   **/3436  PalletRmrkCoreError: {3437    _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3438  },3439  /**3440   * Lookup440: pallet_rmrk_equip::pallet::Error<T>3441   **/3442  PalletRmrkEquipError: {3443    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3444  },3445  /**3446   * Lookup446: pallet_app_promotion::pallet::Error<T>3447   **/3448  PalletAppPromotionError: {3449    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3450  },3451  /**3452   * Lookup447: pallet_foreign_assets::module::Error<T>3453   **/3454  PalletForeignAssetsModuleError: {3455    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3456  },3457  /**3458   * Lookup450: pallet_evm::pallet::Error<T>3459   **/3460  PalletEvmError: {3461    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']3462  },3463  /**3464   * Lookup453: fp_rpc::TransactionStatus3465   **/3466  FpRpcTransactionStatus: {3467    transactionHash: 'H256',3468    transactionIndex: 'u32',3469    from: 'H160',3470    to: 'Option<H160>',3471    contractAddress: 'Option<H160>',3472    logs: 'Vec<EthereumLog>',3473    logsBloom: 'EthbloomBloom'3474  },3475  /**3476   * Lookup455: ethbloom::Bloom3477   **/3478  EthbloomBloom: '[u8;256]',3479  /**3480   * Lookup457: ethereum::receipt::ReceiptV33481   **/3482  EthereumReceiptReceiptV3: {3483    _enum: {3484      Legacy: 'EthereumReceiptEip658ReceiptData',3485      EIP2930: 'EthereumReceiptEip658ReceiptData',3486      EIP1559: 'EthereumReceiptEip658ReceiptData'3487    }3488  },3489  /**3490   * Lookup458: ethereum::receipt::EIP658ReceiptData3491   **/3492  EthereumReceiptEip658ReceiptData: {3493    statusCode: 'u8',3494    usedGas: 'U256',3495    logsBloom: 'EthbloomBloom',3496    logs: 'Vec<EthereumLog>'3497  },3498  /**3499   * Lookup459: ethereum::block::Block<ethereum::transaction::TransactionV2>3500   **/3501  EthereumBlock: {3502    header: 'EthereumHeader',3503    transactions: 'Vec<EthereumTransactionTransactionV2>',3504    ommers: 'Vec<EthereumHeader>'3505  },3506  /**3507   * Lookup460: ethereum::header::Header3508   **/3509  EthereumHeader: {3510    parentHash: 'H256',3511    ommersHash: 'H256',3512    beneficiary: 'H160',3513    stateRoot: 'H256',3514    transactionsRoot: 'H256',3515    receiptsRoot: 'H256',3516    logsBloom: 'EthbloomBloom',3517    difficulty: 'U256',3518    number: 'U256',3519    gasLimit: 'U256',3520    gasUsed: 'U256',3521    timestamp: 'u64',3522    extraData: 'Bytes',3523    mixHash: 'H256',3524    nonce: 'EthereumTypesHashH64'3525  },3526  /**3527   * Lookup461: ethereum_types::hash::H643528   **/3529  EthereumTypesHashH64: '[u8;8]',3530  /**3531   * Lookup466: pallet_ethereum::pallet::Error<T>3532   **/3533  PalletEthereumError: {3534    _enum: ['InvalidSignature', 'PreLogExists']3535  },3536  /**3537   * Lookup467: pallet_evm_coder_substrate::pallet::Error<T>3538   **/3539  PalletEvmCoderSubstrateError: {3540    _enum: ['OutOfGas', 'OutOfFund']3541  },3542  /**3543   * Lookup468: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3544   **/3545  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3546    _enum: {3547      Disabled: 'Null',3548      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3549      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3550    }3551  },3552  /**3553   * Lookup469: pallet_evm_contract_helpers::SponsoringModeT3554   **/3555  PalletEvmContractHelpersSponsoringModeT: {3556    _enum: ['Disabled', 'Allowlisted', 'Generous']3557  },3558  /**3559   * Lookup475: pallet_evm_contract_helpers::pallet::Error<T>3560   **/3561  PalletEvmContractHelpersError: {3562    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3563  },3564  /**3565   * Lookup476: pallet_evm_migration::pallet::Error<T>3566   **/3567  PalletEvmMigrationError: {3568    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']3569  },3570  /**3571   * Lookup477: pallet_maintenance::pallet::Error<T>3572   **/3573  PalletMaintenanceError: 'Null',3574  /**3575   * Lookup478: pallet_test_utils::pallet::Error<T>3576   **/3577  PalletTestUtilsError: {3578    _enum: ['TestPalletDisabled', 'TriggerRollback']3579  },3580  /**3581   * Lookup480: sp_runtime::MultiSignature3582   **/3583  SpRuntimeMultiSignature: {3584    _enum: {3585      Ed25519: 'SpCoreEd25519Signature',3586      Sr25519: 'SpCoreSr25519Signature',3587      Ecdsa: 'SpCoreEcdsaSignature'3588    }3589  },3590  /**3591   * Lookup481: sp_core::ed25519::Signature3592   **/3593  SpCoreEd25519Signature: '[u8;64]',3594  /**3595   * Lookup483: sp_core::sr25519::Signature3596   **/3597  SpCoreSr25519Signature: '[u8;64]',3598  /**3599   * Lookup484: sp_core::ecdsa::Signature3600   **/3601  SpCoreEcdsaSignature: '[u8;65]',3602  /**3603   * Lookup487: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3604   **/3605  FrameSystemExtensionsCheckSpecVersion: 'Null',3606  /**3607   * Lookup488: frame_system::extensions::check_tx_version::CheckTxVersion<T>3608   **/3609  FrameSystemExtensionsCheckTxVersion: 'Null',3610  /**3611   * Lookup489: frame_system::extensions::check_genesis::CheckGenesis<T>3612   **/3613  FrameSystemExtensionsCheckGenesis: 'Null',3614  /**3615   * Lookup492: frame_system::extensions::check_nonce::CheckNonce<T>3616   **/3617  FrameSystemExtensionsCheckNonce: 'Compact<u32>',3618  /**3619   * Lookup493: frame_system::extensions::check_weight::CheckWeight<T>3620   **/3621  FrameSystemExtensionsCheckWeight: 'Null',3622  /**3623   * Lookup494: opal_runtime::runtime_common::maintenance::CheckMaintenance3624   **/3625  OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3626  /**3627   * Lookup495: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3628   **/3629  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3630  /**3631   * Lookup496: opal_runtime::Runtime3632   **/3633  OpalRuntimeRuntime: 'Null',3634  /**3635   * Lookup497: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3636   **/3637  PalletEthereumFakeTransactionFinalizer: 'Null'3638};
after · tests/src/interfaces/lookup.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>9   **/10  FrameSystemAccountInfo: {11    nonce: 'u32',12    consumers: 'u32',13    providers: 'u32',14    sufficients: 'u32',15    data: 'PalletBalancesAccountData'16  },17  /**18   * Lookup5: pallet_balances::AccountData<Balance>19   **/20  PalletBalancesAccountData: {21    free: 'u128',22    reserved: 'u128',23    miscFrozen: 'u128',24    feeFrozen: 'u128'25  },26  /**27   * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>28   **/29  FrameSupportDispatchPerDispatchClassWeight: {30    normal: 'Weight',31    operational: 'Weight',32    mandatory: 'Weight'33  },34  /**35   * Lookup12: sp_runtime::generic::digest::Digest36   **/37  SpRuntimeDigest: {38    logs: 'Vec<SpRuntimeDigestDigestItem>'39  },40  /**41   * Lookup14: sp_runtime::generic::digest::DigestItem42   **/43  SpRuntimeDigestDigestItem: {44    _enum: {45      Other: 'Bytes',46      __Unused1: 'Null',47      __Unused2: 'Null',48      __Unused3: 'Null',49      Consensus: '([u8;4],Bytes)',50      Seal: '([u8;4],Bytes)',51      PreRuntime: '([u8;4],Bytes)',52      __Unused7: 'Null',53      RuntimeEnvironmentUpdated: 'Null'54    }55  },56  /**57   * Lookup17: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>58   **/59  FrameSystemEventRecord: {60    phase: 'FrameSystemPhase',61    event: 'Event',62    topics: 'Vec<H256>'63  },64  /**65   * Lookup19: frame_system::pallet::Event<T>66   **/67  FrameSystemEvent: {68    _enum: {69      ExtrinsicSuccess: {70        dispatchInfo: 'FrameSupportDispatchDispatchInfo',71      },72      ExtrinsicFailed: {73        dispatchError: 'SpRuntimeDispatchError',74        dispatchInfo: 'FrameSupportDispatchDispatchInfo',75      },76      CodeUpdated: 'Null',77      NewAccount: {78        account: 'AccountId32',79      },80      KilledAccount: {81        account: 'AccountId32',82      },83      Remarked: {84        _alias: {85          hash_: 'hash',86        },87        sender: 'AccountId32',88        hash_: 'H256'89      }90    }91  },92  /**93   * Lookup20: frame_support::dispatch::DispatchInfo94   **/95  FrameSupportDispatchDispatchInfo: {96    weight: 'Weight',97    class: 'FrameSupportDispatchDispatchClass',98    paysFee: 'FrameSupportDispatchPays'99  },100  /**101   * Lookup21: frame_support::dispatch::DispatchClass102   **/103  FrameSupportDispatchDispatchClass: {104    _enum: ['Normal', 'Operational', 'Mandatory']105  },106  /**107   * Lookup22: frame_support::dispatch::Pays108   **/109  FrameSupportDispatchPays: {110    _enum: ['Yes', 'No']111  },112  /**113   * Lookup23: sp_runtime::DispatchError114   **/115  SpRuntimeDispatchError: {116    _enum: {117      Other: 'Null',118      CannotLookup: 'Null',119      BadOrigin: 'Null',120      Module: 'SpRuntimeModuleError',121      ConsumerRemaining: 'Null',122      NoProviders: 'Null',123      TooManyConsumers: 'Null',124      Token: 'SpRuntimeTokenError',125      Arithmetic: 'SpRuntimeArithmeticError',126      Transactional: 'SpRuntimeTransactionalError'127    }128  },129  /**130   * Lookup24: sp_runtime::ModuleError131   **/132  SpRuntimeModuleError: {133    index: 'u8',134    error: '[u8;4]'135  },136  /**137   * Lookup25: sp_runtime::TokenError138   **/139  SpRuntimeTokenError: {140    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']141  },142  /**143   * Lookup26: sp_runtime::ArithmeticError144   **/145  SpRuntimeArithmeticError: {146    _enum: ['Underflow', 'Overflow', 'DivisionByZero']147  },148  /**149   * Lookup27: sp_runtime::TransactionalError150   **/151  SpRuntimeTransactionalError: {152    _enum: ['LimitReached', 'NoLayer']153  },154  /**155   * Lookup28: cumulus_pallet_parachain_system::pallet::Event<T>156   **/157  CumulusPalletParachainSystemEvent: {158    _enum: {159      ValidationFunctionStored: 'Null',160      ValidationFunctionApplied: {161        relayChainBlockNum: 'u32',162      },163      ValidationFunctionDiscarded: 'Null',164      UpgradeAuthorized: {165        codeHash: 'H256',166      },167      DownwardMessagesReceived: {168        count: 'u32',169      },170      DownwardMessagesProcessed: {171        weightUsed: 'Weight',172        dmqHead: 'H256'173      }174    }175  },176  /**177   * Lookup29: pallet_balances::pallet::Event<T, I>178   **/179  PalletBalancesEvent: {180    _enum: {181      Endowed: {182        account: 'AccountId32',183        freeBalance: 'u128',184      },185      DustLost: {186        account: 'AccountId32',187        amount: 'u128',188      },189      Transfer: {190        from: 'AccountId32',191        to: 'AccountId32',192        amount: 'u128',193      },194      BalanceSet: {195        who: 'AccountId32',196        free: 'u128',197        reserved: 'u128',198      },199      Reserved: {200        who: 'AccountId32',201        amount: 'u128',202      },203      Unreserved: {204        who: 'AccountId32',205        amount: 'u128',206      },207      ReserveRepatriated: {208        from: 'AccountId32',209        to: 'AccountId32',210        amount: 'u128',211        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',212      },213      Deposit: {214        who: 'AccountId32',215        amount: 'u128',216      },217      Withdraw: {218        who: 'AccountId32',219        amount: 'u128',220      },221      Slashed: {222        who: 'AccountId32',223        amount: 'u128'224      }225    }226  },227  /**228   * Lookup30: frame_support::traits::tokens::misc::BalanceStatus229   **/230  FrameSupportTokensMiscBalanceStatus: {231    _enum: ['Free', 'Reserved']232  },233  /**234   * Lookup31: pallet_transaction_payment::pallet::Event<T>235   **/236  PalletTransactionPaymentEvent: {237    _enum: {238      TransactionFeePaid: {239        who: 'AccountId32',240        actualFee: 'u128',241        tip: 'u128'242      }243    }244  },245  /**246   * Lookup32: pallet_treasury::pallet::Event<T, I>247   **/248  PalletTreasuryEvent: {249    _enum: {250      Proposed: {251        proposalIndex: 'u32',252      },253      Spending: {254        budgetRemaining: 'u128',255      },256      Awarded: {257        proposalIndex: 'u32',258        award: 'u128',259        account: 'AccountId32',260      },261      Rejected: {262        proposalIndex: 'u32',263        slashed: 'u128',264      },265      Burnt: {266        burntFunds: 'u128',267      },268      Rollover: {269        rolloverBalance: 'u128',270      },271      Deposit: {272        value: 'u128',273      },274      SpendApproved: {275        proposalIndex: 'u32',276        amount: 'u128',277        beneficiary: 'AccountId32'278      }279    }280  },281  /**282   * Lookup33: pallet_sudo::pallet::Event<T>283   **/284  PalletSudoEvent: {285    _enum: {286      Sudid: {287        sudoResult: 'Result<Null, SpRuntimeDispatchError>',288      },289      KeyChanged: {290        oldSudoer: 'Option<AccountId32>',291      },292      SudoAsDone: {293        sudoResult: 'Result<Null, SpRuntimeDispatchError>'294      }295    }296  },297  /**298   * Lookup37: orml_vesting::module::Event<T>299   **/300  OrmlVestingModuleEvent: {301    _enum: {302      VestingScheduleAdded: {303        from: 'AccountId32',304        to: 'AccountId32',305        vestingSchedule: 'OrmlVestingVestingSchedule',306      },307      Claimed: {308        who: 'AccountId32',309        amount: 'u128',310      },311      VestingSchedulesUpdated: {312        who: 'AccountId32'313      }314    }315  },316  /**317   * Lookup38: orml_vesting::VestingSchedule<BlockNumber, Balance>318   **/319  OrmlVestingVestingSchedule: {320    start: 'u32',321    period: 'u32',322    periodCount: 'u32',323    perPeriod: 'Compact<u128>'324  },325  /**326   * Lookup40: orml_xtokens::module::Event<T>327   **/328  OrmlXtokensModuleEvent: {329    _enum: {330      TransferredMultiAssets: {331        sender: 'AccountId32',332        assets: 'XcmV1MultiassetMultiAssets',333        fee: 'XcmV1MultiAsset',334        dest: 'XcmV1MultiLocation'335      }336    }337  },338  /**339   * Lookup41: xcm::v1::multiasset::MultiAssets340   **/341  XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',342  /**343   * Lookup43: xcm::v1::multiasset::MultiAsset344   **/345  XcmV1MultiAsset: {346    id: 'XcmV1MultiassetAssetId',347    fun: 'XcmV1MultiassetFungibility'348  },349  /**350   * Lookup44: xcm::v1::multiasset::AssetId351   **/352  XcmV1MultiassetAssetId: {353    _enum: {354      Concrete: 'XcmV1MultiLocation',355      Abstract: 'Bytes'356    }357  },358  /**359   * Lookup45: xcm::v1::multilocation::MultiLocation360   **/361  XcmV1MultiLocation: {362    parents: 'u8',363    interior: 'XcmV1MultilocationJunctions'364  },365  /**366   * Lookup46: xcm::v1::multilocation::Junctions367   **/368  XcmV1MultilocationJunctions: {369    _enum: {370      Here: 'Null',371      X1: 'XcmV1Junction',372      X2: '(XcmV1Junction,XcmV1Junction)',373      X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',374      X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',375      X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',376      X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',377      X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',378      X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'379    }380  },381  /**382   * Lookup47: xcm::v1::junction::Junction383   **/384  XcmV1Junction: {385    _enum: {386      Parachain: 'Compact<u32>',387      AccountId32: {388        network: 'XcmV0JunctionNetworkId',389        id: '[u8;32]',390      },391      AccountIndex64: {392        network: 'XcmV0JunctionNetworkId',393        index: 'Compact<u64>',394      },395      AccountKey20: {396        network: 'XcmV0JunctionNetworkId',397        key: '[u8;20]',398      },399      PalletInstance: 'u8',400      GeneralIndex: 'Compact<u128>',401      GeneralKey: 'Bytes',402      OnlyChild: 'Null',403      Plurality: {404        id: 'XcmV0JunctionBodyId',405        part: 'XcmV0JunctionBodyPart'406      }407    }408  },409  /**410   * Lookup49: xcm::v0::junction::NetworkId411   **/412  XcmV0JunctionNetworkId: {413    _enum: {414      Any: 'Null',415      Named: 'Bytes',416      Polkadot: 'Null',417      Kusama: 'Null'418    }419  },420  /**421   * Lookup53: xcm::v0::junction::BodyId422   **/423  XcmV0JunctionBodyId: {424    _enum: {425      Unit: 'Null',426      Named: 'Bytes',427      Index: 'Compact<u32>',428      Executive: 'Null',429      Technical: 'Null',430      Legislative: 'Null',431      Judicial: 'Null'432    }433  },434  /**435   * Lookup54: xcm::v0::junction::BodyPart436   **/437  XcmV0JunctionBodyPart: {438    _enum: {439      Voice: 'Null',440      Members: {441        count: 'Compact<u32>',442      },443      Fraction: {444        nom: 'Compact<u32>',445        denom: 'Compact<u32>',446      },447      AtLeastProportion: {448        nom: 'Compact<u32>',449        denom: 'Compact<u32>',450      },451      MoreThanProportion: {452        nom: 'Compact<u32>',453        denom: 'Compact<u32>'454      }455    }456  },457  /**458   * Lookup55: xcm::v1::multiasset::Fungibility459   **/460  XcmV1MultiassetFungibility: {461    _enum: {462      Fungible: 'Compact<u128>',463      NonFungible: 'XcmV1MultiassetAssetInstance'464    }465  },466  /**467   * Lookup56: xcm::v1::multiasset::AssetInstance468   **/469  XcmV1MultiassetAssetInstance: {470    _enum: {471      Undefined: 'Null',472      Index: 'Compact<u128>',473      Array4: '[u8;4]',474      Array8: '[u8;8]',475      Array16: '[u8;16]',476      Array32: '[u8;32]',477      Blob: 'Bytes'478    }479  },480  /**481   * Lookup59: orml_tokens::module::Event<T>482   **/483  OrmlTokensModuleEvent: {484    _enum: {485      Endowed: {486        currencyId: 'PalletForeignAssetsAssetIds',487        who: 'AccountId32',488        amount: 'u128',489      },490      DustLost: {491        currencyId: 'PalletForeignAssetsAssetIds',492        who: 'AccountId32',493        amount: 'u128',494      },495      Transfer: {496        currencyId: 'PalletForeignAssetsAssetIds',497        from: 'AccountId32',498        to: 'AccountId32',499        amount: 'u128',500      },501      Reserved: {502        currencyId: 'PalletForeignAssetsAssetIds',503        who: 'AccountId32',504        amount: 'u128',505      },506      Unreserved: {507        currencyId: 'PalletForeignAssetsAssetIds',508        who: 'AccountId32',509        amount: 'u128',510      },511      ReserveRepatriated: {512        currencyId: 'PalletForeignAssetsAssetIds',513        from: 'AccountId32',514        to: 'AccountId32',515        amount: 'u128',516        status: 'FrameSupportTokensMiscBalanceStatus',517      },518      BalanceSet: {519        currencyId: 'PalletForeignAssetsAssetIds',520        who: 'AccountId32',521        free: 'u128',522        reserved: 'u128',523      },524      TotalIssuanceSet: {525        currencyId: 'PalletForeignAssetsAssetIds',526        amount: 'u128',527      },528      Withdrawn: {529        currencyId: 'PalletForeignAssetsAssetIds',530        who: 'AccountId32',531        amount: 'u128',532      },533      Slashed: {534        currencyId: 'PalletForeignAssetsAssetIds',535        who: 'AccountId32',536        freeAmount: 'u128',537        reservedAmount: 'u128',538      },539      Deposited: {540        currencyId: 'PalletForeignAssetsAssetIds',541        who: 'AccountId32',542        amount: 'u128',543      },544      LockSet: {545        lockId: '[u8;8]',546        currencyId: 'PalletForeignAssetsAssetIds',547        who: 'AccountId32',548        amount: 'u128',549      },550      LockRemoved: {551        lockId: '[u8;8]',552        currencyId: 'PalletForeignAssetsAssetIds',553        who: 'AccountId32'554      }555    }556  },557  /**558   * Lookup60: pallet_foreign_assets::AssetIds559   **/560  PalletForeignAssetsAssetIds: {561    _enum: {562      ForeignAssetId: 'u32',563      NativeAssetId: 'PalletForeignAssetsNativeCurrency'564    }565  },566  /**567   * Lookup61: pallet_foreign_assets::NativeCurrency568   **/569  PalletForeignAssetsNativeCurrency: {570    _enum: ['Here', 'Parent']571  },572  /**573   * Lookup62: cumulus_pallet_xcmp_queue::pallet::Event<T>574   **/575  CumulusPalletXcmpQueueEvent: {576    _enum: {577      Success: {578        messageHash: 'Option<H256>',579        weight: 'Weight',580      },581      Fail: {582        messageHash: 'Option<H256>',583        error: 'XcmV2TraitsError',584        weight: 'Weight',585      },586      BadVersion: {587        messageHash: 'Option<H256>',588      },589      BadFormat: {590        messageHash: 'Option<H256>',591      },592      UpwardMessageSent: {593        messageHash: 'Option<H256>',594      },595      XcmpMessageSent: {596        messageHash: 'Option<H256>',597      },598      OverweightEnqueued: {599        sender: 'u32',600        sentAt: 'u32',601        index: 'u64',602        required: 'Weight',603      },604      OverweightServiced: {605        index: 'u64',606        used: 'Weight'607      }608    }609  },610  /**611   * Lookup64: xcm::v2::traits::Error612   **/613  XcmV2TraitsError: {614    _enum: {615      Overflow: 'Null',616      Unimplemented: 'Null',617      UntrustedReserveLocation: 'Null',618      UntrustedTeleportLocation: 'Null',619      MultiLocationFull: 'Null',620      MultiLocationNotInvertible: 'Null',621      BadOrigin: 'Null',622      InvalidLocation: 'Null',623      AssetNotFound: 'Null',624      FailedToTransactAsset: 'Null',625      NotWithdrawable: 'Null',626      LocationCannotHold: 'Null',627      ExceedsMaxMessageSize: 'Null',628      DestinationUnsupported: 'Null',629      Transport: 'Null',630      Unroutable: 'Null',631      UnknownClaim: 'Null',632      FailedToDecode: 'Null',633      MaxWeightInvalid: 'Null',634      NotHoldingFees: 'Null',635      TooExpensive: 'Null',636      Trap: 'u64',637      UnhandledXcmVersion: 'Null',638      WeightLimitReached: 'u64',639      Barrier: 'Null',640      WeightNotComputable: 'Null'641    }642  },643  /**644   * Lookup66: pallet_xcm::pallet::Event<T>645   **/646  PalletXcmEvent: {647    _enum: {648      Attempted: 'XcmV2TraitsOutcome',649      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',650      UnexpectedResponse: '(XcmV1MultiLocation,u64)',651      ResponseReady: '(u64,XcmV2Response)',652      Notified: '(u64,u8,u8)',653      NotifyOverweight: '(u64,u8,u8,Weight,Weight)',654      NotifyDispatchError: '(u64,u8,u8)',655      NotifyDecodeFailed: '(u64,u8,u8)',656      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',657      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',658      ResponseTaken: 'u64',659      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',660      VersionChangeNotified: '(XcmV1MultiLocation,u32)',661      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',662      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',663      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'664    }665  },666  /**667   * Lookup67: xcm::v2::traits::Outcome668   **/669  XcmV2TraitsOutcome: {670    _enum: {671      Complete: 'u64',672      Incomplete: '(u64,XcmV2TraitsError)',673      Error: 'XcmV2TraitsError'674    }675  },676  /**677   * Lookup68: xcm::v2::Xcm<RuntimeCall>678   **/679  XcmV2Xcm: 'Vec<XcmV2Instruction>',680  /**681   * Lookup70: xcm::v2::Instruction<RuntimeCall>682   **/683  XcmV2Instruction: {684    _enum: {685      WithdrawAsset: 'XcmV1MultiassetMultiAssets',686      ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',687      ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',688      QueryResponse: {689        queryId: 'Compact<u64>',690        response: 'XcmV2Response',691        maxWeight: 'Compact<u64>',692      },693      TransferAsset: {694        assets: 'XcmV1MultiassetMultiAssets',695        beneficiary: 'XcmV1MultiLocation',696      },697      TransferReserveAsset: {698        assets: 'XcmV1MultiassetMultiAssets',699        dest: 'XcmV1MultiLocation',700        xcm: 'XcmV2Xcm',701      },702      Transact: {703        originType: 'XcmV0OriginKind',704        requireWeightAtMost: 'Compact<u64>',705        call: 'XcmDoubleEncoded',706      },707      HrmpNewChannelOpenRequest: {708        sender: 'Compact<u32>',709        maxMessageSize: 'Compact<u32>',710        maxCapacity: 'Compact<u32>',711      },712      HrmpChannelAccepted: {713        recipient: 'Compact<u32>',714      },715      HrmpChannelClosing: {716        initiator: 'Compact<u32>',717        sender: 'Compact<u32>',718        recipient: 'Compact<u32>',719      },720      ClearOrigin: 'Null',721      DescendOrigin: 'XcmV1MultilocationJunctions',722      ReportError: {723        queryId: 'Compact<u64>',724        dest: 'XcmV1MultiLocation',725        maxResponseWeight: 'Compact<u64>',726      },727      DepositAsset: {728        assets: 'XcmV1MultiassetMultiAssetFilter',729        maxAssets: 'Compact<u32>',730        beneficiary: 'XcmV1MultiLocation',731      },732      DepositReserveAsset: {733        assets: 'XcmV1MultiassetMultiAssetFilter',734        maxAssets: 'Compact<u32>',735        dest: 'XcmV1MultiLocation',736        xcm: 'XcmV2Xcm',737      },738      ExchangeAsset: {739        give: 'XcmV1MultiassetMultiAssetFilter',740        receive: 'XcmV1MultiassetMultiAssets',741      },742      InitiateReserveWithdraw: {743        assets: 'XcmV1MultiassetMultiAssetFilter',744        reserve: 'XcmV1MultiLocation',745        xcm: 'XcmV2Xcm',746      },747      InitiateTeleport: {748        assets: 'XcmV1MultiassetMultiAssetFilter',749        dest: 'XcmV1MultiLocation',750        xcm: 'XcmV2Xcm',751      },752      QueryHolding: {753        queryId: 'Compact<u64>',754        dest: 'XcmV1MultiLocation',755        assets: 'XcmV1MultiassetMultiAssetFilter',756        maxResponseWeight: 'Compact<u64>',757      },758      BuyExecution: {759        fees: 'XcmV1MultiAsset',760        weightLimit: 'XcmV2WeightLimit',761      },762      RefundSurplus: 'Null',763      SetErrorHandler: 'XcmV2Xcm',764      SetAppendix: 'XcmV2Xcm',765      ClearError: 'Null',766      ClaimAsset: {767        assets: 'XcmV1MultiassetMultiAssets',768        ticket: 'XcmV1MultiLocation',769      },770      Trap: 'Compact<u64>',771      SubscribeVersion: {772        queryId: 'Compact<u64>',773        maxResponseWeight: 'Compact<u64>',774      },775      UnsubscribeVersion: 'Null'776    }777  },778  /**779   * Lookup71: xcm::v2::Response780   **/781  XcmV2Response: {782    _enum: {783      Null: 'Null',784      Assets: 'XcmV1MultiassetMultiAssets',785      ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',786      Version: 'u32'787    }788  },789  /**790   * Lookup74: xcm::v0::OriginKind791   **/792  XcmV0OriginKind: {793    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']794  },795  /**796   * Lookup75: xcm::double_encoded::DoubleEncoded<T>797   **/798  XcmDoubleEncoded: {799    encoded: 'Bytes'800  },801  /**802   * Lookup76: xcm::v1::multiasset::MultiAssetFilter803   **/804  XcmV1MultiassetMultiAssetFilter: {805    _enum: {806      Definite: 'XcmV1MultiassetMultiAssets',807      Wild: 'XcmV1MultiassetWildMultiAsset'808    }809  },810  /**811   * Lookup77: xcm::v1::multiasset::WildMultiAsset812   **/813  XcmV1MultiassetWildMultiAsset: {814    _enum: {815      All: 'Null',816      AllOf: {817        id: 'XcmV1MultiassetAssetId',818        fun: 'XcmV1MultiassetWildFungibility'819      }820    }821  },822  /**823   * Lookup78: xcm::v1::multiasset::WildFungibility824   **/825  XcmV1MultiassetWildFungibility: {826    _enum: ['Fungible', 'NonFungible']827  },828  /**829   * Lookup79: xcm::v2::WeightLimit830   **/831  XcmV2WeightLimit: {832    _enum: {833      Unlimited: 'Null',834      Limited: 'Compact<u64>'835    }836  },837  /**838   * Lookup81: xcm::VersionedMultiAssets839   **/840  XcmVersionedMultiAssets: {841    _enum: {842      V0: 'Vec<XcmV0MultiAsset>',843      V1: 'XcmV1MultiassetMultiAssets'844    }845  },846  /**847   * Lookup83: xcm::v0::multi_asset::MultiAsset848   **/849  XcmV0MultiAsset: {850    _enum: {851      None: 'Null',852      All: 'Null',853      AllFungible: 'Null',854      AllNonFungible: 'Null',855      AllAbstractFungible: {856        id: 'Bytes',857      },858      AllAbstractNonFungible: {859        class: 'Bytes',860      },861      AllConcreteFungible: {862        id: 'XcmV0MultiLocation',863      },864      AllConcreteNonFungible: {865        class: 'XcmV0MultiLocation',866      },867      AbstractFungible: {868        id: 'Bytes',869        amount: 'Compact<u128>',870      },871      AbstractNonFungible: {872        class: 'Bytes',873        instance: 'XcmV1MultiassetAssetInstance',874      },875      ConcreteFungible: {876        id: 'XcmV0MultiLocation',877        amount: 'Compact<u128>',878      },879      ConcreteNonFungible: {880        class: 'XcmV0MultiLocation',881        instance: 'XcmV1MultiassetAssetInstance'882      }883    }884  },885  /**886   * Lookup84: xcm::v0::multi_location::MultiLocation887   **/888  XcmV0MultiLocation: {889    _enum: {890      Null: 'Null',891      X1: 'XcmV0Junction',892      X2: '(XcmV0Junction,XcmV0Junction)',893      X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',894      X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',895      X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',896      X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',897      X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',898      X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'899    }900  },901  /**902   * Lookup85: xcm::v0::junction::Junction903   **/904  XcmV0Junction: {905    _enum: {906      Parent: 'Null',907      Parachain: 'Compact<u32>',908      AccountId32: {909        network: 'XcmV0JunctionNetworkId',910        id: '[u8;32]',911      },912      AccountIndex64: {913        network: 'XcmV0JunctionNetworkId',914        index: 'Compact<u64>',915      },916      AccountKey20: {917        network: 'XcmV0JunctionNetworkId',918        key: '[u8;20]',919      },920      PalletInstance: 'u8',921      GeneralIndex: 'Compact<u128>',922      GeneralKey: 'Bytes',923      OnlyChild: 'Null',924      Plurality: {925        id: 'XcmV0JunctionBodyId',926        part: 'XcmV0JunctionBodyPart'927      }928    }929  },930  /**931   * Lookup86: xcm::VersionedMultiLocation932   **/933  XcmVersionedMultiLocation: {934    _enum: {935      V0: 'XcmV0MultiLocation',936      V1: 'XcmV1MultiLocation'937    }938  },939  /**940   * Lookup87: cumulus_pallet_xcm::pallet::Event<T>941   **/942  CumulusPalletXcmEvent: {943    _enum: {944      InvalidFormat: '[u8;8]',945      UnsupportedVersion: '[u8;8]',946      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'947    }948  },949  /**950   * Lookup88: cumulus_pallet_dmp_queue::pallet::Event<T>951   **/952  CumulusPalletDmpQueueEvent: {953    _enum: {954      InvalidFormat: {955        messageId: '[u8;32]',956      },957      UnsupportedVersion: {958        messageId: '[u8;32]',959      },960      ExecutedDownward: {961        messageId: '[u8;32]',962        outcome: 'XcmV2TraitsOutcome',963      },964      WeightExhausted: {965        messageId: '[u8;32]',966        remainingWeight: 'Weight',967        requiredWeight: 'Weight',968      },969      OverweightEnqueued: {970        messageId: '[u8;32]',971        overweightIndex: 'u64',972        requiredWeight: 'Weight',973      },974      OverweightServiced: {975        overweightIndex: 'u64',976        weightUsed: 'Weight'977      }978    }979  },980  /**981   * Lookup89: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>982   **/983  PalletUniqueRawEvent: {984    _enum: {985      CollectionSponsorRemoved: 'u32',986      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',987      CollectionOwnedChanged: '(u32,AccountId32)',988      CollectionSponsorSet: '(u32,AccountId32)',989      SponsorshipConfirmed: '(u32,AccountId32)',990      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',991      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',992      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',993      CollectionLimitSet: 'u32',994      CollectionPermissionSet: 'u32'995    }996  },997  /**998   * Lookup90: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>999   **/1000  PalletEvmAccountBasicCrossAccountIdRepr: {1001    _enum: {1002      Substrate: 'AccountId32',1003      Ethereum: 'H160'1004    }1005  },1006  /**1007   * Lookup93: pallet_unique_scheduler::pallet::Event<T>1008   **/1009  PalletUniqueSchedulerEvent: {1010    _enum: {1011      Scheduled: {1012        when: 'u32',1013        index: 'u32',1014      },1015      Canceled: {1016        when: 'u32',1017        index: 'u32',1018      },1019      PriorityChanged: {1020        when: 'u32',1021        index: 'u32',1022        priority: 'u8',1023      },1024      Dispatched: {1025        task: '(u32,u32)',1026        id: 'Option<[u8;16]>',1027        result: 'Result<Null, SpRuntimeDispatchError>',1028      },1029      CallLookupFailed: {1030        task: '(u32,u32)',1031        id: 'Option<[u8;16]>',1032        error: 'FrameSupportScheduleLookupError'1033      }1034    }1035  },1036  /**1037   * Lookup96: frame_support::traits::schedule::LookupError1038   **/1039  FrameSupportScheduleLookupError: {1040    _enum: ['Unknown', 'BadFormat']1041  },1042  /**1043   * Lookup97: pallet_common::pallet::Event<T>1044   **/1045  PalletCommonEvent: {1046    _enum: {1047      CollectionCreated: '(u32,u8,AccountId32)',1048      CollectionDestroyed: 'u32',1049      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1050      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1051      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1052      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1053      CollectionPropertySet: '(u32,Bytes)',1054      CollectionPropertyDeleted: '(u32,Bytes)',1055      TokenPropertySet: '(u32,u32,Bytes)',1056      TokenPropertyDeleted: '(u32,u32,Bytes)',1057      PropertyPermissionSet: '(u32,Bytes)'1058    }1059  },1060  /**1061   * Lookup100: pallet_structure::pallet::Event<T>1062   **/1063  PalletStructureEvent: {1064    _enum: {1065      Executed: 'Result<Null, SpRuntimeDispatchError>'1066    }1067  },1068  /**1069   * Lookup101: pallet_rmrk_core::pallet::Event<T>1070   **/1071  PalletRmrkCoreEvent: {1072    _enum: {1073      CollectionCreated: {1074        issuer: 'AccountId32',1075        collectionId: 'u32',1076      },1077      CollectionDestroyed: {1078        issuer: 'AccountId32',1079        collectionId: 'u32',1080      },1081      IssuerChanged: {1082        oldIssuer: 'AccountId32',1083        newIssuer: 'AccountId32',1084        collectionId: 'u32',1085      },1086      CollectionLocked: {1087        issuer: 'AccountId32',1088        collectionId: 'u32',1089      },1090      NftMinted: {1091        owner: 'AccountId32',1092        collectionId: 'u32',1093        nftId: 'u32',1094      },1095      NFTBurned: {1096        owner: 'AccountId32',1097        nftId: 'u32',1098      },1099      NFTSent: {1100        sender: 'AccountId32',1101        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1102        collectionId: 'u32',1103        nftId: 'u32',1104        approvalRequired: 'bool',1105      },1106      NFTAccepted: {1107        sender: 'AccountId32',1108        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1109        collectionId: 'u32',1110        nftId: 'u32',1111      },1112      NFTRejected: {1113        sender: 'AccountId32',1114        collectionId: 'u32',1115        nftId: 'u32',1116      },1117      PropertySet: {1118        collectionId: 'u32',1119        maybeNftId: 'Option<u32>',1120        key: 'Bytes',1121        value: 'Bytes',1122      },1123      ResourceAdded: {1124        nftId: 'u32',1125        resourceId: 'u32',1126      },1127      ResourceRemoval: {1128        nftId: 'u32',1129        resourceId: 'u32',1130      },1131      ResourceAccepted: {1132        nftId: 'u32',1133        resourceId: 'u32',1134      },1135      ResourceRemovalAccepted: {1136        nftId: 'u32',1137        resourceId: 'u32',1138      },1139      PrioritySet: {1140        collectionId: 'u32',1141        nftId: 'u32'1142      }1143    }1144  },1145  /**1146   * Lookup102: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1147   **/1148  RmrkTraitsNftAccountIdOrCollectionNftTuple: {1149    _enum: {1150      AccountId: 'AccountId32',1151      CollectionAndNftTuple: '(u32,u32)'1152    }1153  },1154  /**1155   * Lookup107: pallet_rmrk_equip::pallet::Event<T>1156   **/1157  PalletRmrkEquipEvent: {1158    _enum: {1159      BaseCreated: {1160        issuer: 'AccountId32',1161        baseId: 'u32',1162      },1163      EquippablesUpdated: {1164        baseId: 'u32',1165        slotId: 'u32'1166      }1167    }1168  },1169  /**1170   * Lookup108: pallet_app_promotion::pallet::Event<T>1171   **/1172  PalletAppPromotionEvent: {1173    _enum: {1174      StakingRecalculation: '(AccountId32,u128,u128)',1175      Stake: '(AccountId32,u128)',1176      Unstake: '(AccountId32,u128)',1177      SetAdmin: 'AccountId32'1178    }1179  },1180  /**1181   * Lookup109: pallet_foreign_assets::module::Event<T>1182   **/1183  PalletForeignAssetsModuleEvent: {1184    _enum: {1185      ForeignAssetRegistered: {1186        assetId: 'u32',1187        assetAddress: 'XcmV1MultiLocation',1188        metadata: 'PalletForeignAssetsModuleAssetMetadata',1189      },1190      ForeignAssetUpdated: {1191        assetId: 'u32',1192        assetAddress: 'XcmV1MultiLocation',1193        metadata: 'PalletForeignAssetsModuleAssetMetadata',1194      },1195      AssetRegistered: {1196        assetId: 'PalletForeignAssetsAssetIds',1197        metadata: 'PalletForeignAssetsModuleAssetMetadata',1198      },1199      AssetUpdated: {1200        assetId: 'PalletForeignAssetsAssetIds',1201        metadata: 'PalletForeignAssetsModuleAssetMetadata'1202      }1203    }1204  },1205  /**1206   * Lookup110: pallet_foreign_assets::module::AssetMetadata<Balance>1207   **/1208  PalletForeignAssetsModuleAssetMetadata: {1209    name: 'Bytes',1210    symbol: 'Bytes',1211    decimals: 'u8',1212    minimalBalance: 'u128'1213  },1214  /**1215   * Lookup111: pallet_evm::pallet::Event<T>1216   **/1217  PalletEvmEvent: {1218    _enum: {1219      Log: {1220        log: 'EthereumLog',1221      },1222      Created: {1223        address: 'H160',1224      },1225      CreatedFailed: {1226        address: 'H160',1227      },1228      Executed: {1229        address: 'H160',1230      },1231      ExecutedFailed: {1232        address: 'H160'1233      }1234    }1235  },1236  /**1237   * Lookup112: ethereum::log::Log1238   **/1239  EthereumLog: {1240    address: 'H160',1241    topics: 'Vec<H256>',1242    data: 'Bytes'1243  },1244  /**1245   * Lookup114: pallet_ethereum::pallet::Event1246   **/1247  PalletEthereumEvent: {1248    _enum: {1249      Executed: {1250        from: 'H160',1251        to: 'H160',1252        transactionHash: 'H256',1253        exitReason: 'EvmCoreErrorExitReason'1254      }1255    }1256  },1257  /**1258   * Lookup115: evm_core::error::ExitReason1259   **/1260  EvmCoreErrorExitReason: {1261    _enum: {1262      Succeed: 'EvmCoreErrorExitSucceed',1263      Error: 'EvmCoreErrorExitError',1264      Revert: 'EvmCoreErrorExitRevert',1265      Fatal: 'EvmCoreErrorExitFatal'1266    }1267  },1268  /**1269   * Lookup116: evm_core::error::ExitSucceed1270   **/1271  EvmCoreErrorExitSucceed: {1272    _enum: ['Stopped', 'Returned', 'Suicided']1273  },1274  /**1275   * Lookup117: evm_core::error::ExitError1276   **/1277  EvmCoreErrorExitError: {1278    _enum: {1279      StackUnderflow: 'Null',1280      StackOverflow: 'Null',1281      InvalidJump: 'Null',1282      InvalidRange: 'Null',1283      DesignatedInvalid: 'Null',1284      CallTooDeep: 'Null',1285      CreateCollision: 'Null',1286      CreateContractLimit: 'Null',1287      OutOfOffset: 'Null',1288      OutOfGas: 'Null',1289      OutOfFund: 'Null',1290      PCUnderflow: 'Null',1291      CreateEmpty: 'Null',1292      Other: 'Text',1293      InvalidCode: 'Null'1294    }1295  },1296  /**1297   * Lookup120: evm_core::error::ExitRevert1298   **/1299  EvmCoreErrorExitRevert: {1300    _enum: ['Reverted']1301  },1302  /**1303   * Lookup121: evm_core::error::ExitFatal1304   **/1305  EvmCoreErrorExitFatal: {1306    _enum: {1307      NotSupported: 'Null',1308      UnhandledInterrupt: 'Null',1309      CallErrorAsFatal: 'EvmCoreErrorExitError',1310      Other: 'Text'1311    }1312  },1313  /**1314   * Lookup122: pallet_evm_contract_helpers::pallet::Event<T>1315   **/1316  PalletEvmContractHelpersEvent: {1317    _enum: {1318      ContractSponsorSet: '(H160,AccountId32)',1319      ContractSponsorshipConfirmed: '(H160,AccountId32)',1320      ContractSponsorRemoved: 'H160'1321    }1322  },1323  /**1324   * Lookup123: pallet_maintenance::pallet::Event<T>1325   **/1326  PalletMaintenanceEvent: {1327    _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1328  },1329  /**1330   * Lookup124: pallet_test_utils::pallet::Event<T>1331   **/1332  PalletTestUtilsEvent: {1333    _enum: ['ValueIsSet', 'ShouldRollback']1334  },1335  /**1336   * Lookup125: frame_system::Phase1337   **/1338  FrameSystemPhase: {1339    _enum: {1340      ApplyExtrinsic: 'u32',1341      Finalization: 'Null',1342      Initialization: 'Null'1343    }1344  },1345  /**1346   * Lookup127: frame_system::LastRuntimeUpgradeInfo1347   **/1348  FrameSystemLastRuntimeUpgradeInfo: {1349    specVersion: 'Compact<u32>',1350    specName: 'Text'1351  },1352  /**1353   * Lookup128: frame_system::pallet::Call<T>1354   **/1355  FrameSystemCall: {1356    _enum: {1357      fill_block: {1358        ratio: 'Perbill',1359      },1360      remark: {1361        remark: 'Bytes',1362      },1363      set_heap_pages: {1364        pages: 'u64',1365      },1366      set_code: {1367        code: 'Bytes',1368      },1369      set_code_without_checks: {1370        code: 'Bytes',1371      },1372      set_storage: {1373        items: 'Vec<(Bytes,Bytes)>',1374      },1375      kill_storage: {1376        _alias: {1377          keys_: 'keys',1378        },1379        keys_: 'Vec<Bytes>',1380      },1381      kill_prefix: {1382        prefix: 'Bytes',1383        subkeys: 'u32',1384      },1385      remark_with_event: {1386        remark: 'Bytes'1387      }1388    }1389  },1390  /**1391   * Lookup133: frame_system::limits::BlockWeights1392   **/1393  FrameSystemLimitsBlockWeights: {1394    baseBlock: 'Weight',1395    maxBlock: 'Weight',1396    perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1397  },1398  /**1399   * Lookup134: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1400   **/1401  FrameSupportDispatchPerDispatchClassWeightsPerClass: {1402    normal: 'FrameSystemLimitsWeightsPerClass',1403    operational: 'FrameSystemLimitsWeightsPerClass',1404    mandatory: 'FrameSystemLimitsWeightsPerClass'1405  },1406  /**1407   * Lookup135: frame_system::limits::WeightsPerClass1408   **/1409  FrameSystemLimitsWeightsPerClass: {1410    baseExtrinsic: 'Weight',1411    maxExtrinsic: 'Option<Weight>',1412    maxTotal: 'Option<Weight>',1413    reserved: 'Option<Weight>'1414  },1415  /**1416   * Lookup137: frame_system::limits::BlockLength1417   **/1418  FrameSystemLimitsBlockLength: {1419    max: 'FrameSupportDispatchPerDispatchClassU32'1420  },1421  /**1422   * Lookup138: frame_support::dispatch::PerDispatchClass<T>1423   **/1424  FrameSupportDispatchPerDispatchClassU32: {1425    normal: 'u32',1426    operational: 'u32',1427    mandatory: 'u32'1428  },1429  /**1430   * Lookup139: sp_weights::RuntimeDbWeight1431   **/1432  SpWeightsRuntimeDbWeight: {1433    read: 'u64',1434    write: 'u64'1435  },1436  /**1437   * Lookup140: sp_version::RuntimeVersion1438   **/1439  SpVersionRuntimeVersion: {1440    specName: 'Text',1441    implName: 'Text',1442    authoringVersion: 'u32',1443    specVersion: 'u32',1444    implVersion: 'u32',1445    apis: 'Vec<([u8;8],u32)>',1446    transactionVersion: 'u32',1447    stateVersion: 'u8'1448  },1449  /**1450   * Lookup145: frame_system::pallet::Error<T>1451   **/1452  FrameSystemError: {1453    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1454  },1455  /**1456   * Lookup146: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1457   **/1458  PolkadotPrimitivesV2PersistedValidationData: {1459    parentHead: 'Bytes',1460    relayParentNumber: 'u32',1461    relayParentStorageRoot: 'H256',1462    maxPovSize: 'u32'1463  },1464  /**1465   * Lookup149: polkadot_primitives::v2::UpgradeRestriction1466   **/1467  PolkadotPrimitivesV2UpgradeRestriction: {1468    _enum: ['Present']1469  },1470  /**1471   * Lookup150: sp_trie::storage_proof::StorageProof1472   **/1473  SpTrieStorageProof: {1474    trieNodes: 'BTreeSet<Bytes>'1475  },1476  /**1477   * Lookup152: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1478   **/1479  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1480    dmqMqcHead: 'H256',1481    relayDispatchQueueSize: '(u32,u32)',1482    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1483    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1484  },1485  /**1486   * Lookup155: polkadot_primitives::v2::AbridgedHrmpChannel1487   **/1488  PolkadotPrimitivesV2AbridgedHrmpChannel: {1489    maxCapacity: 'u32',1490    maxTotalSize: 'u32',1491    maxMessageSize: 'u32',1492    msgCount: 'u32',1493    totalSize: 'u32',1494    mqcHead: 'Option<H256>'1495  },1496  /**1497   * Lookup156: polkadot_primitives::v2::AbridgedHostConfiguration1498   **/1499  PolkadotPrimitivesV2AbridgedHostConfiguration: {1500    maxCodeSize: 'u32',1501    maxHeadDataSize: 'u32',1502    maxUpwardQueueCount: 'u32',1503    maxUpwardQueueSize: 'u32',1504    maxUpwardMessageSize: 'u32',1505    maxUpwardMessageNumPerCandidate: 'u32',1506    hrmpMaxMessageNumPerCandidate: 'u32',1507    validationUpgradeCooldown: 'u32',1508    validationUpgradeDelay: 'u32'1509  },1510  /**1511   * Lookup162: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1512   **/1513  PolkadotCorePrimitivesOutboundHrmpMessage: {1514    recipient: 'u32',1515    data: 'Bytes'1516  },1517  /**1518   * Lookup163: cumulus_pallet_parachain_system::pallet::Call<T>1519   **/1520  CumulusPalletParachainSystemCall: {1521    _enum: {1522      set_validation_data: {1523        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1524      },1525      sudo_send_upward_message: {1526        message: 'Bytes',1527      },1528      authorize_upgrade: {1529        codeHash: 'H256',1530      },1531      enact_authorized_upgrade: {1532        code: 'Bytes'1533      }1534    }1535  },1536  /**1537   * Lookup164: cumulus_primitives_parachain_inherent::ParachainInherentData1538   **/1539  CumulusPrimitivesParachainInherentParachainInherentData: {1540    validationData: 'PolkadotPrimitivesV2PersistedValidationData',1541    relayChainState: 'SpTrieStorageProof',1542    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1543    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1544  },1545  /**1546   * Lookup166: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1547   **/1548  PolkadotCorePrimitivesInboundDownwardMessage: {1549    sentAt: 'u32',1550    msg: 'Bytes'1551  },1552  /**1553   * Lookup169: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1554   **/1555  PolkadotCorePrimitivesInboundHrmpMessage: {1556    sentAt: 'u32',1557    data: 'Bytes'1558  },1559  /**1560   * Lookup172: cumulus_pallet_parachain_system::pallet::Error<T>1561   **/1562  CumulusPalletParachainSystemError: {1563    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1564  },1565  /**1566   * Lookup174: pallet_balances::BalanceLock<Balance>1567   **/1568  PalletBalancesBalanceLock: {1569    id: '[u8;8]',1570    amount: 'u128',1571    reasons: 'PalletBalancesReasons'1572  },1573  /**1574   * Lookup175: pallet_balances::Reasons1575   **/1576  PalletBalancesReasons: {1577    _enum: ['Fee', 'Misc', 'All']1578  },1579  /**1580   * Lookup178: pallet_balances::ReserveData<ReserveIdentifier, Balance>1581   **/1582  PalletBalancesReserveData: {1583    id: '[u8;16]',1584    amount: 'u128'1585  },1586  /**1587   * Lookup180: pallet_balances::Releases1588   **/1589  PalletBalancesReleases: {1590    _enum: ['V1_0_0', 'V2_0_0']1591  },1592  /**1593   * Lookup181: pallet_balances::pallet::Call<T, I>1594   **/1595  PalletBalancesCall: {1596    _enum: {1597      transfer: {1598        dest: 'MultiAddress',1599        value: 'Compact<u128>',1600      },1601      set_balance: {1602        who: 'MultiAddress',1603        newFree: 'Compact<u128>',1604        newReserved: 'Compact<u128>',1605      },1606      force_transfer: {1607        source: 'MultiAddress',1608        dest: 'MultiAddress',1609        value: 'Compact<u128>',1610      },1611      transfer_keep_alive: {1612        dest: 'MultiAddress',1613        value: 'Compact<u128>',1614      },1615      transfer_all: {1616        dest: 'MultiAddress',1617        keepAlive: 'bool',1618      },1619      force_unreserve: {1620        who: 'MultiAddress',1621        amount: 'u128'1622      }1623    }1624  },1625  /**1626   * Lookup184: pallet_balances::pallet::Error<T, I>1627   **/1628  PalletBalancesError: {1629    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1630  },1631  /**1632   * Lookup186: pallet_timestamp::pallet::Call<T>1633   **/1634  PalletTimestampCall: {1635    _enum: {1636      set: {1637        now: 'Compact<u64>'1638      }1639    }1640  },1641  /**1642   * Lookup188: pallet_transaction_payment::Releases1643   **/1644  PalletTransactionPaymentReleases: {1645    _enum: ['V1Ancient', 'V2']1646  },1647  /**1648   * Lookup189: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1649   **/1650  PalletTreasuryProposal: {1651    proposer: 'AccountId32',1652    value: 'u128',1653    beneficiary: 'AccountId32',1654    bond: 'u128'1655  },1656  /**1657   * Lookup192: pallet_treasury::pallet::Call<T, I>1658   **/1659  PalletTreasuryCall: {1660    _enum: {1661      propose_spend: {1662        value: 'Compact<u128>',1663        beneficiary: 'MultiAddress',1664      },1665      reject_proposal: {1666        proposalId: 'Compact<u32>',1667      },1668      approve_proposal: {1669        proposalId: 'Compact<u32>',1670      },1671      spend: {1672        amount: 'Compact<u128>',1673        beneficiary: 'MultiAddress',1674      },1675      remove_approval: {1676        proposalId: 'Compact<u32>'1677      }1678    }1679  },1680  /**1681   * Lookup195: frame_support::PalletId1682   **/1683  FrameSupportPalletId: '[u8;8]',1684  /**1685   * Lookup196: pallet_treasury::pallet::Error<T, I>1686   **/1687  PalletTreasuryError: {1688    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1689  },1690  /**1691   * Lookup197: pallet_sudo::pallet::Call<T>1692   **/1693  PalletSudoCall: {1694    _enum: {1695      sudo: {1696        call: 'Call',1697      },1698      sudo_unchecked_weight: {1699        call: 'Call',1700        weight: 'Weight',1701      },1702      set_key: {1703        _alias: {1704          new_: 'new',1705        },1706        new_: 'MultiAddress',1707      },1708      sudo_as: {1709        who: 'MultiAddress',1710        call: 'Call'1711      }1712    }1713  },1714  /**1715   * Lookup199: orml_vesting::module::Call<T>1716   **/1717  OrmlVestingModuleCall: {1718    _enum: {1719      claim: 'Null',1720      vested_transfer: {1721        dest: 'MultiAddress',1722        schedule: 'OrmlVestingVestingSchedule',1723      },1724      update_vesting_schedules: {1725        who: 'MultiAddress',1726        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1727      },1728      claim_for: {1729        dest: 'MultiAddress'1730      }1731    }1732  },1733  /**1734   * Lookup201: orml_xtokens::module::Call<T>1735   **/1736  OrmlXtokensModuleCall: {1737    _enum: {1738      transfer: {1739        currencyId: 'PalletForeignAssetsAssetIds',1740        amount: 'u128',1741        dest: 'XcmVersionedMultiLocation',1742        destWeight: 'u64',1743      },1744      transfer_multiasset: {1745        asset: 'XcmVersionedMultiAsset',1746        dest: 'XcmVersionedMultiLocation',1747        destWeight: 'u64',1748      },1749      transfer_with_fee: {1750        currencyId: 'PalletForeignAssetsAssetIds',1751        amount: 'u128',1752        fee: 'u128',1753        dest: 'XcmVersionedMultiLocation',1754        destWeight: 'u64',1755      },1756      transfer_multiasset_with_fee: {1757        asset: 'XcmVersionedMultiAsset',1758        fee: 'XcmVersionedMultiAsset',1759        dest: 'XcmVersionedMultiLocation',1760        destWeight: 'u64',1761      },1762      transfer_multicurrencies: {1763        currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1764        feeItem: 'u32',1765        dest: 'XcmVersionedMultiLocation',1766        destWeight: 'u64',1767      },1768      transfer_multiassets: {1769        assets: 'XcmVersionedMultiAssets',1770        feeItem: 'u32',1771        dest: 'XcmVersionedMultiLocation',1772        destWeight: 'u64'1773      }1774    }1775  },1776  /**1777   * Lookup202: xcm::VersionedMultiAsset1778   **/1779  XcmVersionedMultiAsset: {1780    _enum: {1781      V0: 'XcmV0MultiAsset',1782      V1: 'XcmV1MultiAsset'1783    }1784  },1785  /**1786   * Lookup205: orml_tokens::module::Call<T>1787   **/1788  OrmlTokensModuleCall: {1789    _enum: {1790      transfer: {1791        dest: 'MultiAddress',1792        currencyId: 'PalletForeignAssetsAssetIds',1793        amount: 'Compact<u128>',1794      },1795      transfer_all: {1796        dest: 'MultiAddress',1797        currencyId: 'PalletForeignAssetsAssetIds',1798        keepAlive: 'bool',1799      },1800      transfer_keep_alive: {1801        dest: 'MultiAddress',1802        currencyId: 'PalletForeignAssetsAssetIds',1803        amount: 'Compact<u128>',1804      },1805      force_transfer: {1806        source: 'MultiAddress',1807        dest: 'MultiAddress',1808        currencyId: 'PalletForeignAssetsAssetIds',1809        amount: 'Compact<u128>',1810      },1811      set_balance: {1812        who: 'MultiAddress',1813        currencyId: 'PalletForeignAssetsAssetIds',1814        newFree: 'Compact<u128>',1815        newReserved: 'Compact<u128>'1816      }1817    }1818  },1819  /**1820   * Lookup206: cumulus_pallet_xcmp_queue::pallet::Call<T>1821   **/1822  CumulusPalletXcmpQueueCall: {1823    _enum: {1824      service_overweight: {1825        index: 'u64',1826        weightLimit: 'Weight',1827      },1828      suspend_xcm_execution: 'Null',1829      resume_xcm_execution: 'Null',1830      update_suspend_threshold: {1831        _alias: {1832          new_: 'new',1833        },1834        new_: 'u32',1835      },1836      update_drop_threshold: {1837        _alias: {1838          new_: 'new',1839        },1840        new_: 'u32',1841      },1842      update_resume_threshold: {1843        _alias: {1844          new_: 'new',1845        },1846        new_: 'u32',1847      },1848      update_threshold_weight: {1849        _alias: {1850          new_: 'new',1851        },1852        new_: 'Weight',1853      },1854      update_weight_restrict_decay: {1855        _alias: {1856          new_: 'new',1857        },1858        new_: 'Weight',1859      },1860      update_xcmp_max_individual_weight: {1861        _alias: {1862          new_: 'new',1863        },1864        new_: 'Weight'1865      }1866    }1867  },1868  /**1869   * Lookup207: pallet_xcm::pallet::Call<T>1870   **/1871  PalletXcmCall: {1872    _enum: {1873      send: {1874        dest: 'XcmVersionedMultiLocation',1875        message: 'XcmVersionedXcm',1876      },1877      teleport_assets: {1878        dest: 'XcmVersionedMultiLocation',1879        beneficiary: 'XcmVersionedMultiLocation',1880        assets: 'XcmVersionedMultiAssets',1881        feeAssetItem: 'u32',1882      },1883      reserve_transfer_assets: {1884        dest: 'XcmVersionedMultiLocation',1885        beneficiary: 'XcmVersionedMultiLocation',1886        assets: 'XcmVersionedMultiAssets',1887        feeAssetItem: 'u32',1888      },1889      execute: {1890        message: 'XcmVersionedXcm',1891        maxWeight: 'Weight',1892      },1893      force_xcm_version: {1894        location: 'XcmV1MultiLocation',1895        xcmVersion: 'u32',1896      },1897      force_default_xcm_version: {1898        maybeXcmVersion: 'Option<u32>',1899      },1900      force_subscribe_version_notify: {1901        location: 'XcmVersionedMultiLocation',1902      },1903      force_unsubscribe_version_notify: {1904        location: 'XcmVersionedMultiLocation',1905      },1906      limited_reserve_transfer_assets: {1907        dest: 'XcmVersionedMultiLocation',1908        beneficiary: 'XcmVersionedMultiLocation',1909        assets: 'XcmVersionedMultiAssets',1910        feeAssetItem: 'u32',1911        weightLimit: 'XcmV2WeightLimit',1912      },1913      limited_teleport_assets: {1914        dest: 'XcmVersionedMultiLocation',1915        beneficiary: 'XcmVersionedMultiLocation',1916        assets: 'XcmVersionedMultiAssets',1917        feeAssetItem: 'u32',1918        weightLimit: 'XcmV2WeightLimit'1919      }1920    }1921  },1922  /**1923   * Lookup208: xcm::VersionedXcm<RuntimeCall>1924   **/1925  XcmVersionedXcm: {1926    _enum: {1927      V0: 'XcmV0Xcm',1928      V1: 'XcmV1Xcm',1929      V2: 'XcmV2Xcm'1930    }1931  },1932  /**1933   * Lookup209: xcm::v0::Xcm<RuntimeCall>1934   **/1935  XcmV0Xcm: {1936    _enum: {1937      WithdrawAsset: {1938        assets: 'Vec<XcmV0MultiAsset>',1939        effects: 'Vec<XcmV0Order>',1940      },1941      ReserveAssetDeposit: {1942        assets: 'Vec<XcmV0MultiAsset>',1943        effects: 'Vec<XcmV0Order>',1944      },1945      TeleportAsset: {1946        assets: 'Vec<XcmV0MultiAsset>',1947        effects: 'Vec<XcmV0Order>',1948      },1949      QueryResponse: {1950        queryId: 'Compact<u64>',1951        response: 'XcmV0Response',1952      },1953      TransferAsset: {1954        assets: 'Vec<XcmV0MultiAsset>',1955        dest: 'XcmV0MultiLocation',1956      },1957      TransferReserveAsset: {1958        assets: 'Vec<XcmV0MultiAsset>',1959        dest: 'XcmV0MultiLocation',1960        effects: 'Vec<XcmV0Order>',1961      },1962      Transact: {1963        originType: 'XcmV0OriginKind',1964        requireWeightAtMost: 'u64',1965        call: 'XcmDoubleEncoded',1966      },1967      HrmpNewChannelOpenRequest: {1968        sender: 'Compact<u32>',1969        maxMessageSize: 'Compact<u32>',1970        maxCapacity: 'Compact<u32>',1971      },1972      HrmpChannelAccepted: {1973        recipient: 'Compact<u32>',1974      },1975      HrmpChannelClosing: {1976        initiator: 'Compact<u32>',1977        sender: 'Compact<u32>',1978        recipient: 'Compact<u32>',1979      },1980      RelayedFrom: {1981        who: 'XcmV0MultiLocation',1982        message: 'XcmV0Xcm'1983      }1984    }1985  },1986  /**1987   * Lookup211: xcm::v0::order::Order<RuntimeCall>1988   **/1989  XcmV0Order: {1990    _enum: {1991      Null: 'Null',1992      DepositAsset: {1993        assets: 'Vec<XcmV0MultiAsset>',1994        dest: 'XcmV0MultiLocation',1995      },1996      DepositReserveAsset: {1997        assets: 'Vec<XcmV0MultiAsset>',1998        dest: 'XcmV0MultiLocation',1999        effects: 'Vec<XcmV0Order>',2000      },2001      ExchangeAsset: {2002        give: 'Vec<XcmV0MultiAsset>',2003        receive: 'Vec<XcmV0MultiAsset>',2004      },2005      InitiateReserveWithdraw: {2006        assets: 'Vec<XcmV0MultiAsset>',2007        reserve: 'XcmV0MultiLocation',2008        effects: 'Vec<XcmV0Order>',2009      },2010      InitiateTeleport: {2011        assets: 'Vec<XcmV0MultiAsset>',2012        dest: 'XcmV0MultiLocation',2013        effects: 'Vec<XcmV0Order>',2014      },2015      QueryHolding: {2016        queryId: 'Compact<u64>',2017        dest: 'XcmV0MultiLocation',2018        assets: 'Vec<XcmV0MultiAsset>',2019      },2020      BuyExecution: {2021        fees: 'XcmV0MultiAsset',2022        weight: 'u64',2023        debt: 'u64',2024        haltOnError: 'bool',2025        xcm: 'Vec<XcmV0Xcm>'2026      }2027    }2028  },2029  /**2030   * Lookup213: xcm::v0::Response2031   **/2032  XcmV0Response: {2033    _enum: {2034      Assets: 'Vec<XcmV0MultiAsset>'2035    }2036  },2037  /**2038   * Lookup214: xcm::v1::Xcm<RuntimeCall>2039   **/2040  XcmV1Xcm: {2041    _enum: {2042      WithdrawAsset: {2043        assets: 'XcmV1MultiassetMultiAssets',2044        effects: 'Vec<XcmV1Order>',2045      },2046      ReserveAssetDeposited: {2047        assets: 'XcmV1MultiassetMultiAssets',2048        effects: 'Vec<XcmV1Order>',2049      },2050      ReceiveTeleportedAsset: {2051        assets: 'XcmV1MultiassetMultiAssets',2052        effects: 'Vec<XcmV1Order>',2053      },2054      QueryResponse: {2055        queryId: 'Compact<u64>',2056        response: 'XcmV1Response',2057      },2058      TransferAsset: {2059        assets: 'XcmV1MultiassetMultiAssets',2060        beneficiary: 'XcmV1MultiLocation',2061      },2062      TransferReserveAsset: {2063        assets: 'XcmV1MultiassetMultiAssets',2064        dest: 'XcmV1MultiLocation',2065        effects: 'Vec<XcmV1Order>',2066      },2067      Transact: {2068        originType: 'XcmV0OriginKind',2069        requireWeightAtMost: 'u64',2070        call: 'XcmDoubleEncoded',2071      },2072      HrmpNewChannelOpenRequest: {2073        sender: 'Compact<u32>',2074        maxMessageSize: 'Compact<u32>',2075        maxCapacity: 'Compact<u32>',2076      },2077      HrmpChannelAccepted: {2078        recipient: 'Compact<u32>',2079      },2080      HrmpChannelClosing: {2081        initiator: 'Compact<u32>',2082        sender: 'Compact<u32>',2083        recipient: 'Compact<u32>',2084      },2085      RelayedFrom: {2086        who: 'XcmV1MultilocationJunctions',2087        message: 'XcmV1Xcm',2088      },2089      SubscribeVersion: {2090        queryId: 'Compact<u64>',2091        maxResponseWeight: 'Compact<u64>',2092      },2093      UnsubscribeVersion: 'Null'2094    }2095  },2096  /**2097   * Lookup216: xcm::v1::order::Order<RuntimeCall>2098   **/2099  XcmV1Order: {2100    _enum: {2101      Noop: 'Null',2102      DepositAsset: {2103        assets: 'XcmV1MultiassetMultiAssetFilter',2104        maxAssets: 'u32',2105        beneficiary: 'XcmV1MultiLocation',2106      },2107      DepositReserveAsset: {2108        assets: 'XcmV1MultiassetMultiAssetFilter',2109        maxAssets: 'u32',2110        dest: 'XcmV1MultiLocation',2111        effects: 'Vec<XcmV1Order>',2112      },2113      ExchangeAsset: {2114        give: 'XcmV1MultiassetMultiAssetFilter',2115        receive: 'XcmV1MultiassetMultiAssets',2116      },2117      InitiateReserveWithdraw: {2118        assets: 'XcmV1MultiassetMultiAssetFilter',2119        reserve: 'XcmV1MultiLocation',2120        effects: 'Vec<XcmV1Order>',2121      },2122      InitiateTeleport: {2123        assets: 'XcmV1MultiassetMultiAssetFilter',2124        dest: 'XcmV1MultiLocation',2125        effects: 'Vec<XcmV1Order>',2126      },2127      QueryHolding: {2128        queryId: 'Compact<u64>',2129        dest: 'XcmV1MultiLocation',2130        assets: 'XcmV1MultiassetMultiAssetFilter',2131      },2132      BuyExecution: {2133        fees: 'XcmV1MultiAsset',2134        weight: 'u64',2135        debt: 'u64',2136        haltOnError: 'bool',2137        instructions: 'Vec<XcmV1Xcm>'2138      }2139    }2140  },2141  /**2142   * Lookup218: xcm::v1::Response2143   **/2144  XcmV1Response: {2145    _enum: {2146      Assets: 'XcmV1MultiassetMultiAssets',2147      Version: 'u32'2148    }2149  },2150  /**2151   * Lookup232: cumulus_pallet_xcm::pallet::Call<T>2152   **/2153  CumulusPalletXcmCall: 'Null',2154  /**2155   * Lookup233: cumulus_pallet_dmp_queue::pallet::Call<T>2156   **/2157  CumulusPalletDmpQueueCall: {2158    _enum: {2159      service_overweight: {2160        index: 'u64',2161        weightLimit: 'Weight'2162      }2163    }2164  },2165  /**2166   * Lookup234: pallet_inflation::pallet::Call<T>2167   **/2168  PalletInflationCall: {2169    _enum: {2170      start_inflation: {2171        inflationStartRelayBlock: 'u32'2172      }2173    }2174  },2175  /**2176   * Lookup235: pallet_unique::Call<T>2177   **/2178  PalletUniqueCall: {2179    _enum: {2180      create_collection: {2181        collectionName: 'Vec<u16>',2182        collectionDescription: 'Vec<u16>',2183        tokenPrefix: 'Bytes',2184        mode: 'UpDataStructsCollectionMode',2185      },2186      create_collection_ex: {2187        data: 'UpDataStructsCreateCollectionData',2188      },2189      destroy_collection: {2190        collectionId: 'u32',2191      },2192      add_to_allow_list: {2193        collectionId: 'u32',2194        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2195      },2196      remove_from_allow_list: {2197        collectionId: 'u32',2198        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2199      },2200      change_collection_owner: {2201        collectionId: 'u32',2202        newOwner: 'AccountId32',2203      },2204      add_collection_admin: {2205        collectionId: 'u32',2206        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2207      },2208      remove_collection_admin: {2209        collectionId: 'u32',2210        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2211      },2212      set_collection_sponsor: {2213        collectionId: 'u32',2214        newSponsor: 'AccountId32',2215      },2216      confirm_sponsorship: {2217        collectionId: 'u32',2218      },2219      remove_collection_sponsor: {2220        collectionId: 'u32',2221      },2222      create_item: {2223        collectionId: 'u32',2224        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2225        data: 'UpDataStructsCreateItemData',2226      },2227      create_multiple_items: {2228        collectionId: 'u32',2229        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2230        itemsData: 'Vec<UpDataStructsCreateItemData>',2231      },2232      set_collection_properties: {2233        collectionId: 'u32',2234        properties: 'Vec<UpDataStructsProperty>',2235      },2236      delete_collection_properties: {2237        collectionId: 'u32',2238        propertyKeys: 'Vec<Bytes>',2239      },2240      set_token_properties: {2241        collectionId: 'u32',2242        tokenId: 'u32',2243        properties: 'Vec<UpDataStructsProperty>',2244      },2245      delete_token_properties: {2246        collectionId: 'u32',2247        tokenId: 'u32',2248        propertyKeys: 'Vec<Bytes>',2249      },2250      set_token_property_permissions: {2251        collectionId: 'u32',2252        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2253      },2254      create_multiple_items_ex: {2255        collectionId: 'u32',2256        data: 'UpDataStructsCreateItemExData',2257      },2258      set_transfers_enabled_flag: {2259        collectionId: 'u32',2260        value: 'bool',2261      },2262      burn_item: {2263        collectionId: 'u32',2264        itemId: 'u32',2265        value: 'u128',2266      },2267      burn_from: {2268        collectionId: 'u32',2269        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2270        itemId: 'u32',2271        value: 'u128',2272      },2273      transfer: {2274        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2275        collectionId: 'u32',2276        itemId: 'u32',2277        value: 'u128',2278      },2279      approve: {2280        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2281        collectionId: 'u32',2282        itemId: 'u32',2283        amount: 'u128',2284      },2285      transfer_from: {2286        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2287        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2288        collectionId: 'u32',2289        itemId: 'u32',2290        value: 'u128',2291      },2292      set_collection_limits: {2293        collectionId: 'u32',2294        newLimit: 'UpDataStructsCollectionLimits',2295      },2296      set_collection_permissions: {2297        collectionId: 'u32',2298        newPermission: 'UpDataStructsCollectionPermissions',2299      },2300      repartition: {2301        collectionId: 'u32',2302        tokenId: 'u32',2303        amount: 'u128'2304      }2305    }2306  },2307  /**2308   * Lookup240: up_data_structs::CollectionMode2309   **/2310  UpDataStructsCollectionMode: {2311    _enum: {2312      NFT: 'Null',2313      Fungible: 'u8',2314      ReFungible: 'Null'2315    }2316  },2317  /**2318   * Lookup241: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2319   **/2320  UpDataStructsCreateCollectionData: {2321    mode: 'UpDataStructsCollectionMode',2322    access: 'Option<UpDataStructsAccessMode>',2323    name: 'Vec<u16>',2324    description: 'Vec<u16>',2325    tokenPrefix: 'Bytes',2326    pendingSponsor: 'Option<AccountId32>',2327    limits: 'Option<UpDataStructsCollectionLimits>',2328    permissions: 'Option<UpDataStructsCollectionPermissions>',2329    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2330    properties: 'Vec<UpDataStructsProperty>'2331  },2332  /**2333   * Lookup243: up_data_structs::AccessMode2334   **/2335  UpDataStructsAccessMode: {2336    _enum: ['Normal', 'AllowList']2337  },2338  /**2339   * Lookup245: up_data_structs::CollectionLimits2340   **/2341  UpDataStructsCollectionLimits: {2342    accountTokenOwnershipLimit: 'Option<u32>',2343    sponsoredDataSize: 'Option<u32>',2344    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2345    tokenLimit: 'Option<u32>',2346    sponsorTransferTimeout: 'Option<u32>',2347    sponsorApproveTimeout: 'Option<u32>',2348    ownerCanTransfer: 'Option<bool>',2349    ownerCanDestroy: 'Option<bool>',2350    transfersEnabled: 'Option<bool>'2351  },2352  /**2353   * Lookup247: up_data_structs::SponsoringRateLimit2354   **/2355  UpDataStructsSponsoringRateLimit: {2356    _enum: {2357      SponsoringDisabled: 'Null',2358      Blocks: 'u32'2359    }2360  },2361  /**2362   * Lookup250: up_data_structs::CollectionPermissions2363   **/2364  UpDataStructsCollectionPermissions: {2365    access: 'Option<UpDataStructsAccessMode>',2366    mintMode: 'Option<bool>',2367    nesting: 'Option<UpDataStructsNestingPermissions>'2368  },2369  /**2370   * Lookup252: up_data_structs::NestingPermissions2371   **/2372  UpDataStructsNestingPermissions: {2373    tokenOwner: 'bool',2374    collectionAdmin: 'bool',2375    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2376  },2377  /**2378   * Lookup254: up_data_structs::OwnerRestrictedSet2379   **/2380  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2381  /**2382   * Lookup259: up_data_structs::PropertyKeyPermission2383   **/2384  UpDataStructsPropertyKeyPermission: {2385    key: 'Bytes',2386    permission: 'UpDataStructsPropertyPermission'2387  },2388  /**2389   * Lookup260: up_data_structs::PropertyPermission2390   **/2391  UpDataStructsPropertyPermission: {2392    mutable: 'bool',2393    collectionAdmin: 'bool',2394    tokenOwner: 'bool'2395  },2396  /**2397   * Lookup263: up_data_structs::Property2398   **/2399  UpDataStructsProperty: {2400    key: 'Bytes',2401    value: 'Bytes'2402  },2403  /**2404   * Lookup266: up_data_structs::CreateItemData2405   **/2406  UpDataStructsCreateItemData: {2407    _enum: {2408      NFT: 'UpDataStructsCreateNftData',2409      Fungible: 'UpDataStructsCreateFungibleData',2410      ReFungible: 'UpDataStructsCreateReFungibleData'2411    }2412  },2413  /**2414   * Lookup267: up_data_structs::CreateNftData2415   **/2416  UpDataStructsCreateNftData: {2417    properties: 'Vec<UpDataStructsProperty>'2418  },2419  /**2420   * Lookup268: up_data_structs::CreateFungibleData2421   **/2422  UpDataStructsCreateFungibleData: {2423    value: 'u128'2424  },2425  /**2426   * Lookup269: up_data_structs::CreateReFungibleData2427   **/2428  UpDataStructsCreateReFungibleData: {2429    pieces: 'u128',2430    properties: 'Vec<UpDataStructsProperty>'2431  },2432  /**2433   * Lookup272: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2434   **/2435  UpDataStructsCreateItemExData: {2436    _enum: {2437      NFT: 'Vec<UpDataStructsCreateNftExData>',2438      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2439      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2440      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2441    }2442  },2443  /**2444   * Lookup274: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2445   **/2446  UpDataStructsCreateNftExData: {2447    properties: 'Vec<UpDataStructsProperty>',2448    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2449  },2450  /**2451   * Lookup281: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2452   **/2453  UpDataStructsCreateRefungibleExSingleOwner: {2454    user: 'PalletEvmAccountBasicCrossAccountIdRepr',2455    pieces: 'u128',2456    properties: 'Vec<UpDataStructsProperty>'2457  },2458  /**2459   * Lookup283: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2460   **/2461  UpDataStructsCreateRefungibleExMultipleOwners: {2462    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2463    properties: 'Vec<UpDataStructsProperty>'2464  },2465  /**2466   * Lookup284: pallet_unique_scheduler::pallet::Call<T>2467   **/2468  PalletUniqueSchedulerCall: {2469    _enum: {2470      schedule_named: {2471        id: '[u8;16]',2472        when: 'u32',2473        maybePeriodic: 'Option<(u32,u32)>',2474        priority: 'Option<u8>',2475        call: 'FrameSupportScheduleMaybeHashed',2476      },2477      cancel_named: {2478        id: '[u8;16]',2479      },2480      schedule_named_after: {2481        id: '[u8;16]',2482        after: 'u32',2483        maybePeriodic: 'Option<(u32,u32)>',2484        priority: 'Option<u8>',2485        call: 'FrameSupportScheduleMaybeHashed',2486      },2487      change_named_priority: {2488        id: '[u8;16]',2489        priority: 'u8'2490      }2491    }2492  },2493  /**2494   * Lookup287: frame_support::traits::schedule::MaybeHashed<opal_runtime::RuntimeCall, primitive_types::H256>2495   **/2496  FrameSupportScheduleMaybeHashed: {2497    _enum: {2498      Value: 'Call',2499      Hash: 'H256'2500    }2501  },2502  /**2503   * Lookup288: pallet_configuration::pallet::Call<T>2504   **/2505  PalletConfigurationCall: {2506    _enum: {2507      set_weight_to_fee_coefficient_override: {2508        coeff: 'Option<u32>',2509      },2510      set_min_gas_price_override: {2511        coeff: 'Option<u64>'2512      }2513    }2514  },2515  /**2516   * Lookup290: pallet_template_transaction_payment::Call<T>2517   **/2518  PalletTemplateTransactionPaymentCall: 'Null',2519  /**2520   * Lookup291: pallet_structure::pallet::Call<T>2521   **/2522  PalletStructureCall: 'Null',2523  /**2524   * Lookup292: pallet_rmrk_core::pallet::Call<T>2525   **/2526  PalletRmrkCoreCall: {2527    _enum: {2528      create_collection: {2529        metadata: 'Bytes',2530        max: 'Option<u32>',2531        symbol: 'Bytes',2532      },2533      destroy_collection: {2534        collectionId: 'u32',2535      },2536      change_collection_issuer: {2537        collectionId: 'u32',2538        newIssuer: 'MultiAddress',2539      },2540      lock_collection: {2541        collectionId: 'u32',2542      },2543      mint_nft: {2544        owner: 'Option<AccountId32>',2545        collectionId: 'u32',2546        recipient: 'Option<AccountId32>',2547        royaltyAmount: 'Option<Permill>',2548        metadata: 'Bytes',2549        transferable: 'bool',2550        resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2551      },2552      burn_nft: {2553        collectionId: 'u32',2554        nftId: 'u32',2555        maxBurns: 'u32',2556      },2557      send: {2558        rmrkCollectionId: 'u32',2559        rmrkNftId: 'u32',2560        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2561      },2562      accept_nft: {2563        rmrkCollectionId: 'u32',2564        rmrkNftId: 'u32',2565        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2566      },2567      reject_nft: {2568        rmrkCollectionId: 'u32',2569        rmrkNftId: 'u32',2570      },2571      accept_resource: {2572        rmrkCollectionId: 'u32',2573        rmrkNftId: 'u32',2574        resourceId: 'u32',2575      },2576      accept_resource_removal: {2577        rmrkCollectionId: 'u32',2578        rmrkNftId: 'u32',2579        resourceId: 'u32',2580      },2581      set_property: {2582        rmrkCollectionId: 'Compact<u32>',2583        maybeNftId: 'Option<u32>',2584        key: 'Bytes',2585        value: 'Bytes',2586      },2587      set_priority: {2588        rmrkCollectionId: 'u32',2589        rmrkNftId: 'u32',2590        priorities: 'Vec<u32>',2591      },2592      add_basic_resource: {2593        rmrkCollectionId: 'u32',2594        nftId: 'u32',2595        resource: 'RmrkTraitsResourceBasicResource',2596      },2597      add_composable_resource: {2598        rmrkCollectionId: 'u32',2599        nftId: 'u32',2600        resource: 'RmrkTraitsResourceComposableResource',2601      },2602      add_slot_resource: {2603        rmrkCollectionId: 'u32',2604        nftId: 'u32',2605        resource: 'RmrkTraitsResourceSlotResource',2606      },2607      remove_resource: {2608        rmrkCollectionId: 'u32',2609        nftId: 'u32',2610        resourceId: 'u32'2611      }2612    }2613  },2614  /**2615   * Lookup298: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2616   **/2617  RmrkTraitsResourceResourceTypes: {2618    _enum: {2619      Basic: 'RmrkTraitsResourceBasicResource',2620      Composable: 'RmrkTraitsResourceComposableResource',2621      Slot: 'RmrkTraitsResourceSlotResource'2622    }2623  },2624  /**2625   * Lookup300: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2626   **/2627  RmrkTraitsResourceBasicResource: {2628    src: 'Option<Bytes>',2629    metadata: 'Option<Bytes>',2630    license: 'Option<Bytes>',2631    thumb: 'Option<Bytes>'2632  },2633  /**2634   * Lookup302: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2635   **/2636  RmrkTraitsResourceComposableResource: {2637    parts: 'Vec<u32>',2638    base: 'u32',2639    src: 'Option<Bytes>',2640    metadata: 'Option<Bytes>',2641    license: 'Option<Bytes>',2642    thumb: 'Option<Bytes>'2643  },2644  /**2645   * Lookup303: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2646   **/2647  RmrkTraitsResourceSlotResource: {2648    base: 'u32',2649    src: 'Option<Bytes>',2650    metadata: 'Option<Bytes>',2651    slot: 'u32',2652    license: 'Option<Bytes>',2653    thumb: 'Option<Bytes>'2654  },2655  /**2656   * Lookup306: pallet_rmrk_equip::pallet::Call<T>2657   **/2658  PalletRmrkEquipCall: {2659    _enum: {2660      create_base: {2661        baseType: 'Bytes',2662        symbol: 'Bytes',2663        parts: 'Vec<RmrkTraitsPartPartType>',2664      },2665      theme_add: {2666        baseId: 'u32',2667        theme: 'RmrkTraitsTheme',2668      },2669      equippable: {2670        baseId: 'u32',2671        slotId: 'u32',2672        equippables: 'RmrkTraitsPartEquippableList'2673      }2674    }2675  },2676  /**2677   * Lookup309: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2678   **/2679  RmrkTraitsPartPartType: {2680    _enum: {2681      FixedPart: 'RmrkTraitsPartFixedPart',2682      SlotPart: 'RmrkTraitsPartSlotPart'2683    }2684  },2685  /**2686   * Lookup311: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2687   **/2688  RmrkTraitsPartFixedPart: {2689    id: 'u32',2690    z: 'u32',2691    src: 'Bytes'2692  },2693  /**2694   * Lookup312: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2695   **/2696  RmrkTraitsPartSlotPart: {2697    id: 'u32',2698    equippable: 'RmrkTraitsPartEquippableList',2699    src: 'Bytes',2700    z: 'u32'2701  },2702  /**2703   * Lookup313: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2704   **/2705  RmrkTraitsPartEquippableList: {2706    _enum: {2707      All: 'Null',2708      Empty: 'Null',2709      Custom: 'Vec<u32>'2710    }2711  },2712  /**2713   * Lookup315: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>2714   **/2715  RmrkTraitsTheme: {2716    name: 'Bytes',2717    properties: 'Vec<RmrkTraitsThemeThemeProperty>',2718    inherit: 'bool'2719  },2720  /**2721   * Lookup317: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2722   **/2723  RmrkTraitsThemeThemeProperty: {2724    key: 'Bytes',2725    value: 'Bytes'2726  },2727  /**2728   * Lookup319: pallet_app_promotion::pallet::Call<T>2729   **/2730  PalletAppPromotionCall: {2731    _enum: {2732      set_admin_address: {2733        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2734      },2735      stake: {2736        amount: 'u128',2737      },2738      unstake: 'Null',2739      sponsor_collection: {2740        collectionId: 'u32',2741      },2742      stop_sponsoring_collection: {2743        collectionId: 'u32',2744      },2745      sponsor_contract: {2746        contractId: 'H160',2747      },2748      stop_sponsoring_contract: {2749        contractId: 'H160',2750      },2751      payout_stakers: {2752        stakersNumber: 'Option<u8>'2753      }2754    }2755  },2756  /**2757   * Lookup320: pallet_foreign_assets::module::Call<T>2758   **/2759  PalletForeignAssetsModuleCall: {2760    _enum: {2761      register_foreign_asset: {2762        owner: 'AccountId32',2763        location: 'XcmVersionedMultiLocation',2764        metadata: 'PalletForeignAssetsModuleAssetMetadata',2765      },2766      update_foreign_asset: {2767        foreignAssetId: 'u32',2768        location: 'XcmVersionedMultiLocation',2769        metadata: 'PalletForeignAssetsModuleAssetMetadata'2770      }2771    }2772  },2773  /**2774   * Lookup321: pallet_evm::pallet::Call<T>2775   **/2776  PalletEvmCall: {2777    _enum: {2778      withdraw: {2779        address: 'H160',2780        value: 'u128',2781      },2782      call: {2783        source: 'H160',2784        target: 'H160',2785        input: 'Bytes',2786        value: 'U256',2787        gasLimit: 'u64',2788        maxFeePerGas: 'U256',2789        maxPriorityFeePerGas: 'Option<U256>',2790        nonce: 'Option<U256>',2791        accessList: 'Vec<(H160,Vec<H256>)>',2792      },2793      create: {2794        source: 'H160',2795        init: 'Bytes',2796        value: 'U256',2797        gasLimit: 'u64',2798        maxFeePerGas: 'U256',2799        maxPriorityFeePerGas: 'Option<U256>',2800        nonce: 'Option<U256>',2801        accessList: 'Vec<(H160,Vec<H256>)>',2802      },2803      create2: {2804        source: 'H160',2805        init: 'Bytes',2806        salt: 'H256',2807        value: 'U256',2808        gasLimit: 'u64',2809        maxFeePerGas: 'U256',2810        maxPriorityFeePerGas: 'Option<U256>',2811        nonce: 'Option<U256>',2812        accessList: 'Vec<(H160,Vec<H256>)>'2813      }2814    }2815  },2816  /**2817   * Lookup327: pallet_ethereum::pallet::Call<T>2818   **/2819  PalletEthereumCall: {2820    _enum: {2821      transact: {2822        transaction: 'EthereumTransactionTransactionV2'2823      }2824    }2825  },2826  /**2827   * Lookup328: ethereum::transaction::TransactionV22828   **/2829  EthereumTransactionTransactionV2: {2830    _enum: {2831      Legacy: 'EthereumTransactionLegacyTransaction',2832      EIP2930: 'EthereumTransactionEip2930Transaction',2833      EIP1559: 'EthereumTransactionEip1559Transaction'2834    }2835  },2836  /**2837   * Lookup329: ethereum::transaction::LegacyTransaction2838   **/2839  EthereumTransactionLegacyTransaction: {2840    nonce: 'U256',2841    gasPrice: 'U256',2842    gasLimit: 'U256',2843    action: 'EthereumTransactionTransactionAction',2844    value: 'U256',2845    input: 'Bytes',2846    signature: 'EthereumTransactionTransactionSignature'2847  },2848  /**2849   * Lookup330: ethereum::transaction::TransactionAction2850   **/2851  EthereumTransactionTransactionAction: {2852    _enum: {2853      Call: 'H160',2854      Create: 'Null'2855    }2856  },2857  /**2858   * Lookup331: ethereum::transaction::TransactionSignature2859   **/2860  EthereumTransactionTransactionSignature: {2861    v: 'u64',2862    r: 'H256',2863    s: 'H256'2864  },2865  /**2866   * Lookup333: ethereum::transaction::EIP2930Transaction2867   **/2868  EthereumTransactionEip2930Transaction: {2869    chainId: 'u64',2870    nonce: 'U256',2871    gasPrice: 'U256',2872    gasLimit: 'U256',2873    action: 'EthereumTransactionTransactionAction',2874    value: 'U256',2875    input: 'Bytes',2876    accessList: 'Vec<EthereumTransactionAccessListItem>',2877    oddYParity: 'bool',2878    r: 'H256',2879    s: 'H256'2880  },2881  /**2882   * Lookup335: ethereum::transaction::AccessListItem2883   **/2884  EthereumTransactionAccessListItem: {2885    address: 'H160',2886    storageKeys: 'Vec<H256>'2887  },2888  /**2889   * Lookup336: ethereum::transaction::EIP1559Transaction2890   **/2891  EthereumTransactionEip1559Transaction: {2892    chainId: 'u64',2893    nonce: 'U256',2894    maxPriorityFeePerGas: 'U256',2895    maxFeePerGas: 'U256',2896    gasLimit: 'U256',2897    action: 'EthereumTransactionTransactionAction',2898    value: 'U256',2899    input: 'Bytes',2900    accessList: 'Vec<EthereumTransactionAccessListItem>',2901    oddYParity: 'bool',2902    r: 'H256',2903    s: 'H256'2904  },2905  /**2906   * Lookup337: pallet_evm_migration::pallet::Call<T>2907   **/2908  PalletEvmMigrationCall: {2909    _enum: {2910      begin: {2911        address: 'H160',2912      },2913      set_data: {2914        address: 'H160',2915        data: 'Vec<(H256,H256)>',2916      },2917      finish: {2918        address: 'H160',2919        code: 'Bytes'2920      }2921    }2922  },2923  /**2924   * Lookup340: pallet_maintenance::pallet::Call<T>2925   **/2926  PalletMaintenanceCall: {2927    _enum: ['enable', 'disable']2928  },2929  /**2930   * Lookup341: pallet_test_utils::pallet::Call<T>2931   **/2932  PalletTestUtilsCall: {2933    _enum: {2934      enable: 'Null',2935      set_test_value: {2936        value: 'u32',2937      },2938      set_test_value_and_rollback: {2939        value: 'u32',2940      },2941      inc_test_value: 'Null',2942      self_canceling_inc: {2943        id: '[u8;16]',2944        maxTestValue: 'u32',2945      },2946      just_take_fee: 'Null'2947    }2948  },2949  /**2950   * Lookup342: pallet_sudo::pallet::Error<T>2951   **/2952  PalletSudoError: {2953    _enum: ['RequireSudo']2954  },2955  /**2956   * Lookup344: orml_vesting::module::Error<T>2957   **/2958  OrmlVestingModuleError: {2959    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2960  },2961  /**2962   * Lookup345: orml_xtokens::module::Error<T>2963   **/2964  OrmlXtokensModuleError: {2965    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2966  },2967  /**2968   * Lookup348: orml_tokens::BalanceLock<Balance>2969   **/2970  OrmlTokensBalanceLock: {2971    id: '[u8;8]',2972    amount: 'u128'2973  },2974  /**2975   * Lookup350: orml_tokens::AccountData<Balance>2976   **/2977  OrmlTokensAccountData: {2978    free: 'u128',2979    reserved: 'u128',2980    frozen: 'u128'2981  },2982  /**2983   * Lookup352: orml_tokens::ReserveData<ReserveIdentifier, Balance>2984   **/2985  OrmlTokensReserveData: {2986    id: 'Null',2987    amount: 'u128'2988  },2989  /**2990   * Lookup354: orml_tokens::module::Error<T>2991   **/2992  OrmlTokensModuleError: {2993    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2994  },2995  /**2996   * Lookup356: cumulus_pallet_xcmp_queue::InboundChannelDetails2997   **/2998  CumulusPalletXcmpQueueInboundChannelDetails: {2999    sender: 'u32',3000    state: 'CumulusPalletXcmpQueueInboundState',3001    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'3002  },3003  /**3004   * Lookup357: cumulus_pallet_xcmp_queue::InboundState3005   **/3006  CumulusPalletXcmpQueueInboundState: {3007    _enum: ['Ok', 'Suspended']3008  },3009  /**3010   * Lookup360: polkadot_parachain::primitives::XcmpMessageFormat3011   **/3012  PolkadotParachainPrimitivesXcmpMessageFormat: {3013    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']3014  },3015  /**3016   * Lookup363: cumulus_pallet_xcmp_queue::OutboundChannelDetails3017   **/3018  CumulusPalletXcmpQueueOutboundChannelDetails: {3019    recipient: 'u32',3020    state: 'CumulusPalletXcmpQueueOutboundState',3021    signalsExist: 'bool',3022    firstIndex: 'u16',3023    lastIndex: 'u16'3024  },3025  /**3026   * Lookup364: cumulus_pallet_xcmp_queue::OutboundState3027   **/3028  CumulusPalletXcmpQueueOutboundState: {3029    _enum: ['Ok', 'Suspended']3030  },3031  /**3032   * Lookup366: cumulus_pallet_xcmp_queue::QueueConfigData3033   **/3034  CumulusPalletXcmpQueueQueueConfigData: {3035    suspendThreshold: 'u32',3036    dropThreshold: 'u32',3037    resumeThreshold: 'u32',3038    thresholdWeight: 'Weight',3039    weightRestrictDecay: 'Weight',3040    xcmpMaxIndividualWeight: 'Weight'3041  },3042  /**3043   * Lookup368: cumulus_pallet_xcmp_queue::pallet::Error<T>3044   **/3045  CumulusPalletXcmpQueueError: {3046    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3047  },3048  /**3049   * Lookup369: pallet_xcm::pallet::Error<T>3050   **/3051  PalletXcmError: {3052    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3053  },3054  /**3055   * Lookup370: cumulus_pallet_xcm::pallet::Error<T>3056   **/3057  CumulusPalletXcmError: 'Null',3058  /**3059   * Lookup371: cumulus_pallet_dmp_queue::ConfigData3060   **/3061  CumulusPalletDmpQueueConfigData: {3062    maxIndividual: 'Weight'3063  },3064  /**3065   * Lookup372: cumulus_pallet_dmp_queue::PageIndexData3066   **/3067  CumulusPalletDmpQueuePageIndexData: {3068    beginUsed: 'u32',3069    endUsed: 'u32',3070    overweightCount: 'u64'3071  },3072  /**3073   * Lookup375: cumulus_pallet_dmp_queue::pallet::Error<T>3074   **/3075  CumulusPalletDmpQueueError: {3076    _enum: ['Unknown', 'OverLimit']3077  },3078  /**3079   * Lookup379: pallet_unique::Error<T>3080   **/3081  PalletUniqueError: {3082    _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3083  },3084  /**3085   * Lookup382: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::RuntimeCall, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>3086   **/3087  PalletUniqueSchedulerScheduledV3: {3088    maybeId: 'Option<[u8;16]>',3089    priority: 'u8',3090    call: 'FrameSupportScheduleMaybeHashed',3091    maybePeriodic: 'Option<(u32,u32)>',3092    origin: 'OpalRuntimeOriginCaller'3093  },3094  /**3095   * Lookup383: opal_runtime::OriginCaller3096   **/3097  OpalRuntimeOriginCaller: {3098    _enum: {3099      system: 'FrameSupportDispatchRawOrigin',3100      __Unused1: 'Null',3101      __Unused2: 'Null',3102      __Unused3: 'Null',3103      Void: 'SpCoreVoid',3104      __Unused5: 'Null',3105      __Unused6: 'Null',3106      __Unused7: 'Null',3107      __Unused8: 'Null',3108      __Unused9: 'Null',3109      __Unused10: 'Null',3110      __Unused11: 'Null',3111      __Unused12: 'Null',3112      __Unused13: 'Null',3113      __Unused14: 'Null',3114      __Unused15: 'Null',3115      __Unused16: 'Null',3116      __Unused17: 'Null',3117      __Unused18: 'Null',3118      __Unused19: 'Null',3119      __Unused20: 'Null',3120      __Unused21: 'Null',3121      __Unused22: 'Null',3122      __Unused23: 'Null',3123      __Unused24: 'Null',3124      __Unused25: 'Null',3125      __Unused26: 'Null',3126      __Unused27: 'Null',3127      __Unused28: 'Null',3128      __Unused29: 'Null',3129      __Unused30: 'Null',3130      __Unused31: 'Null',3131      __Unused32: 'Null',3132      __Unused33: 'Null',3133      __Unused34: 'Null',3134      __Unused35: 'Null',3135      __Unused36: 'Null',3136      __Unused37: 'Null',3137      __Unused38: 'Null',3138      __Unused39: 'Null',3139      __Unused40: 'Null',3140      __Unused41: 'Null',3141      __Unused42: 'Null',3142      __Unused43: 'Null',3143      __Unused44: 'Null',3144      __Unused45: 'Null',3145      __Unused46: 'Null',3146      __Unused47: 'Null',3147      __Unused48: 'Null',3148      __Unused49: 'Null',3149      __Unused50: 'Null',3150      PolkadotXcm: 'PalletXcmOrigin',3151      CumulusXcm: 'CumulusPalletXcmOrigin',3152      __Unused53: 'Null',3153      __Unused54: 'Null',3154      __Unused55: 'Null',3155      __Unused56: 'Null',3156      __Unused57: 'Null',3157      __Unused58: 'Null',3158      __Unused59: 'Null',3159      __Unused60: 'Null',3160      __Unused61: 'Null',3161      __Unused62: 'Null',3162      __Unused63: 'Null',3163      __Unused64: 'Null',3164      __Unused65: 'Null',3165      __Unused66: 'Null',3166      __Unused67: 'Null',3167      __Unused68: 'Null',3168      __Unused69: 'Null',3169      __Unused70: 'Null',3170      __Unused71: 'Null',3171      __Unused72: 'Null',3172      __Unused73: 'Null',3173      __Unused74: 'Null',3174      __Unused75: 'Null',3175      __Unused76: 'Null',3176      __Unused77: 'Null',3177      __Unused78: 'Null',3178      __Unused79: 'Null',3179      __Unused80: 'Null',3180      __Unused81: 'Null',3181      __Unused82: 'Null',3182      __Unused83: 'Null',3183      __Unused84: 'Null',3184      __Unused85: 'Null',3185      __Unused86: 'Null',3186      __Unused87: 'Null',3187      __Unused88: 'Null',3188      __Unused89: 'Null',3189      __Unused90: 'Null',3190      __Unused91: 'Null',3191      __Unused92: 'Null',3192      __Unused93: 'Null',3193      __Unused94: 'Null',3194      __Unused95: 'Null',3195      __Unused96: 'Null',3196      __Unused97: 'Null',3197      __Unused98: 'Null',3198      __Unused99: 'Null',3199      __Unused100: 'Null',3200      Ethereum: 'PalletEthereumRawOrigin'3201    }3202  },3203  /**3204   * Lookup384: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>3205   **/3206  FrameSupportDispatchRawOrigin: {3207    _enum: {3208      Root: 'Null',3209      Signed: 'AccountId32',3210      None: 'Null'3211    }3212  },3213  /**3214   * Lookup385: pallet_xcm::pallet::Origin3215   **/3216  PalletXcmOrigin: {3217    _enum: {3218      Xcm: 'XcmV1MultiLocation',3219      Response: 'XcmV1MultiLocation'3220    }3221  },3222  /**3223   * Lookup386: cumulus_pallet_xcm::pallet::Origin3224   **/3225  CumulusPalletXcmOrigin: {3226    _enum: {3227      Relay: 'Null',3228      SiblingParachain: 'u32'3229    }3230  },3231  /**3232   * Lookup387: pallet_ethereum::RawOrigin3233   **/3234  PalletEthereumRawOrigin: {3235    _enum: {3236      EthereumTransaction: 'H160'3237    }3238  },3239  /**3240   * Lookup388: sp_core::Void3241   **/3242  SpCoreVoid: 'Null',3243  /**3244   * Lookup389: pallet_unique_scheduler::pallet::Error<T>3245   **/3246  PalletUniqueSchedulerError: {3247    _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']3248  },3249  /**3250   * Lookup390: up_data_structs::Collection<sp_core::crypto::AccountId32>3251   **/3252  UpDataStructsCollection: {3253    owner: 'AccountId32',3254    mode: 'UpDataStructsCollectionMode',3255    name: 'Vec<u16>',3256    description: 'Vec<u16>',3257    tokenPrefix: 'Bytes',3258    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3259    limits: 'UpDataStructsCollectionLimits',3260    permissions: 'UpDataStructsCollectionPermissions',3261    flags: '[u8;1]'3262  },3263  /**3264   * Lookup391: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3265   **/3266  UpDataStructsSponsorshipStateAccountId32: {3267    _enum: {3268      Disabled: 'Null',3269      Unconfirmed: 'AccountId32',3270      Confirmed: 'AccountId32'3271    }3272  },3273  /**3274   * Lookup393: up_data_structs::Properties3275   **/3276  UpDataStructsProperties: {3277    map: 'UpDataStructsPropertiesMapBoundedVec',3278    consumedSpace: 'u32',3279    spaceLimit: 'u32'3280  },3281  /**3282   * Lookup394: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3283   **/3284  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3285  /**3286   * Lookup399: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3287   **/3288  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3289  /**3290   * Lookup406: up_data_structs::CollectionStats3291   **/3292  UpDataStructsCollectionStats: {3293    created: 'u32',3294    destroyed: 'u32',3295    alive: 'u32'3296  },3297  /**3298   * Lookup407: up_data_structs::TokenChild3299   **/3300  UpDataStructsTokenChild: {3301    token: 'u32',3302    collection: 'u32'3303  },3304  /**3305   * Lookup408: PhantomType::up_data_structs<T>3306   **/3307  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3308  /**3309   * Lookup410: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3310   **/3311  UpDataStructsTokenData: {3312    properties: 'Vec<UpDataStructsProperty>',3313    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3314    pieces: 'u128'3315  },3316  /**3317   * Lookup412: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3318   **/3319  UpDataStructsRpcCollection: {3320    owner: 'AccountId32',3321    mode: 'UpDataStructsCollectionMode',3322    name: 'Vec<u16>',3323    description: 'Vec<u16>',3324    tokenPrefix: 'Bytes',3325    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3326    limits: 'UpDataStructsCollectionLimits',3327    permissions: 'UpDataStructsCollectionPermissions',3328    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3329    properties: 'Vec<UpDataStructsProperty>',3330    readOnly: 'bool',3331    flags: 'UpDataStructsRpcCollectionFlags'3332  },3333  /**3334   * Lookup413: up_data_structs::RpcCollectionFlags3335   **/3336  UpDataStructsRpcCollectionFlags: {3337    foreign: 'bool',3338    erc721metadata: 'bool'3339  },3340  /**3341   * Lookup414: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3342   **/3343  RmrkTraitsCollectionCollectionInfo: {3344    issuer: 'AccountId32',3345    metadata: 'Bytes',3346    max: 'Option<u32>',3347    symbol: 'Bytes',3348    nftsCount: 'u32'3349  },3350  /**3351   * Lookup415: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3352   **/3353  RmrkTraitsNftNftInfo: {3354    owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3355    royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3356    metadata: 'Bytes',3357    equipped: 'bool',3358    pending: 'bool'3359  },3360  /**3361   * Lookup417: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3362   **/3363  RmrkTraitsNftRoyaltyInfo: {3364    recipient: 'AccountId32',3365    amount: 'Permill'3366  },3367  /**3368   * Lookup418: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3369   **/3370  RmrkTraitsResourceResourceInfo: {3371    id: 'u32',3372    resource: 'RmrkTraitsResourceResourceTypes',3373    pending: 'bool',3374    pendingRemoval: 'bool'3375  },3376  /**3377   * Lookup419: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3378   **/3379  RmrkTraitsPropertyPropertyInfo: {3380    key: 'Bytes',3381    value: 'Bytes'3382  },3383  /**3384   * Lookup420: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3385   **/3386  RmrkTraitsBaseBaseInfo: {3387    issuer: 'AccountId32',3388    baseType: 'Bytes',3389    symbol: 'Bytes'3390  },3391  /**3392   * Lookup421: rmrk_traits::nft::NftChild3393   **/3394  RmrkTraitsNftNftChild: {3395    collectionId: 'u32',3396    nftId: 'u32'3397  },3398  /**3399   * Lookup423: pallet_common::pallet::Error<T>3400   **/3401  PalletCommonError: {3402    _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal']3403  },3404  /**3405   * Lookup425: pallet_fungible::pallet::Error<T>3406   **/3407  PalletFungibleError: {3408    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3409  },3410  /**3411   * Lookup426: pallet_refungible::ItemData3412   **/3413  PalletRefungibleItemData: {3414    constData: 'Bytes'3415  },3416  /**3417   * Lookup431: pallet_refungible::pallet::Error<T>3418   **/3419  PalletRefungibleError: {3420    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3421  },3422  /**3423   * Lookup432: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3424   **/3425  PalletNonfungibleItemData: {3426    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3427  },3428  /**3429   * Lookup434: up_data_structs::PropertyScope3430   **/3431  UpDataStructsPropertyScope: {3432    _enum: ['None', 'Rmrk']3433  },3434  /**3435   * Lookup436: pallet_nonfungible::pallet::Error<T>3436   **/3437  PalletNonfungibleError: {3438    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3439  },3440  /**3441   * Lookup437: pallet_structure::pallet::Error<T>3442   **/3443  PalletStructureError: {3444    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3445  },3446  /**3447   * Lookup438: pallet_rmrk_core::pallet::Error<T>3448   **/3449  PalletRmrkCoreError: {3450    _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3451  },3452  /**3453   * Lookup440: pallet_rmrk_equip::pallet::Error<T>3454   **/3455  PalletRmrkEquipError: {3456    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3457  },3458  /**3459   * Lookup446: pallet_app_promotion::pallet::Error<T>3460   **/3461  PalletAppPromotionError: {3462    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3463  },3464  /**3465   * Lookup447: pallet_foreign_assets::module::Error<T>3466   **/3467  PalletForeignAssetsModuleError: {3468    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3469  },3470  /**3471   * Lookup450: pallet_evm::pallet::Error<T>3472   **/3473  PalletEvmError: {3474    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3475  },3476  /**3477   * Lookup453: fp_rpc::TransactionStatus3478   **/3479  FpRpcTransactionStatus: {3480    transactionHash: 'H256',3481    transactionIndex: 'u32',3482    from: 'H160',3483    to: 'Option<H160>',3484    contractAddress: 'Option<H160>',3485    logs: 'Vec<EthereumLog>',3486    logsBloom: 'EthbloomBloom'3487  },3488  /**3489   * Lookup455: ethbloom::Bloom3490   **/3491  EthbloomBloom: '[u8;256]',3492  /**3493   * Lookup457: ethereum::receipt::ReceiptV33494   **/3495  EthereumReceiptReceiptV3: {3496    _enum: {3497      Legacy: 'EthereumReceiptEip658ReceiptData',3498      EIP2930: 'EthereumReceiptEip658ReceiptData',3499      EIP1559: 'EthereumReceiptEip658ReceiptData'3500    }3501  },3502  /**3503   * Lookup458: ethereum::receipt::EIP658ReceiptData3504   **/3505  EthereumReceiptEip658ReceiptData: {3506    statusCode: 'u8',3507    usedGas: 'U256',3508    logsBloom: 'EthbloomBloom',3509    logs: 'Vec<EthereumLog>'3510  },3511  /**3512   * Lookup459: ethereum::block::Block<ethereum::transaction::TransactionV2>3513   **/3514  EthereumBlock: {3515    header: 'EthereumHeader',3516    transactions: 'Vec<EthereumTransactionTransactionV2>',3517    ommers: 'Vec<EthereumHeader>'3518  },3519  /**3520   * Lookup460: ethereum::header::Header3521   **/3522  EthereumHeader: {3523    parentHash: 'H256',3524    ommersHash: 'H256',3525    beneficiary: 'H160',3526    stateRoot: 'H256',3527    transactionsRoot: 'H256',3528    receiptsRoot: 'H256',3529    logsBloom: 'EthbloomBloom',3530    difficulty: 'U256',3531    number: 'U256',3532    gasLimit: 'U256',3533    gasUsed: 'U256',3534    timestamp: 'u64',3535    extraData: 'Bytes',3536    mixHash: 'H256',3537    nonce: 'EthereumTypesHashH64'3538  },3539  /**3540   * Lookup461: ethereum_types::hash::H643541   **/3542  EthereumTypesHashH64: '[u8;8]',3543  /**3544   * Lookup466: pallet_ethereum::pallet::Error<T>3545   **/3546  PalletEthereumError: {3547    _enum: ['InvalidSignature', 'PreLogExists']3548  },3549  /**3550   * Lookup467: pallet_evm_coder_substrate::pallet::Error<T>3551   **/3552  PalletEvmCoderSubstrateError: {3553    _enum: ['OutOfGas', 'OutOfFund']3554  },3555  /**3556   * Lookup468: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3557   **/3558  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3559    _enum: {3560      Disabled: 'Null',3561      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3562      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3563    }3564  },3565  /**3566   * Lookup469: pallet_evm_contract_helpers::SponsoringModeT3567   **/3568  PalletEvmContractHelpersSponsoringModeT: {3569    _enum: ['Disabled', 'Allowlisted', 'Generous']3570  },3571  /**3572   * Lookup475: pallet_evm_contract_helpers::pallet::Error<T>3573   **/3574  PalletEvmContractHelpersError: {3575    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3576  },3577  /**3578   * Lookup476: pallet_evm_migration::pallet::Error<T>3579   **/3580  PalletEvmMigrationError: {3581    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']3582  },3583  /**3584   * Lookup477: pallet_maintenance::pallet::Error<T>3585   **/3586  PalletMaintenanceError: 'Null',3587  /**3588   * Lookup478: pallet_test_utils::pallet::Error<T>3589   **/3590  PalletTestUtilsError: {3591    _enum: ['TestPalletDisabled', 'TriggerRollback']3592  },3593  /**3594   * Lookup480: sp_runtime::MultiSignature3595   **/3596  SpRuntimeMultiSignature: {3597    _enum: {3598      Ed25519: 'SpCoreEd25519Signature',3599      Sr25519: 'SpCoreSr25519Signature',3600      Ecdsa: 'SpCoreEcdsaSignature'3601    }3602  },3603  /**3604   * Lookup481: sp_core::ed25519::Signature3605   **/3606  SpCoreEd25519Signature: '[u8;64]',3607  /**3608   * Lookup483: sp_core::sr25519::Signature3609   **/3610  SpCoreSr25519Signature: '[u8;64]',3611  /**3612   * Lookup484: sp_core::ecdsa::Signature3613   **/3614  SpCoreEcdsaSignature: '[u8;65]',3615  /**3616   * Lookup487: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3617   **/3618  FrameSystemExtensionsCheckSpecVersion: 'Null',3619  /**3620   * Lookup488: frame_system::extensions::check_tx_version::CheckTxVersion<T>3621   **/3622  FrameSystemExtensionsCheckTxVersion: 'Null',3623  /**3624   * Lookup489: frame_system::extensions::check_genesis::CheckGenesis<T>3625   **/3626  FrameSystemExtensionsCheckGenesis: 'Null',3627  /**3628   * Lookup492: frame_system::extensions::check_nonce::CheckNonce<T>3629   **/3630  FrameSystemExtensionsCheckNonce: 'Compact<u32>',3631  /**3632   * Lookup493: frame_system::extensions::check_weight::CheckWeight<T>3633   **/3634  FrameSystemExtensionsCheckWeight: 'Null',3635  /**3636   * Lookup494: opal_runtime::runtime_common::maintenance::CheckMaintenance3637   **/3638  OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3639  /**3640   * Lookup495: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3641   **/3642  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3643  /**3644   * Lookup496: opal_runtime::Runtime3645   **/3646  OpalRuntimeRuntime: 'Null',3647  /**3648   * Lookup497: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3649   **/3650  PalletEthereumFakeTransactionFinalizer: 'Null'3651};
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -1371,20 +1371,26 @@
   /** @name PalletEvmEvent (111) */
   interface PalletEvmEvent extends Enum {
     readonly isLog: boolean;
-    readonly asLog: EthereumLog;
+    readonly asLog: {
+      readonly log: EthereumLog;
+    } & Struct;
     readonly isCreated: boolean;
-    readonly asCreated: H160;
+    readonly asCreated: {
+      readonly address: H160;
+    } & Struct;
     readonly isCreatedFailed: boolean;
-    readonly asCreatedFailed: H160;
+    readonly asCreatedFailed: {
+      readonly address: H160;
+    } & Struct;
     readonly isExecuted: boolean;
-    readonly asExecuted: H160;
+    readonly asExecuted: {
+      readonly address: H160;
+    } & Struct;
     readonly isExecutedFailed: boolean;
-    readonly asExecutedFailed: H160;
-    readonly isBalanceDeposit: boolean;
-    readonly asBalanceDeposit: ITuple<[AccountId32, H160, U256]>;
-    readonly isBalanceWithdraw: boolean;
-    readonly asBalanceWithdraw: ITuple<[AccountId32, H160, U256]>;
-    readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
+    readonly asExecutedFailed: {
+      readonly address: H160;
+    } & Struct;
+    readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';
   }
 
   /** @name EthereumLog (112) */
@@ -1394,14 +1400,19 @@
     readonly data: Bytes;
   }
 
-  /** @name PalletEthereumEvent (116) */
+  /** @name PalletEthereumEvent (114) */
   interface PalletEthereumEvent extends Enum {
     readonly isExecuted: boolean;
-    readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
+    readonly asExecuted: {
+      readonly from: H160;
+      readonly to: H160;
+      readonly transactionHash: H256;
+      readonly exitReason: EvmCoreErrorExitReason;
+    } & Struct;
     readonly type: 'Executed';
   }
 
-  /** @name EvmCoreErrorExitReason (117) */
+  /** @name EvmCoreErrorExitReason (115) */
   interface EvmCoreErrorExitReason extends Enum {
     readonly isSucceed: boolean;
     readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -1414,7 +1425,7 @@
     readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
   }
 
-  /** @name EvmCoreErrorExitSucceed (118) */
+  /** @name EvmCoreErrorExitSucceed (116) */
   interface EvmCoreErrorExitSucceed extends Enum {
     readonly isStopped: boolean;
     readonly isReturned: boolean;
@@ -1422,7 +1433,7 @@
     readonly type: 'Stopped' | 'Returned' | 'Suicided';
   }
 
-  /** @name EvmCoreErrorExitError (119) */
+  /** @name EvmCoreErrorExitError (117) */
   interface EvmCoreErrorExitError extends Enum {
     readonly isStackUnderflow: boolean;
     readonly isStackOverflow: boolean;
@@ -1443,13 +1454,13 @@
     readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
   }
 
-  /** @name EvmCoreErrorExitRevert (122) */
+  /** @name EvmCoreErrorExitRevert (120) */
   interface EvmCoreErrorExitRevert extends Enum {
     readonly isReverted: boolean;
     readonly type: 'Reverted';
   }
 
-  /** @name EvmCoreErrorExitFatal (123) */
+  /** @name EvmCoreErrorExitFatal (121) */
   interface EvmCoreErrorExitFatal extends Enum {
     readonly isNotSupported: boolean;
     readonly isUnhandledInterrupt: boolean;
@@ -1460,7 +1471,7 @@
     readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
   }
 
-  /** @name PalletEvmContractHelpersEvent (124) */
+  /** @name PalletEvmContractHelpersEvent (122) */
   interface PalletEvmContractHelpersEvent extends Enum {
     readonly isContractSponsorSet: boolean;
     readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;
@@ -1471,21 +1482,21 @@
     readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';
   }
 
-  /** @name PalletMaintenanceEvent (125) */
+  /** @name PalletMaintenanceEvent (123) */
   interface PalletMaintenanceEvent extends Enum {
     readonly isMaintenanceEnabled: boolean;
     readonly isMaintenanceDisabled: boolean;
     readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';
   }
 
-  /** @name PalletTestUtilsEvent (126) */
+  /** @name PalletTestUtilsEvent (124) */
   interface PalletTestUtilsEvent extends Enum {
     readonly isValueIsSet: boolean;
     readonly isShouldRollback: boolean;
     readonly type: 'ValueIsSet' | 'ShouldRollback';
   }
 
-  /** @name FrameSystemPhase (127) */
+  /** @name FrameSystemPhase (125) */
   interface FrameSystemPhase extends Enum {
     readonly isApplyExtrinsic: boolean;
     readonly asApplyExtrinsic: u32;
@@ -1494,13 +1505,13 @@
     readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
   }
 
-  /** @name FrameSystemLastRuntimeUpgradeInfo (129) */
+  /** @name FrameSystemLastRuntimeUpgradeInfo (127) */
   interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
     readonly specVersion: Compact<u32>;
     readonly specName: Text;
   }
 
-  /** @name FrameSystemCall (130) */
+  /** @name FrameSystemCall (128) */
   interface FrameSystemCall extends Enum {
     readonly isFillBlock: boolean;
     readonly asFillBlock: {
@@ -1542,21 +1553,21 @@
     readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
   }
 
-  /** @name FrameSystemLimitsBlockWeights (135) */
+  /** @name FrameSystemLimitsBlockWeights (133) */
   interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: Weight;
     readonly maxBlock: Weight;
     readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
   }
 
-  /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (136) */
+  /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (134) */
   interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
-  /** @name FrameSystemLimitsWeightsPerClass (137) */
+  /** @name FrameSystemLimitsWeightsPerClass (135) */
   interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: Weight;
     readonly maxExtrinsic: Option<Weight>;
@@ -1564,25 +1575,25 @@
     readonly reserved: Option<Weight>;
   }
 
-  /** @name FrameSystemLimitsBlockLength (139) */
+  /** @name FrameSystemLimitsBlockLength (137) */
   interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportDispatchPerDispatchClassU32;
   }
 
-  /** @name FrameSupportDispatchPerDispatchClassU32 (140) */
+  /** @name FrameSupportDispatchPerDispatchClassU32 (138) */
   interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
-  /** @name SpWeightsRuntimeDbWeight (141) */
+  /** @name SpWeightsRuntimeDbWeight (139) */
   interface SpWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
-  /** @name SpVersionRuntimeVersion (142) */
+  /** @name SpVersionRuntimeVersion (140) */
   interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
@@ -1594,7 +1605,7 @@
     readonly stateVersion: u8;
   }
 
-  /** @name FrameSystemError (147) */
+  /** @name FrameSystemError (145) */
   interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1605,7 +1616,7 @@
     readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
   }
 
-  /** @name PolkadotPrimitivesV2PersistedValidationData (148) */
+  /** @name PolkadotPrimitivesV2PersistedValidationData (146) */
   interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
     readonly parentHead: Bytes;
     readonly relayParentNumber: u32;
@@ -1613,18 +1624,18 @@
     readonly maxPovSize: u32;
   }
 
-  /** @name PolkadotPrimitivesV2UpgradeRestriction (151) */
+  /** @name PolkadotPrimitivesV2UpgradeRestriction (149) */
   interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
     readonly isPresent: boolean;
     readonly type: 'Present';
   }
 
-  /** @name SpTrieStorageProof (152) */
+  /** @name SpTrieStorageProof (150) */
   interface SpTrieStorageProof extends Struct {
     readonly trieNodes: BTreeSet<Bytes>;
   }
 
-  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (154) */
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (152) */
   interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
     readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
@@ -1632,7 +1643,7 @@
     readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (157) */
+  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (155) */
   interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
@@ -1642,7 +1653,7 @@
     readonly mqcHead: Option<H256>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (158) */
+  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (156) */
   interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
@@ -1655,13 +1666,13 @@
     readonly validationUpgradeDelay: u32;
   }
 
-  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (164) */
+  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (162) */
   interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemCall (165) */
+  /** @name CumulusPalletParachainSystemCall (163) */
   interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
@@ -1682,7 +1693,7 @@
     readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
   }
 
-  /** @name CumulusPrimitivesParachainInherentParachainInherentData (166) */
+  /** @name CumulusPrimitivesParachainInherentParachainInherentData (164) */
   interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
@@ -1690,19 +1701,19 @@
     readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
   }
 
-  /** @name PolkadotCorePrimitivesInboundDownwardMessage (168) */
+  /** @name PolkadotCorePrimitivesInboundDownwardMessage (166) */
   interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
-  /** @name PolkadotCorePrimitivesInboundHrmpMessage (171) */
+  /** @name PolkadotCorePrimitivesInboundHrmpMessage (169) */
   interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemError (174) */
+  /** @name CumulusPalletParachainSystemError (172) */
   interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
@@ -1715,14 +1726,14 @@
     readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
   }
 
-  /** @name PalletBalancesBalanceLock (176) */
+  /** @name PalletBalancesBalanceLock (174) */
   interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
-  /** @name PalletBalancesReasons (177) */
+  /** @name PalletBalancesReasons (175) */
   interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
@@ -1730,20 +1741,20 @@
     readonly type: 'Fee' | 'Misc' | 'All';
   }
 
-  /** @name PalletBalancesReserveData (180) */
+  /** @name PalletBalancesReserveData (178) */
   interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name PalletBalancesReleases (182) */
+  /** @name PalletBalancesReleases (180) */
   interface PalletBalancesReleases extends Enum {
     readonly isV100: boolean;
     readonly isV200: boolean;
     readonly type: 'V100' | 'V200';
   }
 
-  /** @name PalletBalancesCall (183) */
+  /** @name PalletBalancesCall (181) */
   interface PalletBalancesCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1780,7 +1791,7 @@
     readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
   }
 
-  /** @name PalletBalancesError (186) */
+  /** @name PalletBalancesError (184) */
   interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -1793,7 +1804,7 @@
     readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name PalletTimestampCall (188) */
+  /** @name PalletTimestampCall (186) */
   interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
@@ -1802,14 +1813,14 @@
     readonly type: 'Set';
   }
 
-  /** @name PalletTransactionPaymentReleases (190) */
+  /** @name PalletTransactionPaymentReleases (188) */
   interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
-  /** @name PalletTreasuryProposal (191) */
+  /** @name PalletTreasuryProposal (189) */
   interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
@@ -1817,7 +1828,7 @@
     readonly bond: u128;
   }
 
-  /** @name PalletTreasuryCall (194) */
+  /** @name PalletTreasuryCall (192) */
   interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
@@ -1844,10 +1855,10 @@
     readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';
   }
 
-  /** @name FrameSupportPalletId (197) */
+  /** @name FrameSupportPalletId (195) */
   interface FrameSupportPalletId extends U8aFixed {}
 
-  /** @name PalletTreasuryError (198) */
+  /** @name PalletTreasuryError (196) */
   interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
@@ -1857,7 +1868,7 @@
     readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';
   }
 
-  /** @name PalletSudoCall (199) */
+  /** @name PalletSudoCall (197) */
   interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
@@ -1880,7 +1891,7 @@
     readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
   }
 
-  /** @name OrmlVestingModuleCall (201) */
+  /** @name OrmlVestingModuleCall (199) */
   interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
@@ -1900,7 +1911,7 @@
     readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
   }
 
-  /** @name OrmlXtokensModuleCall (203) */
+  /** @name OrmlXtokensModuleCall (201) */
   interface OrmlXtokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1947,7 +1958,7 @@
     readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
   }
 
-  /** @name XcmVersionedMultiAsset (204) */
+  /** @name XcmVersionedMultiAsset (202) */
   interface XcmVersionedMultiAsset extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiAsset;
@@ -1956,7 +1967,7 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name OrmlTokensModuleCall (207) */
+  /** @name OrmlTokensModuleCall (205) */
   interface OrmlTokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1993,7 +2004,7 @@
     readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';
   }
 
-  /** @name CumulusPalletXcmpQueueCall (208) */
+  /** @name CumulusPalletXcmpQueueCall (206) */
   interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2029,7 +2040,7 @@
     readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
   }
 
-  /** @name PalletXcmCall (209) */
+  /** @name PalletXcmCall (207) */
   interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
@@ -2091,7 +2102,7 @@
     readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
   }
 
-  /** @name XcmVersionedXcm (210) */
+  /** @name XcmVersionedXcm (208) */
   interface XcmVersionedXcm extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0Xcm;
@@ -2102,7 +2113,7 @@
     readonly type: 'V0' | 'V1' | 'V2';
   }
 
-  /** @name XcmV0Xcm (211) */
+  /** @name XcmV0Xcm (209) */
   interface XcmV0Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2165,7 +2176,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
   }
 
-  /** @name XcmV0Order (213) */
+  /** @name XcmV0Order (211) */
   interface XcmV0Order extends Enum {
     readonly isNull: boolean;
     readonly isDepositAsset: boolean;
@@ -2213,14 +2224,14 @@
     readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV0Response (215) */
+  /** @name XcmV0Response (213) */
   interface XcmV0Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: Vec<XcmV0MultiAsset>;
     readonly type: 'Assets';
   }
 
-  /** @name XcmV1Xcm (216) */
+  /** @name XcmV1Xcm (214) */
   interface XcmV1Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2289,7 +2300,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
   }
 
-  /** @name XcmV1Order (218) */
+  /** @name XcmV1Order (216) */
   interface XcmV1Order extends Enum {
     readonly isNoop: boolean;
     readonly isDepositAsset: boolean;
@@ -2339,7 +2350,7 @@
     readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV1Response (220) */
+  /** @name XcmV1Response (218) */
   interface XcmV1Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -2348,10 +2359,10 @@
     readonly type: 'Assets' | 'Version';
   }
 
-  /** @name CumulusPalletXcmCall (234) */
+  /** @name CumulusPalletXcmCall (232) */
   type CumulusPalletXcmCall = Null;
 
-  /** @name CumulusPalletDmpQueueCall (235) */
+  /** @name CumulusPalletDmpQueueCall (233) */
   interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2361,7 +2372,7 @@
     readonly type: 'ServiceOverweight';
   }
 
-  /** @name PalletInflationCall (236) */
+  /** @name PalletInflationCall (234) */
   interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
@@ -2370,7 +2381,7 @@
     readonly type: 'StartInflation';
   }
 
-  /** @name PalletUniqueCall (237) */
+  /** @name PalletUniqueCall (235) */
   interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2528,7 +2539,7 @@
     readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition';
   }
 
-  /** @name UpDataStructsCollectionMode (242) */
+  /** @name UpDataStructsCollectionMode (240) */
   interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
@@ -2537,7 +2548,7 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateCollectionData (243) */
+  /** @name UpDataStructsCreateCollectionData (241) */
   interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
@@ -2551,14 +2562,14 @@
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsAccessMode (245) */
+  /** @name UpDataStructsAccessMode (243) */
   interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
-  /** @name UpDataStructsCollectionLimits (247) */
+  /** @name UpDataStructsCollectionLimits (245) */
   interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
@@ -2571,7 +2582,7 @@
     readonly transfersEnabled: Option<bool>;
   }
 
-  /** @name UpDataStructsSponsoringRateLimit (249) */
+  /** @name UpDataStructsSponsoringRateLimit (247) */
   interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
@@ -2579,43 +2590,43 @@
     readonly type: 'SponsoringDisabled' | 'Blocks';
   }
 
-  /** @name UpDataStructsCollectionPermissions (252) */
+  /** @name UpDataStructsCollectionPermissions (250) */
   interface UpDataStructsCollectionPermissions extends Struct {
     readonly access: Option<UpDataStructsAccessMode>;
     readonly mintMode: Option<bool>;
     readonly nesting: Option<UpDataStructsNestingPermissions>;
   }
 
-  /** @name UpDataStructsNestingPermissions (254) */
+  /** @name UpDataStructsNestingPermissions (252) */
   interface UpDataStructsNestingPermissions extends Struct {
     readonly tokenOwner: bool;
     readonly collectionAdmin: bool;
     readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
   }
 
-  /** @name UpDataStructsOwnerRestrictedSet (256) */
+  /** @name UpDataStructsOwnerRestrictedSet (254) */
   interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
 
-  /** @name UpDataStructsPropertyKeyPermission (261) */
+  /** @name UpDataStructsPropertyKeyPermission (259) */
   interface UpDataStructsPropertyKeyPermission extends Struct {
     readonly key: Bytes;
     readonly permission: UpDataStructsPropertyPermission;
   }
 
-  /** @name UpDataStructsPropertyPermission (262) */
+  /** @name UpDataStructsPropertyPermission (260) */
   interface UpDataStructsPropertyPermission extends Struct {
     readonly mutable: bool;
     readonly collectionAdmin: bool;
     readonly tokenOwner: bool;
   }
 
-  /** @name UpDataStructsProperty (265) */
+  /** @name UpDataStructsProperty (263) */
   interface UpDataStructsProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name UpDataStructsCreateItemData (268) */
+  /** @name UpDataStructsCreateItemData (266) */
   interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
@@ -2626,23 +2637,23 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateNftData (269) */
+  /** @name UpDataStructsCreateNftData (267) */
   interface UpDataStructsCreateNftData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateFungibleData (270) */
+  /** @name UpDataStructsCreateFungibleData (268) */
   interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
-  /** @name UpDataStructsCreateReFungibleData (271) */
+  /** @name UpDataStructsCreateReFungibleData (269) */
   interface UpDataStructsCreateReFungibleData extends Struct {
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateItemExData (274) */
+  /** @name UpDataStructsCreateItemExData (272) */
   interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -2655,26 +2666,26 @@
     readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
   }
 
-  /** @name UpDataStructsCreateNftExData (276) */
+  /** @name UpDataStructsCreateNftExData (274) */
   interface UpDataStructsCreateNftExData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsCreateRefungibleExSingleOwner (283) */
+  /** @name UpDataStructsCreateRefungibleExSingleOwner (281) */
   interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
     readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateRefungibleExMultipleOwners (285) */
+  /** @name UpDataStructsCreateRefungibleExMultipleOwners (283) */
   interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name PalletUniqueSchedulerCall (286) */
+  /** @name PalletUniqueSchedulerCall (284) */
   interface PalletUniqueSchedulerCall extends Enum {
     readonly isScheduleNamed: boolean;
     readonly asScheduleNamed: {
@@ -2704,7 +2715,7 @@
     readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter' | 'ChangeNamedPriority';
   }
 
-  /** @name FrameSupportScheduleMaybeHashed (289) */
+  /** @name FrameSupportScheduleMaybeHashed (287) */
   interface FrameSupportScheduleMaybeHashed extends Enum {
     readonly isValue: boolean;
     readonly asValue: Call;
@@ -2713,7 +2724,7 @@
     readonly type: 'Value' | 'Hash';
   }
 
-  /** @name PalletConfigurationCall (290) */
+  /** @name PalletConfigurationCall (288) */
   interface PalletConfigurationCall extends Enum {
     readonly isSetWeightToFeeCoefficientOverride: boolean;
     readonly asSetWeightToFeeCoefficientOverride: {
@@ -2726,13 +2737,13 @@
     readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';
   }
 
-  /** @name PalletTemplateTransactionPaymentCall (292) */
+  /** @name PalletTemplateTransactionPaymentCall (290) */
   type PalletTemplateTransactionPaymentCall = Null;
 
-  /** @name PalletStructureCall (293) */
+  /** @name PalletStructureCall (291) */
   type PalletStructureCall = Null;
 
-  /** @name PalletRmrkCoreCall (294) */
+  /** @name PalletRmrkCoreCall (292) */
   interface PalletRmrkCoreCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2838,7 +2849,7 @@
     readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';
   }
 
-  /** @name RmrkTraitsResourceResourceTypes (300) */
+  /** @name RmrkTraitsResourceResourceTypes (298) */
   interface RmrkTraitsResourceResourceTypes extends Enum {
     readonly isBasic: boolean;
     readonly asBasic: RmrkTraitsResourceBasicResource;
@@ -2849,7 +2860,7 @@
     readonly type: 'Basic' | 'Composable' | 'Slot';
   }
 
-  /** @name RmrkTraitsResourceBasicResource (302) */
+  /** @name RmrkTraitsResourceBasicResource (300) */
   interface RmrkTraitsResourceBasicResource extends Struct {
     readonly src: Option<Bytes>;
     readonly metadata: Option<Bytes>;
@@ -2857,7 +2868,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceComposableResource (304) */
+  /** @name RmrkTraitsResourceComposableResource (302) */
   interface RmrkTraitsResourceComposableResource extends Struct {
     readonly parts: Vec<u32>;
     readonly base: u32;
@@ -2867,7 +2878,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceSlotResource (305) */
+  /** @name RmrkTraitsResourceSlotResource (303) */
   interface RmrkTraitsResourceSlotResource extends Struct {
     readonly base: u32;
     readonly src: Option<Bytes>;
@@ -2877,7 +2888,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name PalletRmrkEquipCall (308) */
+  /** @name PalletRmrkEquipCall (306) */
   interface PalletRmrkEquipCall extends Enum {
     readonly isCreateBase: boolean;
     readonly asCreateBase: {
@@ -2899,7 +2910,7 @@
     readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';
   }
 
-  /** @name RmrkTraitsPartPartType (311) */
+  /** @name RmrkTraitsPartPartType (309) */
   interface RmrkTraitsPartPartType extends Enum {
     readonly isFixedPart: boolean;
     readonly asFixedPart: RmrkTraitsPartFixedPart;
@@ -2908,14 +2919,14 @@
     readonly type: 'FixedPart' | 'SlotPart';
   }
 
-  /** @name RmrkTraitsPartFixedPart (313) */
+  /** @name RmrkTraitsPartFixedPart (311) */
   interface RmrkTraitsPartFixedPart extends Struct {
     readonly id: u32;
     readonly z: u32;
     readonly src: Bytes;
   }
 
-  /** @name RmrkTraitsPartSlotPart (314) */
+  /** @name RmrkTraitsPartSlotPart (312) */
   interface RmrkTraitsPartSlotPart extends Struct {
     readonly id: u32;
     readonly equippable: RmrkTraitsPartEquippableList;
@@ -2923,7 +2934,7 @@
     readonly z: u32;
   }
 
-  /** @name RmrkTraitsPartEquippableList (315) */
+  /** @name RmrkTraitsPartEquippableList (313) */
   interface RmrkTraitsPartEquippableList extends Enum {
     readonly isAll: boolean;
     readonly isEmpty: boolean;
@@ -2932,20 +2943,20 @@
     readonly type: 'All' | 'Empty' | 'Custom';
   }
 
-  /** @name RmrkTraitsTheme (317) */
+  /** @name RmrkTraitsTheme (315) */
   interface RmrkTraitsTheme extends Struct {
     readonly name: Bytes;
     readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
     readonly inherit: bool;
   }
 
-  /** @name RmrkTraitsThemeThemeProperty (319) */
+  /** @name RmrkTraitsThemeThemeProperty (317) */
   interface RmrkTraitsThemeThemeProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name PalletAppPromotionCall (321) */
+  /** @name PalletAppPromotionCall (319) */
   interface PalletAppPromotionCall extends Enum {
     readonly isSetAdminAddress: boolean;
     readonly asSetAdminAddress: {
@@ -2979,7 +2990,7 @@
     readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';
   }
 
-  /** @name PalletForeignAssetsModuleCall (322) */
+  /** @name PalletForeignAssetsModuleCall (320) */
   interface PalletForeignAssetsModuleCall extends Enum {
     readonly isRegisterForeignAsset: boolean;
     readonly asRegisterForeignAsset: {
@@ -2996,7 +3007,7 @@
     readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
   }
 
-  /** @name PalletEvmCall (323) */
+  /** @name PalletEvmCall (321) */
   interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
@@ -3708,7 +3719,11 @@
     readonly isWithdrawFailed: boolean;
     readonly isGasPriceTooLow: boolean;
     readonly isInvalidNonce: boolean;
-    readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
+    readonly isGasLimitTooLow: boolean;
+    readonly isGasLimitTooHigh: boolean;
+    readonly isUndefined: boolean;
+    readonly isReentrancy: boolean;
+    readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';
   }
 
   /** @name FpRpcTransactionStatus (453) */
modifiedtests/src/maintenanceMode.seqtest.tsdiffbeforeafterboth
--- a/tests/src/maintenanceMode.seqtest.ts
+++ b/tests/src/maintenanceMode.seqtest.ts
@@ -237,7 +237,7 @@
     expect(tokenId).to.be.equal('1');
 
     await expect(contract.methods.mintWithTokenURI(receiver, 'Test URI').send())
-      .to.be.rejectedWith(/submit transaction to pool failed: Pool\(InvalidTransaction\(InvalidTransaction::Call\)\)/);
+      .to.be.rejectedWith(/Returned error: unknown error/);
 
     await expect(contract.methods.ownerOf(tokenId).call()).rejectedWith(/token not found/);