We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af6bf8 commit 488cb7eCopy full SHA for 488cb7e
scripts/config.ts
@@ -69,7 +69,14 @@ function writeGethGenesisConfig(argv: any) {
69
"shanghaiTime": 0,
70
"cancunTime": 1706778826,
71
"terminalTotalDifficulty": 0,
72
- "terminalTotalDifficultyPassed": true
+ "terminalTotalDifficultyPassed": true,
73
+ "blobSchedule": {
74
+ "cancun": {
75
+ "target": 3,
76
+ "max": 6,
77
+ "baseFeeUpdateFraction": 3338477
78
+ }
79
80
},
81
"difficulty": "0",
82
"extradata": "0x00000000000000000000000000000000000000000000000000000000000000003f1Eae7D46d88F08fc2F8ed27FCb2AB183EB2d0E0B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
0 commit comments