Skip to content

Commit 3cc0e7a

Browse files
authored
params: enable osaka fork in MergedTestChainConfig (#31993)
1 parent 51c1bb7 commit 3cc0e7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

params/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,15 @@ var (
296296
ShanghaiTime: newUint64(0),
297297
CancunTime: newUint64(0),
298298
PragueTime: newUint64(0),
299-
OsakaTime: nil,
299+
OsakaTime: newUint64(0),
300300
VerkleTime: nil,
301301
TerminalTotalDifficulty: big.NewInt(0),
302302
Ethash: new(EthashConfig),
303303
Clique: nil,
304304
BlobScheduleConfig: &BlobScheduleConfig{
305305
Cancun: DefaultCancunBlobConfig,
306306
Prague: DefaultPragueBlobConfig,
307+
Osaka: DefaultOsakaBlobConfig,
307308
},
308309
}
309310

0 commit comments

Comments
 (0)