Skip to content

Commit

Permalink
build: update to polkadot v0.9.42 (#914)
Browse files Browse the repository at this point in the history
* build: update to polkadot v0.9.42

* build: rewrite versions in Cargo.toml

* refactor: update to use new fungible traits

* fix: workaround for deprecated constants in #[weight]
  • Loading branch information
CertainLach committed May 22, 2023
1 parent a4977fe commit 4ae0372
Show file tree
Hide file tree
Showing 45 changed files with 965 additions and 489 deletions.
128 changes: 64 additions & 64 deletions Cargo.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,71 +37,71 @@ resolver = "2"
split-debuginfo = "unpacked"

[patch.'https://github.com/paritytech/substrate']
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
sp-weights = { git = "https://github.com/paritytech//substrate", rev = "76fed9b9082daade5392663f25ed8968f8e8c11c" }
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
sp-weights = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }

[patch.'https://github.com/paritytech/cumulus']
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "e05c8d7f71734ed71188337c6cb0d30715f6320f" }
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }

[patch.'https://github.com/paritytech/polkadot']
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
xcm = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f" }
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
xcm = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
38 changes: 19 additions & 19 deletions asset-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,37 @@ serde = { version = "1.0.136", optional = true }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] }

# substrate
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }

# polkadot
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.40" }
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.42" }

# orml
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }

[dev-dependencies]
# substrate
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.42" }

# cumulus
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.40" }
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }

# polkadot
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.40" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.40" }
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.40" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }

# orml
orml-tokens = { path = "../tokens" }
Expand Down
Loading

0 comments on commit 4ae0372

Please sign in to comment.