File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ export const paramsEVM: ParamsDict = {
271
271
*/
272
272
2935 : {
273
273
// evm
274
- historyStorageAddress : '0x0aae40965e6800cd9b1f4b05ff21581047e3f91e ' , // The address where the historical blockhashes are stored
274
+ historyStorageAddress : '0x0000F90827F1C53A10CB7A02335B175320002935 ' , // The address where the historical blockhashes are stored
275
275
historyServeWindow : 8192 , // The amount of blocks to be served by the historical blockhash contract
276
276
systemAddress : '0xfffffffffffffffffffffffffffffffffffffffe' , // The system address
277
277
} ,
Original file line number Diff line number Diff line change @@ -70,13 +70,6 @@ export const paramsVM: ParamsDict = {
70
70
// config
71
71
historicalRootsLength : 8191 , // The modulo parameter of the beaconroot ring buffer in the beaconroot stateful precompile
72
72
} ,
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
- } ,
80
73
/**
81
74
* Execution layer triggerable withdrawals (experimental)
82
75
*/
You can’t perform that action at this time.
0 commit comments