git.delta.rocks / unique-network / refs/commits / 6319aff5a2e7

difftreelog

build don't use [patch]

Yaroslav Bolyukin2022-05-04parent: #d191478.patch.diff
in: master

23 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
988 packageslockfile v3
after · Cargo.lock
988 packageslockfile v3
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,310 +1,6 @@
 [workspace]
 resolver = "2"
-members = [
-    'node/*',
-    'pallets/*',
-    'client/*',
-    'primitives/*',
-    'crates/*',
-]
-exclude = [
-    "runtime/unique",
-    "runtime/quartz"
-]
+members = ['node/*', 'pallets/*', 'client/*', 'primitives/*', 'crates/*']
+exclude = ["runtime/unique", "runtime/quartz"]
 [profile.release]
 panic = 'unwind'
-
-[patch."https://github.com/paritytech/substrate.git"]
-beefy-gadget = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-beefy-gadget-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-beefy-merkle-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-beefy-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-fork-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-benchmarking-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-election-provider-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-executive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-support-procedural = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-support-procedural-tools = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-support-procedural-tools-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-system-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-system-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-frame-try-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-bags-list = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-balances = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-beefy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-beefy-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-collective = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-democracy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-election-provider-multi-phase = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-elections-phragmen = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-gilt = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-identity = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-im-online = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-indices = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-membership = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-mmr-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-mmr-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-multisig = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-nicks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-offences = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-offences-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-preimage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-proxy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-randomness-collective-flip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-recovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-scheduler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-session-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-society = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-staking-reward-curve = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-staking-reward-fn = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-sudo = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-tips = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-transaction-payment = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-transaction-payment-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-treasury = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-utility = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-vesting = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-remote-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-allocator = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-basic-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-chain-spec = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-chain-spec-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-client-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-client-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus-babe-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus-epochs = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus-manual-seal = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-consensus-uncles = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-executor = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-executor-common = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-executor-wasmi = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-executor-wasmtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-finality-grandpa-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-informant = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-network = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-network-gossip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-peerset = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-proposer-metrics = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-rpc-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-rpc-server = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-service = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-state-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-sync-state-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-telemetry = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-tracing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-transaction-pool-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sc-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-api-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-application-crypto = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-arithmetic = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-blockchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-consensus-vrf = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-core = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-core-hashing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-core-hashing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-database = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-debug-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-inherents = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-io = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-keyring = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-maybe-compressed-blob = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-npos-elections = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-panic-handler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-runtime-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-runtime-interface-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-serializer = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-state-machine = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-std = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-storage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-tasks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-transaction-storage-proof = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-trie = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-version = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-version-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-sp-wasm-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-build-script-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-frame-rpc-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-prometheus-endpoint = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-test-client = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-test-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-test-utils-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-wasm-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-try-runtime-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-pallet-child-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-substrate-state-trie-migration-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
-
-[patch."https://github.com/paritytech/polkadot"]
-bp-header-chain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bp-message-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bp-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bp-polkadot-core = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bp-rococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bp-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bp-test-utils = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bp-wococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-bridge-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-kusama-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-kusama-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-metered-channel = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-pallet-bridge-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-pallet-bridge-grandpa = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-pallet-bridge-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-pallet-xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-pallet-xcm-benchmarks = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-approval-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-availability-bitfield-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-availability-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-availability-recovery = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-cli = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-client = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-collator-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-core-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-dispute-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-erasure-coding = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-gossip-support = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-network-bridge = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-collation-generation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-approval-voting = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-av-store = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-backing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-bitfield-signing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-candidate-validation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-chain-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-chain-selection = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-dispute-coordinator = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-parachains-inherent = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-provisioner = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-pvf = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-pvf-checker = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-core-runtime-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-jaeger = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-network-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-subsystem = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-subsystem-types = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-node-subsystem-util = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-overseer = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-overseer-gen = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-overseer-gen-proc-macro = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-parachain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-performance-test = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-rpc = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-runtime-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-runtime-parachains = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-statement-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-statement-table = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-test-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-polkadot-test-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-rococo-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-rococo-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-slot-range-helper = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-test-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-westend-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-westend-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-xcm-builder = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-xcm-executor = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-xcm-procedural = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
-
-[patch."https://github.com/paritytech/cumulus.git"]
-cumulus-client-cli = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-client-collator = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-client-consensus-aura = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-client-consensus-common = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-client-network = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-client-pov-recovery = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-client-service = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-pallet-aura-ext = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-pallet-dmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-pallet-parachain-system = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-pallet-xcm = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-pallet-xcmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-primitives-core = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-primitives-parachain-inherent = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-primitives-timestamp = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-primitives-utility = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-relay-chain-inprocess-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-relay-chain-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-relay-chain-rpc-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-cumulus-test-relay-sproof-builder = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-parachain-info = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
-
-[patch."https://github.com/uniquenetwork/frontier.git"]
-fc-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fc-db = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fc-mapping-sync = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fc-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fc-rpc-core = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fp-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fp-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fp-evm-mapping = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fp-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fp-self-contained = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-fp-storage = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-pallet-base-fee = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-pallet-ethereum = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-pallet-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
-
-[patch."https://github.com/UniqueNetwork/pallet-sponsoring"]
-pallet-template-transaction-payment = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
-up-sponsorship = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
-
-[patch.crates-io]
-evm = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
-evm-core = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
-
-[patch."https://github.com/uniquenetwork/open-runtime-module-library"]
-orml-vesting = { git = "https://github.com//uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.19" }
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -13,9 +13,9 @@
 jsonrpc-core-client = "18.0.0"
 jsonrpc-derive = "18.0.0"
 
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -9,7 +9,7 @@
 primitive-types = { version = "0.11.1", default-features = false }
 hex-literal = "0.3.3"
 ethereum = { version = "0.12.0", default-features = false }
