@@ -25,13 +25,13 @@ path = "bin/submit_transaction.rs"
25
25
integration = []
26
26
27
27
[dependencies ]
28
- init4-bin-base = { version = " 0.4.1 " , features = [" perms" ] }
28
+ init4-bin-base = { version = " 0.4.2 " , 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" , branch = " main " }
31
+ signet-sim = { git = " https://github.com/init4tech/signet-sdk" , branch = " main " }
32
+ signet-tx-cache = { git = " https://github.com/init4tech/signet-sdk" , branch = " main " }
33
+ signet-types = { git = " https://github.com/init4tech/signet-sdk" , branch = " main " }
34
+ signet-zenith = { git = " https://github.com/init4tech/signet-sdk" , branch = " main " }
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" ] }
@@ -57,3 +58,4 @@ tokio = { version = "1.36.0", features = ["full", "macros", "rt-multi-thread"] }
57
58
oauth2 = " 5"
58
59
tokio-stream = " 0.1.17"
59
60
url = " 2.5.4"
61
+ tracing = " 0.1.41"
0 commit comments