Skip to content

Commit

Permalink
make sure kaustinen6 still uses old history save address
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Apr 25, 2024
1 parent a2feca9 commit ac3ea10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/common/src/eips.ts
Expand Up @@ -527,6 +527,8 @@ export const EIPs: EIPsDict = {
v: 0,
d: 'Gas cost of the first read of storage from a given location (per transaction)',
},
},
vm: {
// kaustinen 6 current uses this address, however this will be updated to correct address
// in next iteration
historyStorageAddress: {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/hardforks.ts
Expand Up @@ -849,6 +849,6 @@ export const hardforks: HardforksDict = {
'Next feature hardfork after prague, internally used for verkle testing/implementation (incomplete/experimental)',
url: 'https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/osaka.md',
status: Status.Draft,
eips: [6800, 2935],
eips: [2935, 6800],
},
}

0 comments on commit ac3ea10

Please sign in to comment.