From d07c3baabed7f1916bdb6959a6f2d347fd0c00a7 Mon Sep 17 00:00:00 2001 From: Striker Date: Tue, 30 Aug 2022 01:57:29 +0530 Subject: [PATCH] [WIP] TokenTimeout - Minor typo --- Cargo.lock | 314 ++- Cargo.toml | 2216 +++++++++-------- .../asset-tx-payment/Cargo.toml | 2 +- 3 files changed, 1299 insertions(+), 1233 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 190f87b90e914..f676f7c20b4cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "mangata-primitives" version = "0.1.0" -source = "git+https://github.com/mangata-finance/mangata-node?branch=develop-v0.9.24#5b8c2ffe036bac82e8ba0b7ef070ad53452f826a" +source = "git+https://github.com/mangata-finance//mangata-node?branch=develop#308742d9610dda9509e8ba6faa72e5c5ad226652" dependencies = [ "sp-core", "sp-runtime", @@ -4523,7 +4523,7 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "orml-tokens" version = "0.4.1-dev" -source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev-v0.9.24#2848fd5fe4993df90853d6533d2ffa82f2edb3f1" +source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#b905cd0949e006dcd74d266c2fa80f77491a77da" dependencies = [ "frame-benchmarking", "frame-support", @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "orml-traits" version = "0.4.1-dev" -source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev-v0.9.24#2848fd5fe4993df90853d6533d2ffa82f2edb3f1" +source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#b905cd0949e006dcd74d266c2fa80f77491a77da" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -4558,7 +4558,7 @@ dependencies = [ [[package]] name = "orml-utilities" version = "0.4.1-dev" -source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev-v0.9.24#2848fd5fe4993df90853d6533d2ffa82f2edb3f1" +source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#b905cd0949e006dcd74d266c2fa80f77491a77da" dependencies = [ "frame-support", "parity-scale-codec", @@ -4614,6 +4614,27 @@ dependencies = [ "sp-storage", ] +[[package]] +name = "pallet-asset-tx-payment-mangata" +version = "4.0.0-dev" +dependencies = [ + "frame-support", + "frame-system", + "pallet-assets", + "pallet-authorship", + "pallet-balances", + "pallet-transaction-payment-mangata", + "parity-scale-codec", + "scale-info", + "serde", + "serde_json", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-storage", +] + [[package]] name = "pallet-assets" version = "4.0.0-dev" @@ -5737,6 +5758,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment-mangata" +version = "4.0.0-dev" +dependencies = [ + "frame-support", + "frame-system", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "serde_json", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" @@ -5751,6 +5789,20 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "pallet-transaction-payment-rpc-mangata" +version = "4.0.0-dev" +dependencies = [ + "jsonrpsee", + "pallet-transaction-payment-rpc-runtime-api-mangata", + "parity-scale-codec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", +] + [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" @@ -5761,6 +5813,16 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "pallet-transaction-payment-rpc-runtime-api-mangata" +version = "4.0.0-dev" +dependencies = [ + "pallet-transaction-payment-mangata", + "parity-scale-codec", + "sp-api", + "sp-runtime", +] + [[package]] name = "pallet-transaction-storage" version = "4.0.0-dev" @@ -11547,7 +11609,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11560,7 +11622,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" dependencies = [ "Inflector", "proc-macro2", @@ -11640,506 +11702,506 @@ version = "0.10.0-dev" name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -[[patch.unused]] -name = "sc-finality-grandpa-rpc" -version = "0.10.0-dev" - -[[patch.unused]] -name = "orml-unknown-tokens" -version = "0.4.1-dev" -source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev-v0.9.24#2848fd5fe4993df90853d6533d2ffa82f2edb3f1" - -[[patch.unused]] -name = "orml-xcm" -version = "0.4.1-dev" -source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev-v0.9.24#2848fd5fe4993df90853d6533d2ffa82f2edb3f1" - -[[patch.unused]] -name = "orml-xcm-support" -version = "0.4.1-dev" -source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev-v0.9.24#2848fd5fe4993df90853d6533d2ffa82f2edb3f1" - -[[patch.unused]] -name = "orml-xtokens" -version = "0.4.1-dev" -source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev-v0.9.24#2848fd5fe4993df90853d6533d2ffa82f2edb3f1" - [[patch.unused]] name = "pallet-xcm" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-approval-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-availability-bitfield-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-availability-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-availability-recovery" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-cli" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-client" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-collator-protocol" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-core-primitives" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-dispute-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-erasure-coding" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-gossip-support" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-network-bridge" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-collation-generation" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-approval-voting" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-av-store" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-backing" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-bitfield-signing" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-candidate-validation" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-chain-api" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-chain-selection" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-parachains-inherent" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-provisioner" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-pvf" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-runtime-api" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-jaeger" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-metrics" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-network-protocol" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-primitives" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-subsystem" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-subsystem-types" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-subsystem-util" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-overseer" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-parachain" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-primitives" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-rpc" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-runtime" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-runtime-common" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-runtime-parachains" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-service" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-statement-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-statement-table" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-test-runtime" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-test-service" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "slot-range-helper" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "xcm-builder" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "xcm-executor" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" + +[[patch.unused]] +name = "orml-unknown-tokens" +version = "0.4.1-dev" +source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#b905cd0949e006dcd74d266c2fa80f77491a77da" + +[[patch.unused]] +name = "orml-xcm" +version = "0.4.1-dev" +source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#b905cd0949e006dcd74d266c2fa80f77491a77da" + +[[patch.unused]] +name = "orml-xcm-support" +version = "0.4.1-dev" +source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#b905cd0949e006dcd74d266c2fa80f77491a77da" + +[[patch.unused]] +name = "orml-xtokens" +version = "0.4.1-dev" +source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#b905cd0949e006dcd74d266c2fa80f77491a77da" + +[[patch.unused]] +name = "sc-finality-grandpa-rpc" +version = "0.10.0-dev" [[patch.unused]] name = "pallet-xcm" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-approval-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-availability-bitfield-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-availability-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-availability-recovery" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-cli" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-client" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-collator-protocol" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-core-primitives" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-dispute-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-erasure-coding" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-gossip-support" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-network-bridge" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-collation-generation" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-approval-voting" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-av-store" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-backing" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-bitfield-signing" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-candidate-validation" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-chain-api" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-chain-selection" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-parachains-inherent" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-provisioner" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-pvf" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-core-runtime-api" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-jaeger" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-metrics" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-network-protocol" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-primitives" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-subsystem" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-subsystem-types" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-node-subsystem-util" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-overseer" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-parachain" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-primitives" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-rpc" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-runtime" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-runtime-common" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-runtime-parachains" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-service" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-statement-distribution" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-statement-table" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-test-runtime" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "polkadot-test-service" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "slot-range-helper" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "xcm-builder" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" [[patch.unused]] name = "xcm-executor" version = "0.9.24" -source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev-v0.9.24#221e92dad377731be57817a0c414c511e7e055c6" +source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#56f604587571d1ff2f91e78015a971d7f6dc08ee" diff --git a/Cargo.toml b/Cargo.toml index 554549e363b1f..3f3a6a6e3b452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,6 +154,10 @@ members = [ "frame/vesting", "frame/whitelist", "frame/vesting-mangata", + "frame/transaction-payment-mangata", + "frame/transaction-payment-mangata/asset-tx-payment", + "frame/transaction-payment-mangata/rpc", + "frame/transaction-payment-mangata/rpc/runtime-api", "primitives/api", "primitives/api/proc-macro", "primitives/api/test", @@ -629,559 +633,559 @@ panic = "unwind" # pallet-multisig = { path = "../substrate/frame/multisig" } # pallet-society = { path = "../substrate/frame/society" } -# [patch."https://github.com/mangata-finance/mangata-node"] -# mangata-primitives = { git = "https://github.com/mangata-finance//mangata-node", branch = "develop-v0.9.20" } +[patch."https://github.com/mangata-finance/mangata-node"] +mangata-primitives = { git = "https://github.com/mangata-finance//mangata-node", branch = "develop" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/mangata-finance/polkadot"] -# xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } +# xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/paritytech/polkadot"] -# xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -# polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } +# xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +# polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/paritytech/cumulus"] -# cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } +# cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/mangata-finance/cumulus"] -# cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -# cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } +# cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +# cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } # # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/mangata-finance/open-runtime-module-library"] -# orml-xcm = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -# orml-xcm-support = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -# orml-utilities = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -# orml-unknown-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -# orml-xtokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -# orml-traits = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -# orml-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } +# orml-xcm = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +# orml-xcm-support = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +# orml-utilities = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +# orml-unknown-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +# orml-xtokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +# orml-traits = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +# orml-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/mangata-finance/substrate"] -# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } +# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/paritytech/substrate"] -# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } +# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # patch generated by ./scripts/dev_manifest.sh #[patch."https://github.com/paritytech/cumulus"] -#cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } +#cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } # patch generated by ./scripts/dev_manifest.sh #[patch."https://github.com/mangata-finance/cumulus"] -#cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } -#cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev-v0.9.24" } +#cumulus-test-relay-sproof-builder = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-pov-recovery = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-network = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-service = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-collator = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-consensus-common = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-consensus-aura = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-client-cli = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#parachain-info = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-xcm = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-aura-ext = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-xcmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-parachain-system = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-pallet-dmp-queue = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-parachain-inherent = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-core = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-utility = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-primitives-timestamp = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-relay-chain-interface = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } +#cumulus-relay-chain-local = { git = "https://github.com/mangata-finance//cumulus", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh [patch."https://github.com/mangata-finance/open-runtime-module-library"] -orml-xcm = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -orml-xcm-support = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -orml-utilities = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -orml-unknown-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -orml-xtokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -orml-traits = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } -orml-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev-v0.9.24" } +orml-xcm = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +orml-xcm-support = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +orml-utilities = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +orml-unknown-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +orml-xtokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +orml-traits = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } +orml-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-library", branch = "mangata-dev" } # orml-tokens = { path = "../open-runtime-module-library/tokens" } # orml-xcm = { path = "../open-runtime-module-library/xcm" } # orml-xcm-support = { path = "../open-runtime-module-library/xcm-support" } @@ -1192,613 +1196,613 @@ orml-tokens = { git = "https://github.com/mangata-finance//open-runtime-module-l # patch generated by ./scripts/dev_manifest.sh [patch."https://github.com/mangata-finance/polkadot"] -xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -#metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -#polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -#polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } +xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +#metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +#polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +#polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } # patch generated by ./scripts/dev_manifest.sh [patch."https://github.com/paritytech/polkadot"] -xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -#metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -#polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -#polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } -polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev-v0.9.24" } +xcm-executor = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +pallet-xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +xcm-builder = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +xcm = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-parachain = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-statement-table = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-rpc = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-core-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-cli = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-subsystem-util = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-jaeger = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-test-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-subsystem-types = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-client = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-availability-bitfield-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-availability-recovery = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-gossip-support = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-approval-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-collator-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-dispute-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-network-protocol = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-network-bridge = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-statement-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-availability-distribution = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-approval-voting = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-pvf = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-backing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-dispute-coordinator = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-runtime-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-bitfield-signing = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-provisioner = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-parachains-inherent = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-chain-api = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-chain-selection = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-candidate-validation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-core-av-store = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-subsystem = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-service = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-metrics = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +#metered-channel = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +#polkadot-overseer-gen-proc-macro = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +#polkadot-overseer-gen = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-overseer = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-collation-generation = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-node-primitives = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-test-runtime = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +slot-range-helper = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-runtime-common = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-runtime-parachains = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } +polkadot-erasure-coding = { git = "https://github.com/mangata-finance//polkadot", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/mangata-finance/substrate"] -# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } +# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/paritytech/substrate"] -# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } +# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh # [patch."https://github.com/PureStake/substrate"] -# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } -# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev-v0.9.24" } +# pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-merkle-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-nicks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-uncles = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-finality-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# beefy-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-tasks = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-npos-elections-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-serializer = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +# sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # patch generated by ./scripts/dev_manifest.sh #[patch."https://github.com/mangata-finance/snowbridge"] -#artemis-asset = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev-v0.9.24" } -#artemis-erc20-app = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev-v0.9.24" } -#pallet-bridge = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev-v0.9.24" } -#artemis-eth-app = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev-v0.9.24" } -#pallet-verifier = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev-v0.9.24" } -#artemis-core = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev-v0.9.24" } -#artemis-ethereum = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev-v0.9.24" } +#artemis-asset = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev" } +#artemis-erc20-app = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev" } +#pallet-bridge = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev" } +#artemis-eth-app = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev" } +#pallet-verifier = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev" } +#artemis-core = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev" } +#artemis-ethereum = { git = "https://github.com/mangata-finance//snowbridge", branch = "mangata-dev" } # patch generated by ./scripts/dev_manifest.sh #[patch."https://github.com/mangata-finance/moonbeam"] -#parachain-staking = { git = "https://github.com/mangata-finance//moonbeam", branch = "mangata-dev-v0.9.24" } +#parachain-staking = { git = "https://github.com/mangata-finance//moonbeam", branch = "mangata-dev" } # parachain-staking = { path = "../moonbeam/pallets/parachain-staking" } #[patch."https://github.com/mangata-finance/crowdloan-rewards"] -#pallet-crowdloan-rewards = { git = "https://github.com/mangata-finance//crowdloan-rewards", branch = "mangata-dev-v0.9.24" } +#pallet-crowdloan-rewards = { git = "https://github.com/mangata-finance//crowdloan-rewards", branch = "mangata-dev" } # pallet-crowdloan-rewards = { path = "../crowdloan-rewards/" } diff --git a/frame/transaction-payment-mangata/asset-tx-payment/Cargo.toml b/frame/transaction-payment-mangata/asset-tx-payment/Cargo.toml index 9a0f02828f479..e2ee594b2f0c5 100644 --- a/frame/transaction-payment-mangata/asset-tx-payment/Cargo.toml +++ b/frame/transaction-payment-mangata/asset-tx-payment/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "pallet-asset-tx-payment" +name = "pallet-asset-tx-payment-mangata" version = "4.0.0-dev" authors = ["Parity Technologies "] edition = "2021"