@@ -18,38 +18,38 @@ serde_json = "1.0"
18
18
clap = { version = " 3.0" , features = [" derive" ] }
19
19
20
20
# Substrate client
21
- sc-authority-discovery = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
22
- sc-basic-authorship = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
23
- sc-chain-spec = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
24
- sc-client-api = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
25
- sc-consensus = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
26
- sc-consensus-babe = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
27
- sc-consensus-slots = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
28
- sc-executor = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
29
- sc-finality-grandpa = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
30
- sc-network = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
31
- sc-rpc = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
32
- sc-sync-state-rpc = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
33
- sc-transaction-pool = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
34
- sc-telemetry = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
21
+ sc-authority-discovery = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
22
+ sc-basic-authorship = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
23
+ sc-chain-spec = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
24
+ sc-client-api = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
25
+ sc-consensus = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
26
+ sc-consensus-babe = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
27
+ sc-consensus-slots = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
28
+ sc-executor = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
29
+ sc-finality-grandpa = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
30
+ sc-network = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
31
+ sc-rpc = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
32
+ sc-sync-state-rpc = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
33
+ sc-transaction-pool = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
34
+ sc-telemetry = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
35
35
36
- frame-benchmarking-cli = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" , optional = true }
37
- sc-cli = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" , optional = true }
38
- sc-service = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" , optional = true }
39
- try-runtime-cli = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" , optional = true }
36
+ frame-benchmarking-cli = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " , optional = true }
37
+ sc-cli = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " , optional = true }
38
+ sc-service = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " , optional = true }
39
+ try-runtime-cli = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " , optional = true }
40
40
41
41
# Substrate primitives
42
- sp-authority-discovery = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
43
- sp-core = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
44
- sp-consensus = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
45
- sp-consensus-babe = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
46
- sp-finality-grandpa = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
47
- sp-inherents = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
48
- sp-runtime = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
49
- sp-transaction-pool = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
42
+ sp-authority-discovery = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
43
+ sp-core = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
44
+ sp-consensus = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
45
+ sp-consensus-babe = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
46
+ sp-finality-grandpa = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
47
+ sp-inherents = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
48
+ sp-runtime = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
49
+ sp-transaction-pool = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
50
50
51
51
# Substrate pallets
52
- pallet-im-online = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
52
+ pallet-im-online = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
53
53
54
54
chainx-executor = { path = " ../executor" }
55
55
chainx-primitives = { path = " ../primitives" }
@@ -67,7 +67,7 @@ xpallet-gateway-common = { path = "../xpallets/gateway/common" }
67
67
xpallet-btc-ledger = { path = " ../xpallets/btc-ledger" }
68
68
69
69
[build-dependencies ]
70
- substrate-build-script-utils = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
70
+ substrate-build-script-utils = { git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix2 " }
71
71
72
72
[features ]
73
73
default = [" cli" ]
0 commit comments