diff --git a/Cargo.lock b/Cargo.lock index 02716fc81..8089895d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10703,7 +10703,6 @@ dependencies = [ "pallet-dip-provider", "pallet-hyperbridge", "pallet-indices", - "pallet-inflation", "pallet-ismp", "pallet-ismp-runtime-api", "pallet-membership", @@ -17041,7 +17040,6 @@ dependencies = [ "pallet-dip-provider", "pallet-hyperbridge", "pallet-indices", - "pallet-inflation", "pallet-ismp", "pallet-ismp-runtime-api", "pallet-membership", diff --git a/runtimes/peregrine/Cargo.toml b/runtimes/peregrine/Cargo.toml index 24dc7c440..95ad7135a 100644 --- a/runtimes/peregrine/Cargo.toml +++ b/runtimes/peregrine/Cargo.toml @@ -49,7 +49,6 @@ pallet-bonded-coins = { workspace = true } pallet-deposit-storage = { workspace = true } pallet-did-lookup = { workspace = true } pallet-dip-provider = { workspace = true } -pallet-inflation = { workspace = true } pallet-migration = { workspace = true } pallet-web3-names = { workspace = true } parachain-staking = { workspace = true } @@ -165,7 +164,6 @@ runtime-benchmarks = [ "pallet-did-lookup/runtime-benchmarks", "pallet-dip-provider/runtime-benchmarks", "pallet-indices/runtime-benchmarks", - "pallet-inflation/runtime-benchmarks", "pallet-membership/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "pallet-migration/runtime-benchmarks", @@ -234,7 +232,6 @@ std = [ "pallet-did-lookup/std", "pallet-dip-provider/std", "pallet-indices/std", - "pallet-inflation/std", "pallet-ismp-runtime-api/std", "pallet-ismp/std", "pallet-membership/std", @@ -308,7 +305,6 @@ try-runtime = [ "pallet-did-lookup/try-runtime", "pallet-dip-provider/try-runtime", "pallet-indices/try-runtime", - "pallet-inflation/try-runtime", "pallet-ismp/try-runtime", "pallet-membership/try-runtime", "pallet-message-queue/try-runtime", diff --git a/runtimes/spiritnet/Cargo.toml b/runtimes/spiritnet/Cargo.toml index a0a857910..55e0d6ef2 100644 --- a/runtimes/spiritnet/Cargo.toml +++ b/runtimes/spiritnet/Cargo.toml @@ -49,7 +49,6 @@ pallet-bonded-coins = { workspace = true } pallet-deposit-storage = { workspace = true } pallet-did-lookup = { workspace = true } pallet-dip-provider = { workspace = true } -pallet-inflation = { workspace = true } pallet-migration = { workspace = true } pallet-web3-names = { workspace = true } parachain-staking = { workspace = true } @@ -164,7 +163,6 @@ runtime-benchmarks = [ "pallet-did-lookup/runtime-benchmarks", "pallet-dip-provider/runtime-benchmarks", "pallet-indices/runtime-benchmarks", - "pallet-inflation/runtime-benchmarks", "pallet-membership/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "pallet-migration/runtime-benchmarks", @@ -232,7 +230,6 @@ std = [ "pallet-did-lookup/std", "pallet-dip-provider/std", "pallet-indices/std", - "pallet-inflation/std", "pallet-ismp-runtime-api/std", "pallet-ismp/std", "pallet-membership/std", @@ -305,7 +302,6 @@ try-runtime = [ "pallet-did-lookup/try-runtime", "pallet-dip-provider/try-runtime", "pallet-indices/try-runtime", - "pallet-inflation/try-runtime", "pallet-ismp/try-runtime", "pallet-membership/try-runtime", "pallet-message-queue/try-runtime",