@@ -4,47 +4,46 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- serde = { default-features = false , version = " 1.0.141 " , features = [" derive" ], optional = true }
7
+ serde = { default-features = false , version = " 1.0.144 " , features = [" derive" ], optional = true }
8
8
# Parity
9
9
codec = { default-features = false , version = " 3.1.5" , features = [" derive" ], package = " parity-scale-codec" }
10
10
scale-info = { default-features = false , version = " 2.1.2" , features = [" derive" ] }
11
11
# Substrate Primitive
12
- sp-api = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
13
- sp-block-builder = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
14
- sp-core = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
15
- sp-inherents = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
16
- sp-io = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
17
- sp-offchain = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
18
- sp-runtime = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
19
- sp-session = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
20
- sp-std = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
21
- sp-transaction-pool = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
22
- sp-version = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
12
+ sp-api = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
13
+ sp-block-builder = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
14
+ sp-core = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
15
+ sp-inherents = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
16
+ sp-io = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
17
+ sp-offchain = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
18
+ sp-runtime = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
19
+ sp-session = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
20
+ sp-std = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
21
+ sp-transaction-pool = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
22
+ sp-version = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
23
23
# Substrate Frame
24
- frame-executive = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
25
- frame-support = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
26
- frame-system = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
27
- pallet-balances = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
28
- pallet-sudo = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
29
- pallet-timestamp = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
30
- pallet-transaction-payment = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
24
+ frame-executive = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
25
+ frame-support = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
26
+ frame-system = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
27
+ pallet-balances = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
28
+ pallet-sudo = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
29
+ pallet-timestamp = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
30
+ pallet-transaction-payment = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
31
31
# # Used for runtime api
32
- frame-system-rpc-runtime-api = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
33
- pallet-transaction-payment-rpc-runtime-api = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
32
+ frame-system-rpc-runtime-api = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
33
+ pallet-transaction-payment-rpc-runtime-api = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
34
34
# Frontier Primitive
35
- fp-evm = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.25 " }
36
- fp-rpc = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.25 " }
37
- fp-self-contained = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.25 " }
35
+ fp-evm = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27 " }
36
+ fp-rpc = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27 " }
37
+ fp-self-contained = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27 " }
38
38
# # Frontier FRAME
39
- pallet-base-fee = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.25" }
40
- pallet-dynamic-fee = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.25" }
41
- pallet-ethereum = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.25" }
42
- pallet-evm = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.25" }
43
- # Local
44
- meta-ethereum-chain-id = { default-features = false , path = " ../meta-ethereum-chain-id" , package = " meta-ethereum-chain-id" }
39
+ pallet-base-fee = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27" }
40
+ pallet-dynamic-fee = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27" }
41
+ pallet-ethereum = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27" }
42
+ pallet-evm = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27" }
43
+ pallet-evm-chain-id = { default-features = false , git = " https://github.com/paritytech/frontier.git" , branch = " polkadot-v0.9.27" }
45
44
46
45
[build-dependencies ]
47
- substrate-wasm-builder = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.25 " }
46
+ substrate-wasm-builder = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
48
47
49
48
[features ]
50
49
default = [" std" ]
@@ -81,9 +80,8 @@ std = [
81
80
" pallet-dynamic-fee/std" ,
82
81
" pallet-ethereum/std" ,
83
82
" pallet-evm/std" ,
83
+ " pallet-evm-chain-id/std" ,
84
84
" pallet-sudo/std" ,
85
85
" pallet-timestamp/std" ,
86
86
" pallet-transaction-payment/std" ,
87
- # Local
88
- " meta-ethereum-chain-id/std" ,
89
87
]
0 commit comments