params: tempoorarily set 4788 address to old value

This commit is contained in:
lightclient 2023-08-22 14:32:38 -06:00
parent 6b92e88e11
commit 8f2780f3d2
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -185,7 +185,9 @@ var (
DurationLimit = big.NewInt(13) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
// BeaconRootsStorageAddress is the address where historical beacon roots are stored as per EIP-4788
BeaconRootsStorageAddress = common.HexToAddress("0xbEac00dDB15f3B6d645C48263dC93862413A222D")
// BeaconRootsStorageAddress = common.HexToAddress("0xbEac00dDB15f3B6d645C48263dC93862413A222D")
BeaconRootsStorageAddress = common.HexToAddress("0x000000000000000000000000000000000000000b")
// SystemAddress is where the system-transaction is sent from as per EIP-4788
SystemAddress common.Address = common.HexToAddress("0xfffffffffffffffffffffffffffffffffffffffe")
)