@@ -25,13 +25,13 @@ path = "bin/submit_transaction.rs"
2525integration = []
2626
2727[dependencies ]
28- init4-bin-base = { version = " 0.4.1 " , features = [" perms" ] }
28+ init4-bin-base = { version = " 0.4.2 " , 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" , 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 " }
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" ] }
@@ -57,3 +58,4 @@ tokio = { version = "1.36.0", features = ["full", "macros", "rt-multi-thread"] }
5758oauth2 = " 5"
5859tokio-stream = " 0.1.17"
5960url = " 2.5.4"
61+ tracing = " 0.1.41"
0 commit comments