Skip to content

Commit

Permalink
Challenger test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jul 20, 2023
1 parent 5d0ae0b commit f54efeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions op-challenger/fault/abi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ func setupFaultDisputeGame() (common.Address, *bind.TransactOpts, *backends.Simu
_, _, contract, err := bindings.DeployFaultDisputeGame(
opts,
backend,
[32]byte{0x01},
big.NewInt(15),
uint64(604800), // 7 days
common.Address{0xdd},
[32]byte{0x01}, // Absolute Prestate Claim
big.NewInt(15), // Max Game Depth
uint64(604800), // 7 days
common.Address{0xdd}, // VM
common.Address{0xee}, // L2OutputOracle (Not used in Alphabet Game)
)
if err != nil {
return common.Address{}, nil, nil, nil, err
Expand Down

0 comments on commit f54efeb

Please sign in to comment.