diff --git a/Cargo.toml b/Cargo.toml index ef7b1ff..39c5cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] -version = "0.21.0" +version = "0.22.0" edition = "2021" rust-version = "1.92" authors = ["init4", "James Prestwich", "evalir", "Fraser Hutchison"] @@ -16,8 +16,8 @@ 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-tx-cache = { version = "0.18.0", optional = true } +signet-constants = "0.19.0" +signet-tx-cache = { version = "0.19.0", optional = true } # alloy alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] } 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(