-
Notifications
You must be signed in to change notification settings - Fork 20.7k
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
params: add deposit contract addresses #31247
Conversation
params/config.go
Outdated
@@ -117,6 +118,7 @@ var ( | |||
ShanghaiTime: newUint64(1677557088), | |||
CancunTime: newUint64(1706655072), | |||
PragueTime: newUint64(1741159776), | |||
DepositContractAddress: common.HexToAddress("0x4242424242424242424242424242424242424242"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DepositContractAddress: common.HexToAddress("0x4242424242424242424242424242424242424242"), | |
DepositContractAddress: common.HexToAddress("0x7f02c3e3c98b133055b8b348b2ac625669ed295d"), |
See: https://sepolia.etherscan.io/tx/0x025ecbf81a2f1220da6285d1701dc89fb5a956b62562ee922e1a9efd73eb4b14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Are you going to push a release with this hot fix or should I simply cherry-pick the commit for now? |
Cherry-pick the commit. We will do a hotfix tomorrow, already past bedtime for EU |
We forgot to add the deposit contract address for holesky, causing deposits to not be flagged correctly --------- Co-authored-by: lightclient <[email protected]>
Hi, thanks for fixing this. May I ask how to properly restart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
params/config.go
We forgot to add the deposit contract address for holesky, causing deposits to not be flagged correctly