diff --git a/Cargo.toml b/Cargo.toml index 4e59403..601e0d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,10 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = "0.1.0" # Signet -signet-constants = { version = "0.14" } -signet-tx-cache = { version = "0.14", optional = true } +# signet-constants = { version = "0.15" } +# signet-tx-cache = { version = "0.15", optional = true } +signet-constants = { git = "https://github.com/init4tech/signet-sdk.git", branch = "dylan/logs-sim-env-errors" } +signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk.git", branch = "dylan/logs-sim-env-errors", optional = true } # alloy alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] }