We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29398f6 commit 0155533Copy full SHA for 0155533
crates/common/src/types.rs
@@ -233,7 +233,8 @@ impl KnownChain {
233
234
pub fn fulu_fork_slot(&self) -> u64 {
235
match self {
236
- KnownChain::Mainnet | KnownChain::Helder => u64::MAX,
+ KnownChain::Mainnet => 13164544,
237
+ KnownChain::Helder => u64::MAX,
238
KnownChain::Holesky => 5283840,
239
KnownChain::Sepolia => 8724480,
240
KnownChain::Hoodi => 1622016,
0 commit comments