diff --git a/Cargo.lock b/Cargo.lock index c2a741d..6c17765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4972,7 +4972,7 @@ dependencies = [ [[package]] name = "nimbus-primitives" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409-tx-pool-fix#01d408868b8beb373b363ed38ab9f2add5eb6036" dependencies = [ "async-trait", "frame-benchmarking", @@ -5319,7 +5319,7 @@ dependencies = [ [[package]] name = "pallet-author-inherent" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409-tx-pool-fix#01d408868b8beb373b363ed38ab9f2add5eb6036" dependencies = [ "frame-benchmarking", "frame-support", @@ -5545,7 +5545,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409-tx-pool-fix#01d408868b8beb373b363ed38ab9f2add5eb6036" dependencies = [ "frame-benchmarking", "frame-support", @@ -11424,7 +11424,7 @@ dependencies = [ [[package]] name = "xcm-primitives" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409#32f27f58fd0794a5ad239335960d4f8ca0080097" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2409-tx-pool-fix#01d408868b8beb373b363ed38ab9f2add5eb6036" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/Cargo.toml b/Cargo.toml index 1fbf9c4..1430eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,9 +54,9 @@ dp-impl-tanssi-pallets-config = { path = "primitives/core", default-features = f test-relay-sproof-builder = { path = "test-sproof-builder", default-features = false } # Moonkit (wasm) -nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } -pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } -pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409", default-features = false } +nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409-tx-pool-fix", default-features = false } +pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409-tx-pool-fix", default-features = false } +pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2409-tx-pool-fix", default-features = false } # Substrate (wasm) frame-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2409", default-features = false }