Skip to content

Commit

Permalink
optimism/rpc: fix genesis config
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda authored and mslipper committed Sep 8, 2022
1 parent cfb1345 commit 55d765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/optimism/rpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func runAllTests(t *hivesim.T) {
c := d.GetOpL2Engine(0).Client

vault := newVault()
genesis, err := json.Marshal(d.L1Cfg)
genesis, err := json.Marshal(d.L2Cfg)
handleErr(err)

s := newSemaphore(40)
Expand Down

0 comments on commit 55d765e

Please sign in to comment.