Skip to content

Commit 089a927

Browse files
authored
fix: Add Osaka time and blob schedule configuration
1 parent f1b3304 commit 089a927

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/genesis/src/parmigiana.host.genesis.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"terminalTotalDifficultyPassed": true,
1717
"shanghaiTime": 0,
1818
"cancunTime": 0,
19+
"osakaTime": 0,
1920
"blobSchedule": {
2021
"cancun": {
2122
"target": 3,
@@ -26,6 +27,11 @@
2627
"target": 6,
2728
"max": 9,
2829
"baseFeeUpdateFraction": 5007716
30+
},
31+
"osaka": {
32+
"target": 6,
33+
"max": 9,
34+
"baseFeeUpdateFraction": 5007716
2935
}
3036
},
3137
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",

0 commit comments

Comments
 (0)