Skip to content

Commit 2180c7e

Browse files
committed
feat: update osaka style blob schedule
1 parent 9df5a5b commit 2180c7e

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

metadata/besu.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"target": 6,
3232
"max": 9,
3333
"baseFeeUpdateFraction": 5007716
34+
},
35+
"osaka": {
36+
"target": 6,
37+
"max": 9,
38+
"baseFeeUpdateFraction": 5007716
3439
}
3540
},
3641
"discovery": {

metadata/chainspec.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,20 @@
199199
"eip7702TransitionTimestamp": "0x681B3057",
200200
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
201201
"terminalTotalDifficulty": "C70D808A128D7380000",
202-
"blobSchedule": {
203-
"cancun": {
202+
"blobSchedule": [
203+
{
204+
"timestamp": "0x65F1B057",
204205
"target": 3,
205206
"max": 6,
206-
"baseFeeUpdateFraction": 3338477
207+
"baseFeeUpdateFraction": "0x32F0ED"
207208
},
208-
"prague": {
209+
{
210+
"timestamp": "0x681B3057",
209211
"target": 6,
210212
"max": 9,
211-
"baseFeeUpdateFraction": 5007716
213+
"baseFeeUpdateFraction": "0x4C6964"
212214
}
213-
}
215+
]
214216
},
215217
"genesis": {
216218
"seal": {

metadata/genesis.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"target": 6,
3535
"max": 9,
3636
"baseFeeUpdateFraction": 5007716
37+
},
38+
"osaka": {
39+
"target": 6,
40+
"max": 9,
41+
"baseFeeUpdateFraction": 5007716
3742
}
3843
}
3944
},

0 commit comments

Comments
 (0)