Skip to content

Commit c93baac

Browse files
MariusVanDerWijdenlightclient
authored andcommitted
params: add deposit contract addresses (ethereum#31247)
We forgot to add the deposit contract address for holesky, causing deposits to not be flagged correctly --------- Co-authored-by: lightclient <[email protected]>
1 parent 5eea0a8 commit c93baac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

params/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ var (
8888
ShanghaiTime: newUint64(1696000704),
8989
CancunTime: newUint64(1707305664),
9090
PragueTime: newUint64(1740434112),
91+
DepositContractAddress: common.HexToAddress("0x4242424242424242424242424242424242424242"),
9192
Ethash: new(EthashConfig),
9293
BlobScheduleConfig: &BlobScheduleConfig{
9394
Cancun: DefaultCancunBlobConfig,
@@ -117,6 +118,7 @@ var (
117118
ShanghaiTime: newUint64(1677557088),
118119
CancunTime: newUint64(1706655072),
119120
PragueTime: newUint64(1741159776),
121+
DepositContractAddress: common.HexToAddress("0x7f02c3e3c98b133055b8b348b2ac625669ed295d"),
120122
Ethash: new(EthashConfig),
121123
BlobScheduleConfig: &BlobScheduleConfig{
122124
Cancun: DefaultCancunBlobConfig,

0 commit comments

Comments
 (0)