-evm-core = { version = "0.35.0", default-features = false }
+evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
 impl-trait-for-tuples = "0.2.1"
 
 [dev-dependencies]
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -2,8 +2,8 @@
 # Build Dependencies
 
 [build-dependencies.substrate-build-script-utils]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 ################################################################################
 # Substrate Dependecies
@@ -15,151 +15,151 @@
 version = '3.1.2'
 
 [dependencies.frame-benchmarking]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-benchmarking-cli]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment-rpc]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.substrate-prometheus-endpoint]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-basic-authorship]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-chain-spec]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-cli]
 features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-client-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-consensus]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-consensus-aura]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-executor]
 features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-finality-grandpa]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-keystore]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-rpc]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-rpc-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-service]
 features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-telemetry]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-transaction-pool]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-tracing]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-block-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-blockchain]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-consensus]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-consensus-aura]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-core]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-finality-grandpa]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-inherents]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-keystore]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-offchain]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-runtime]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-session]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-timestamp]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-transaction-pool]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-trie]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.substrate-frame-rpc-system]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sc-network]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.serde]
 features = ['derive']
@@ -169,77 +169,77 @@
 version = '1.0.68'
 
 [dependencies.sc-consensus-manual-seal]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 ################################################################################
 # Cumulus dependencies
 
 [dependencies.cumulus-client-consensus-aura]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-client-consensus-common]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-client-collator]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-client-cli]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-client-network]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-primitives-parachain-inherent]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-client-service]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-relay-chain-interface]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-relay-chain-inprocess-interface]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-relay-chain-rpc-interface]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 ################################################################################
 # Polkadot dependencies
 [dependencies.polkadot-primitives]
 git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
 
 [dependencies.polkadot-service]
 git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
 
 [dependencies.polkadot-cli]
 git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
 
 [dependencies.polkadot-test-service]
 git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
 
 
 ################################################################################
@@ -268,8 +268,8 @@
 path = "../../primitives/rpc"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 ################################################################################
 # Package
@@ -302,13 +302,13 @@
 jsonrpc-pubsub = "18.0.0"
 tokio = { version = "1.17.0", features = ["time"] }
 
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 unique-rpc = { default-features = false, path = "../rpc" }
 
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -14,40 +14,40 @@
 jsonrpc-core = "18.0.0"
 jsonrpc-pubsub = "18.0.0"
 # pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-client-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-keystore = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-network = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-rpc-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-service = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-block-builder = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-blockchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-consensus = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-offchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-storage = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-session = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sc-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 tokio = { version = "0.2.25", features = ["macros", "sync"] }
 
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 pallet-common = { default-features = false, path = "../../pallets/common" }
 unique-runtime-common = { default-features = false, path = "../../runtime/common" }
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -11,16 +11,16 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 serde = { version = "1.0.130", default-features = false }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -8,15 +8,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 ethereum = { version = "0.12.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -8,16 +8,16 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
 log = "0.4.14"
 
 [dependencies.codec]
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -8,15 +8,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -8,17 +8,17 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -11,18 +11,18 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 pallet-common = { default-features = false, path = '../common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -42,38 +42,38 @@
 [dependencies.frame-benchmarking]
 default-features = false
 optional = true
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-balances]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-timestamp]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-std]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.serde]
 default-features = false
@@ -82,18 +82,18 @@
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-io]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies]
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -11,18 +11,18 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 pallet-common = { default-features = false, path = '../common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -11,15 +11,15 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 pallet-common = { default-features = false, path = '../common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
--- a/pallets/scheduler/Cargo.toml
+++ b/pallets/scheduler/Cargo.toml
@@ -15,19 +15,19 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
 	"derive",
 ] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
 log = { version = "0.4.14", default-features = false }
 
 [dev-dependencies]
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-substrate-test-utils = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 
 [features]
 default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -60,43 +60,43 @@
 [dependencies.frame-benchmarking]
 default-features = false
 optional = true
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-balances]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-timestamp]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-std]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.serde]
 default-features = false
