@@ -14,7 +14,7 @@ frame-support = { version = "3.0.0", default-features = false, git = "https://gi
14
14
frame-system = { version = " 3.0.0" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " frontier" }
15
15
pallet-balances = { version = " 3.0.0" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " frontier" }
16
16
pallet-timestamp = { version = " 3.0.0" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " frontier" }
17
- pallet-evm = { version = " 3 .0.1 -dev" , default-features = false , path = " ../evm" }
17
+ pallet-evm = { version = " 4 .0.0 -dev" , default-features = false , path = " ../evm" }
18
18
sp-runtime = { version = " 3.0.0" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " frontier" }
19
19
sp-std = { version = " 3.0.0" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " frontier" }
20
20
sp-io = { version = " 3.0.0" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " frontier" }
@@ -26,8 +26,8 @@ rlp = { version = "0.5", default-features = false }
26
26
sha3 = { version = " 0.8" , default-features = false }
27
27
libsecp256k1 = { version = " 0.3" , default-features = false }
28
28
fp-consensus = { version = " 1.0.0" , path = " ../../primitives/consensus" , default-features = false }
29
- fp-rpc = { version = " 2.0.0-dev " , path = " ../../primitives/rpc" , default-features = false }
30
- fp-storage = { version = " 1.0.1-dev " , path = " ../../primitives/storage" , default-features = false }
29
+ fp-rpc = { version = " 2.0.0" , path = " ../../primitives/rpc" , default-features = false }
30
+ fp-storage = { version = " 1.0.1" , path = " ../../primitives/storage" , default-features = false }
31
31
32
32
[dev-dependencies ]
33
33
sp-core = { version = " 3.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " frontier" }
0 commit comments