Skip to content

Commit fa220b8

Browse files
authored
chore: v0.18.0-rc.0 (#97)
1 parent 2c9e788 commit fa220b8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "init4-bin-base"
33

44
description = "Internal utilities for binaries produced by the init4 team"
55
keywords = ["init4", "bin", "base"]
6-
version = "0.17.0"
6+
version = "0.18.0-rc.0"
77
edition = "2021"
88
rust-version = "1.85"
99
authors = ["init4", "James Prestwich", "evalir"]
@@ -15,8 +15,8 @@ repository = "https://github.com/init4tech/bin-base"
1515
init4-from-env-derive = "0.1.0"
1616

1717
# Signet
18-
signet-constants = { version = "0.14" }
19-
signet-tx-cache = { version = "0.14", optional = true }
18+
signet-constants = { version = "0.16.0-rc.0" }
19+
signet-tx-cache = { version = "0.16.0-rc.0", optional = true }
2020

2121
# alloy
2222
alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] }

src/utils/calc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ impl From<KnownChains> for SlotCalculator {
312312
match value {
313313
KnownChains::Pecorino => SlotCalculator::pecorino_host(),
314314
KnownChains::Test => SlotCalculator::new(12, 0, 12),
315+
KnownChains::Mainnet => SlotCalculator::mainnet(),
315316
}
316317
}
317318
}

0 commit comments

Comments
 (0)