Skip to content

Commit

Permalink
Use op-erigon flags for database init
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Jul 7, 2023
1 parent 581892e commit 84374fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simulators/optimism/daisy-chain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ func runAllTests(tests []*optimism.TestSpec, fork string) func(t *hivesim.T) {
d := optimism.NewDevnet(t)
d.InitChain(120, 120, 30, nil, fork)
d.AddOpL2(hivesim.Params{
"HIVE_OP_GETH_USE_GOERLI_DATADIR": "true",
"HIVE_OP_GETH_SEQUENCER_HTTP": GoerliSequencerRPC,
"HIVE_OP_GETH_HISTORICAL_RPC": HistoricalSequencerRPC,
"HIVE_OP_ERIGON_USE_GOERLI_DATADIR": "true",
"HIVE_OP_GETH_SEQUENCER_HTTP": GoerliSequencerRPC,
"HIVE_OP_GETH_HISTORICAL_RPC": HistoricalSequencerRPC,
})
d.WaitUpOpL2Engine(0, time.Second*10)

Expand Down

0 comments on commit 84374fc

Please sign in to comment.