Skip to content

Commit d8681d0

Browse files
committed
fix: update bin-base import
1 parent 67dac1c commit d8681d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ name = "transaction-submitter"
2222
path = "bin/submit_transaction.rs"
2323

2424
[dependencies]
25-
init4-bin-base = { path = "../bin-base" }
25+
init4-bin-base = { git = "https://github.com/init4tech/bin-base.git" }
2626

27-
signet-bundle = { git = "https://github.com/init4tech/signet-sdk", branch = "prestwich/update-trevm" }
28-
signet-types = { git = "https://github.com/init4tech/signet-sdk", branch = "prestwich/update-trevm" }
29-
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", branch = "prestwich/update-trevm" }
27+
signet-bundle = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
28+
signet-types = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
29+
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
3030

3131
alloy = { version = "0.12.6", features = [
3232
"full",

0 commit comments

Comments
 (0)