@@ -105,18 +105,18 @@
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-io]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 
 ################################################################################
@@ -129,19 +129,19 @@
 ] }
 ethereum = { version = "0.12.0", default-features = false }
 rlp = { default-features = false, version = "0.5.0" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
 primitive-types = { version = "0.11.1", default-features = false, features = [
     "serde_no_std",
 ] }
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 hex-literal = "0.3.3"
 
 pallet-common = { default-features = false, path = "../common" }
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -18,11 +18,11 @@
 serde = { version = "1.0.130", features = [
   'derive',
 ], default-features = false, optional = true }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
 derivative = "2.2.0"
 
 [features]
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -10,11 +10,11 @@
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
 	"derive",
 ] }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 [features]
 default = ["std"]
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -28,13 +28,13 @@
 
 [dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.codec]
 default-features = false
@@ -49,13 +49,13 @@
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-common]
 default-features = false
@@ -63,13 +63,13 @@
 
 [dependencies.sp-consensus-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.fp-rpc]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "master"
+branch = "unique-polkadot-v0.9.19"
 
 [dependencies]
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
\ No newline at end of file
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -117,35 +117,35 @@
 
 [dependencies.frame-benchmarking]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-executive]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.hex-literal]
 optional = true
@@ -159,13 +159,13 @@
 
 [dependencies.pallet-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-balances]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -188,33 +188,33 @@
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-sudo]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-timestamp]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-treasury]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -223,68 +223,68 @@
 
 [dependencies.sp-arithmetic]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-block-builder]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-consensus-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-inherents]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-io]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-offchain]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-session]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-std]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-transaction-pool]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-version]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -294,80 +294,80 @@
 
 [dependencies.parachain-info]
 default-features = false
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 ################################################################################
 # Polkadot dependencies
 
 [dependencies.polkadot-parachain]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm-builder]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm-executor]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.pallet-xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.orml-vesting]
-git = 'https://github.com/uniquenetwork/open-runtime-module-library'
-branch = 'master'
+git = "https://github.com/uniquenetwork/open-runtime-module-library"
+branch = "unique-polkadot-v0.9.19"
 version = "0.4.1-dev"
 default-features = false
 
@@ -382,7 +382,7 @@
 derivative = "2.2.0"
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
 pallet-common = { default-features = false, path = "../../pallets/common" }
@@ -391,20 +391,20 @@
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -117,35 +117,35 @@
 
 [dependencies.frame-benchmarking]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-executive]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.hex-literal]
 optional = true
@@ -159,13 +159,13 @@
 
 [dependencies.pallet-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-balances]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -188,33 +188,33 @@
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-sudo]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-timestamp]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-treasury]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -223,68 +223,68 @@
 
 [dependencies.sp-arithmetic]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-block-builder]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-consensus-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-inherents]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-io]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-offchain]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-session]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-std]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-transaction-pool]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-version]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -294,80 +294,80 @@
 
 [dependencies.parachain-info]
 default-features = false
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 ################################################################################
 # Polkadot dependencies
 
 [dependencies.polkadot-parachain]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm-builder]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm-executor]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.pallet-xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.orml-vesting]
-git = 'https://github.com/uniquenetwork/open-runtime-module-library'
-branch = 'master'
+git = "https://github.com/uniquenetwork/open-runtime-module-library"
+branch = "unique-polkadot-v0.9.19"
 version = "0.4.1-dev"
 default-features = false
 
@@ -382,7 +382,7 @@
 derivative = "2.2.0"
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
 pallet-common = { default-features = false, path = "../../pallets/common" }
@@ -391,20 +391,20 @@
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -117,35 +117,35 @@
 
 [dependencies.frame-benchmarking]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-executive]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.hex-literal]
 optional = true
@@ -159,13 +159,13 @@
 
 [dependencies.pallet-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-balances]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -188,33 +188,33 @@
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-sudo]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-timestamp]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.pallet-treasury]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -223,68 +223,68 @@
 
 [dependencies.sp-arithmetic]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-block-builder]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-consensus-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-inherents]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-io]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-offchain]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-session]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-std]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-transaction-pool]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.sp-version]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -294,80 +294,80 @@
 
 [dependencies.parachain-info]
 default-features = false
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 
 [dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
 default-features = false
 
 ################################################################################
 # Polkadot dependencies
 
 [dependencies.polkadot-parachain]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm-builder]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.xcm-executor]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.pallet-xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
 default-features = false
 
 [dependencies.orml-vesting]
-git = 'https://github.com/uniquenetwork/open-runtime-module-library'
-branch = 'master'
+git = "https://github.com/uniquenetwork/open-runtime-module-library"
+branch = "unique-polkadot-v0.9.19"
 version = "0.4.1-dev"
 default-features = false
 
@@ -390,21 +390,21 @@
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"