We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c1bb7 commit 3cc0e7aCopy full SHA for 3cc0e7a
params/config.go
@@ -296,14 +296,15 @@ var (
296
ShanghaiTime: newUint64(0),
297
CancunTime: newUint64(0),
298
PragueTime: newUint64(0),
299
- OsakaTime: nil,
+ OsakaTime: newUint64(0),
300
VerkleTime: nil,
301
TerminalTotalDifficulty: big.NewInt(0),
302
Ethash: new(EthashConfig),
303
Clique: nil,
304
BlobScheduleConfig: &BlobScheduleConfig{
305
Cancun: DefaultCancunBlobConfig,
306
Prague: DefaultPragueBlobConfig,
307
+ Osaka: DefaultOsakaBlobConfig,
308
},
309
}
310
0 commit comments