@@ -24,20 +24,20 @@ rlp = "0.5"
24
24
tokio = { version = " 1.14" , features = [ " sync" ] }
25
25
26
26
codec = { package = " parity-scale-codec" , version = " 3.0.0" }
27
- prometheus-endpoint = { package = " substrate-prometheus-endpoint" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
28
- sp-api = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
29
- sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
30
- sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
31
- sp-core = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
32
- sp-io = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
33
- sp-runtime = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
34
- sp-storage = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
35
- sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
36
- sc-network = { version = " 0.10.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
37
- sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
38
- sc-service = { version = " 0.10.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
39
- sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
40
- sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18" }
27
+ prometheus-endpoint = { package = " substrate-prometheus-endpoint" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
28
+ sp-api = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
29
+ sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
30
+ sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
31
+ sp-core = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
32
+ sp-io = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
33
+ sp-runtime = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
34
+ sp-storage = { version = " 6.0.0" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
35
+ sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
36
+ sc-network = { version = " 0.10.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
37
+ sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
38
+ sc-service = { version = " 0.10.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
39
+ sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
40
+ sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/chainx-org/substrate" , branch = " polkadot-v0.9.18-fix " }
41
41
42
42
fp-rpc = { version = " 3.0.0-dev" , path = " ../../primitives/rpc" }
43
43
fp-storage = { version = " 2.0.0-dev" , path = " ../../primitives/storage" }
0 commit comments