diff --git a/Cargo.toml b/Cargo.toml index ef7b1ff..fa5e6cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = { version = "0.2.0", path = "from-env-derive" } # Signet -signet-cold-sql = { version = "0.9.0", optional = true, default-features = false, features = ["postgres", "sqlite"] } -signet-constants = { version = "0.18.0" } +signet-cold-sql = { git = "https://github.com/init4tech/storage", rev = "d5bf6fa", optional = true, default-features = false, features = ["postgres", "sqlite"] } +signet-constants = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" } signet-tx-cache = { version = "0.18.0", optional = true } # alloy diff --git a/src/utils/calc.rs b/src/utils/calc.rs index 81bb5d4..4227c12 100644 --- a/src/utils/calc.rs +++ b/src/utils/calc.rs @@ -340,6 +340,7 @@ impl From for SlotCalculator { match value { KnownChains::Mainnet => SlotCalculator::mainnet(), KnownChains::Parmigiana => SlotCalculator::parmigiana_host(), + KnownChains::Gouda => SlotCalculator::parmigiana_host(), #[allow(deprecated)] KnownChains::Pecorino => SlotCalculator::pecorino_host(), KnownChains::Test => SlotCalculator::new(