File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ integration = []
27
27
[dependencies ]
28
28
init4-bin-base = { version = " 0.4.1" , features = [" perms" ] }
29
29
30
- signet-constants = { git = " https://github.com/init4tech/signet-sdk" , rev = " ba5894f6fac35299d495ae115cd465a1f0791637 " }
31
- signet-sim = { git = " https://github.com/init4tech/signet-sdk" , rev = " ba5894f6fac35299d495ae115cd465a1f0791637 " }
32
- signet-tx-cache = { git = " https://github.com/init4tech/signet-sdk" , rev = " ba5894f6fac35299d495ae115cd465a1f0791637 " }
33
- signet-types = { git = " https://github.com/init4tech/signet-sdk" , rev = " ba5894f6fac35299d495ae115cd465a1f0791637 " }
34
- signet-zenith = { git = " https://github.com/init4tech/signet-sdk" , rev = " ba5894f6fac35299d495ae115cd465a1f0791637 " }
30
+ signet-constants = { git = " https://github.com/init4tech/signet-sdk" }
31
+ signet-sim = { git = " https://github.com/init4tech/signet-sdk" }
32
+ signet-tx-cache = { git = " https://github.com/init4tech/signet-sdk" }
33
+ signet-types = { git = " https://github.com/init4tech/signet-sdk" }
34
+ signet-zenith = { git = " https://github.com/init4tech/signet-sdk" }
35
35
36
36
trevm = { version = " 0.23.4" , features = [" concurrent-db" , " test-utils" ] }
37
37
@@ -43,6 +43,7 @@ alloy = { version = "1.0.5", features = [
43
43
" rlp" ,
44
44
" node-bindings" ,
45
45
" serde" ,
46
+ " getrandom"
46
47
] }
47
48
48
49
serde = { version = " 1.0.197" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments