Skip to content

Commit b6d3f78

Browse files
author
ScottyPoi
committed
common: add 7762 to osaka hardfork
1 parent 0303764 commit b6d3f78

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/common/src/eips.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,15 @@ export const eipsDict: EIPsDict = {
470470
minimumHardfork: Hardfork.Chainstart,
471471
requiredEIPs: [2935],
472472
},
473+
/**
474+
* Description : Increase MIN_BASE_FEE_PER_BLOB_GAS to speed up price discovery on blob space
475+
* URL : https://eips.ethereum.org/EIPS/eip-7762
476+
* Status : Review
477+
*/
478+
7762: {
479+
minimumHardfork: Hardfork.Osaka,
480+
requiredEIPs: [4844],
481+
},
473482
/**
474483
* Description : Ethereum state using a unified binary tree (experimental)
475484
* URL : hhttps://eips.ethereum.org/EIPS/eip-7864

packages/common/src/hardforks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const hardforksDict: HardforksDict = {
166166
* Status : Final
167167
*/
168168
osaka: {
169-
eips: [663, 3540, 3670, 4200, 4750, 5450, 6206, 7069, 7480, 7620, 7692, 7698],
169+
eips: [663, 3540, 3670, 4200, 4750, 5450, 6206, 7069, 7480, 7620, 7692, 7698, 7762],
170170
},
171171
/**
172172
* Description: Next feature hardfork after osaka, internally used for verkle testing/implementation (incomplete/experimental)

0 commit comments

Comments
 (0)