params: prefix sepolia deposit contract addr with 0x

This commit is contained in:
lightclient 2025-02-24 16:28:20 -07:00 committed by GitHub
parent 917b9a210d
commit 00a1bcde05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ var (
ShanghaiTime: newUint64(1677557088),
CancunTime: newUint64(1706655072),
PragueTime: newUint64(1741159776),
DepositContractAddress: common.HexToAddress("7f02c3e3c98b133055b8b348b2ac625669ed295d"),
DepositContractAddress: common.HexToAddress("0x7f02c3e3c98b133055b8b348b2ac625669ed295d"),
Ethash: new(EthashConfig),
BlobScheduleConfig: &BlobScheduleConfig{
Cancun: DefaultCancunBlobConfig,