Skip to content

Commit 3c237d2

Browse files
authored
chore(deps): bump sdk to 11.1 (#77)
1 parent cc573f4 commit 3c237d2

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
@@ -4,7 +4,7 @@ name = "init4-bin-base"
44
description = "Internal utilities for binaries produced by the init4 team"
55
keywords = ["init4", "bin", "base"]
66

7-
version = "0.13.0"
7+
version = "0.13.1"
88
edition = "2021"
99
rust-version = "1.85"
1010
authors = ["init4", "James Prestwich", "evalir"]
@@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base"
1616
init4-from-env-derive = "0.1.0"
1717

1818
# Signet
19-
signet-constants = { version = "0.11.0" }
20-
signet-tx-cache = { version = "0.11.0", optional = true }
19+
signet-constants = { version = "0.11.1" }
20+
signet-tx-cache = { version = "0.11.1", optional = true }
2121

2222
# alloy
2323
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
@@ -311,6 +311,7 @@ impl From<KnownChains> for SlotCalculator {
311311
fn from(value: KnownChains) -> Self {
312312
match value {
313313
KnownChains::Pecorino => SlotCalculator::pecorino_host(),
314+
KnownChains::Test => SlotCalculator::new(12, 0, 12),
314315
}
315316
}
316317
}

0 commit comments

Comments
 (0)