From d4266dc186cad5e642dc6fb949e9213cd22def6e Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 3 Feb 2025 16:33:36 +0700 Subject: [PATCH] devnet-6: Update EIP-2935, 7002, 7251: Final system contract address (#3044) - https://github.com/ethereum/EIPs/pull/9287 - https://github.com/ethereum/EIPs/pull/9288 - https://github.com/ethereum/EIPs/pull/9289 --- nimbus/constants.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nimbus/constants.nim b/nimbus/constants.nim index e23804f1c..ed7202480 100644 --- a/nimbus/constants.nim +++ b/nimbus/constants.nim @@ -104,7 +104,7 @@ const result.data[19] = x.byte initAddress(3) - HISTORY_STORAGE_ADDRESS* = address"0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC" - WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS* = address"0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA" - CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS* = address"0x00431F263cE400f4455c2dCf564e53007Ca4bbBb" + HISTORY_STORAGE_ADDRESS* = address"0x0000F90827F1C53a10cb7A02335B175320002935" + WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS* = address"0x00000961Ef480Eb55e80D19ad83579A64c007002" + CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS* = address"0x0000BBdDc7CE488642fb579F8B00f3a590007251" # End