From d0e63edd15a9df22c7fc947bc8a3609ac30176b3 Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 4 Oct 2023 15:01:34 +0700 Subject: [PATCH] Change BeaconRoot address(EIP-4788) --- nimbus/constants.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimbus/constants.nim b/nimbus/constants.nim index 305cd7465..33a5c85ae 100644 --- a/nimbus/constants.nim +++ b/nimbus/constants.nim @@ -88,7 +88,7 @@ const # EIP-4788 addresses # BeaconRootsStorageAddress is the address where historical beacon roots are stored as per EIP-4788 - BeaconRootsStorageAddress* = hexToByteArray[20]("0xbEac00dDB15f3B6d645C48263dC93862413A222D") + BeaconRootsStorageAddress* = hexToByteArray[20]("0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02") # SystemAddress is where the system-transaction is sent from as per EIP-4788 SystemAddress* = hexToByteArray[20]("0xfffffffffffffffffffffffffffffffffffffffe")