mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
params: prefix sepolia deposit contract addr with 0x
This commit is contained in:
parent
917b9a210d
commit
00a1bcde05
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue