We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e003026 commit 0b14019Copy full SHA for 0b14019
validation/fault_game_params_test.go
@@ -90,7 +90,7 @@ func testFaultGameParams(t *testing.T, chain *ChainConfig) {
90
// PermissionedDelayedWETH
91
pwethDelay, err := CastCall(permissionedDelayedWethAddr, "delay()", nil, rpcEndpoint)
92
require.NoError(t, err)
93
- 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
94
}
95
96
func findOpProgramRelease(t *testing.T, hash string, superchain string) bool {
0 commit comments