Skip to content

Commit 1717a72

Browse files
committed
update checkpoints
1 parent b65bd33 commit 1717a72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ethereum/src/config/networks.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl Network {
7878
pub fn mainnet() -> BaseConfig {
7979
BaseConfig {
8080
default_checkpoint: b256!(
81-
"0xe4163704b79dbb52a91ba6be1ae6f5504b060522f5495c73b6c55865412b428c"
81+
"9b41a80f58c52068a00e8535b8d6704769c7577a5fd506af5e0c018687991d55"
8282
),
8383
rpc_port: 8545,
8484
consensus_rpc: Some(Url::parse("https://ethereum.operationsolarstorm.org").unwrap()),
@@ -128,7 +128,7 @@ pub fn mainnet() -> BaseConfig {
128128
pub fn sepolia() -> BaseConfig {
129129
BaseConfig {
130130
default_checkpoint: b256!(
131-
"234931a3fe5d791f06092477357e2d65dcf6fa6cad048680eb93ad3ea494bbcd"
131+
"4065c2509eaa15dbe60e1f80cff5205a532aa95aaa1d73c1c286f7f8535555d4"
132132
),
133133
rpc_port: 8545,
134134
consensus_rpc: None,
@@ -178,7 +178,7 @@ pub fn sepolia() -> BaseConfig {
178178
pub fn holesky() -> BaseConfig {
179179
BaseConfig {
180180
default_checkpoint: b256!(
181-
"bb1f40340606d3b6d6d610b9933b388ddab585fc8898320c29eb771f75c61b48"
181+
"e1f575f0b691404fe82cce68a09c2c98af197816de14ce53c0fe9f9bd02d2399"
182182
),
183183
rpc_port: 8545,
184184
consensus_rpc: None,
@@ -228,7 +228,7 @@ pub fn holesky() -> BaseConfig {
228228
pub fn hoodi() -> BaseConfig {
229229
BaseConfig {
230230
default_checkpoint: b256!(
231-
"689dc3d39faf53c360ada45a734139bfb195f96d04416c797bb0c1a46da903ad"
231+
"3335028555f5fff431f82f978d2503ed59bc8da00a86217eea9befa9d486a049"
232232
),
233233
rpc_port: 8545,
234234
consensus_rpc: None,

0 commit comments

Comments
 (0)