File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Top Open diff view settings Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ integration = []
2727[dependencies ]
2828init4-bin-base = { version = " 0.4.1" , features = [" perms" ] }
2929
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" }
3535
3636trevm = { version = " 0.23.4" , features = [" concurrent-db" , " test-utils" ] }
3737
@@ -43,6 +43,7 @@ alloy = { version = "1.0.5", features = [
4343 " rlp" ,
4444 " node-bindings" ,
4545 " serde" ,
46+ " getrandom"
4647] }
4748
4849serde = { version = " 1.0.197" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments