diff --git a/pallets/axelar-router/Cargo.toml b/pallets/axelar-router/Cargo.toml index e98828ccb4..bf741a9784 100644 --- a/pallets/axelar-router/Cargo.toml +++ b/pallets/axelar-router/Cargo.toml @@ -13,23 +13,23 @@ documentation.workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] +hex = { workspace = true } parity-scale-codec = { workspace = true } scale-info = { workspace = true } -hex = { workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } +sp-core = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -sp-core = { workspace = true } cfg-traits = { workspace = true } cfg-types = { workspace = true } cfg-utils = { workspace = true } +ethabi = { workspace = true } fp-evm = { workspace = true } precompile-utils = { workspace = true } -ethabi = { workspace = true } # Optionals for benchmarking frame-benchmarking = { workspace = true, optional = true } diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index deba62b5eb..73b3a24066 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -43,9 +43,9 @@ pub mod origins; pub mod permissions; pub mod pool; pub mod remarks; +pub mod routing; pub mod transfer_filter; pub mod xcm; -pub mod routing; pub mod instances { /// The rewards associated to block rewards