Skip to content

Commit 49d3e9d

Browse files
committed
Update historyStorage address
1 parent 4ed3482 commit 49d3e9d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

packages/evm/src/params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export const paramsEVM: ParamsDict = {
271271
*/
272272
2935: {
273273
// evm
274-
historyStorageAddress: '0x0aae40965e6800cd9b1f4b05ff21581047e3f91e', // The address where the historical blockhashes are stored
274+
historyStorageAddress: '0x0000F90827F1C53A10CB7A02335B175320002935', // The address where the historical blockhashes are stored
275275
historyServeWindow: 8192, // The amount of blocks to be served by the historical blockhash contract
276276
systemAddress: '0xfffffffffffffffffffffffffffffffffffffffe', // The system address
277277
},

packages/vm/src/params.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ export const paramsVM: ParamsDict = {
7070
// config
7171
historicalRootsLength: 8191, // The modulo parameter of the beaconroot ring buffer in the beaconroot stateful precompile
7272
},
73-
/**
74-
* Ethereum state using a unified verkle tree (experimental)
75-
*/
76-
6800: {
77-
// config
78-
historyStorageAddress: '0x0aae40965e6800cd9b1f4b05ff21581047e3f91e', // The address where the historical blockhashes are stored
79-
},
8073
/**
8174
* Execution layer triggerable withdrawals (experimental)
8275
*/

0 commit comments

Comments
 (0)