Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Inphi committed Dec 18, 2024
1 parent e003026 commit 0b14019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/fault_game_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func testFaultGameParams(t *testing.T, chain *ChainConfig) {
// PermissionedDelayedWETH
pwethDelay, err := CastCall(permissionedDelayedWethAddr, "delay()", nil, rpcEndpoint)
require.NoError(t, err)
require.Equal(t, "0x0000000000000000000000000000000000000000000000000000000000093a80", pwethDelay[0], "DelayedWETH: bond withdrawal delay") // 604800 sec = 7 days
require.Equal(t, "0x0000000000000000000000000000000000000000000000000000000000093a80", pwethDelay[0], "PermissionedDelayedWETH: bond withdrawal delay") // 604800 sec = 7 days
}

func findOpProgramRelease(t *testing.T, hash string, superchain string) bool {
Expand Down

0 comments on commit 0b14019

Please sign in to comment.