Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

params: add deposit contract addresses #31247

Merged
merged 3 commits into from
Feb 24, 2025

Conversation

MariusVanDerWijden
Copy link
Member

@MariusVanDerWijden MariusVanDerWijden commented Feb 24, 2025

We forgot to add the deposit contract address for holesky, causing deposits to not be flagged correctly

params/config.go Outdated
@@ -117,6 +118,7 @@ var (
ShanghaiTime: newUint64(1677557088),
CancunTime: newUint64(1706655072),
PragueTime: newUint64(1741159776),
DepositContractAddress: common.HexToAddress("0x4242424242424242424242424242424242424242"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DepositContractAddress: common.HexToAddress("0x4242424242424242424242424242424242424242"),
DepositContractAddress: common.HexToAddress("0x7f02c3e3c98b133055b8b348b2ac625669ed295d"),

See: https://sepolia.etherscan.io/tx/0x025ecbf81a2f1220da6285d1701dc89fb5a956b62562ee922e1a9efd73eb4b14

Copy link
Member

@lightclient lightclient left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lightclient lightclient added this to the 1.15.3 milestone Feb 24, 2025
@MariusVanDerWijden MariusVanDerWijden merged commit 7d8aca9 into ethereum:master Feb 24, 2025
3 of 4 checks passed
@maoueh
Copy link
Contributor

maoueh commented Feb 25, 2025

Are you going to push a release with this hot fix or should I simply cherry-pick the commit for now?

@MariusVanDerWijden
Copy link
Member Author

Cherry-pick the commit. We will do a hotfix tomorrow, already past bedtime for EU

maoueh pushed a commit to streamingfast/go-ethereum that referenced this pull request Feb 25, 2025
We forgot to add the deposit contract address for holesky, causing
deposits to not be flagged correctly

---------

Co-authored-by: lightclient <[email protected]>
@gluckzhang
Copy link

Hi, thanks for fixing this. May I ask how to properly restart geth after building this hotfix binary? Do I need to prune the database or add some specific parameters to geth in order to land on the canonical chain?

Copy link

@Bmoore1881 Bmoore1881 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

params/config.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants