Skip to content

Commit ab05944

Browse files
authored
test: fix go fuzz (#680)
1 parent d17478a commit ab05944

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

op-e2e/config/init.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,6 @@ func defaultIntent(root string, loc *artifacts.Locator, deployer common.Address,
418418
},
419419
UseRevenueShare: true,
420420
ChainFeesRecipient: common.HexToAddress("0xBcd4042DE499D14e55001CcbB24a551F3b954096"),
421-
CustomGasToken: state.CustomGasToken{
422-
Name: "",
423-
Symbol: "",
424-
InitialLiquidity: (*hexutil.Big)(big.NewInt(0)),
425-
},
426421
AdditionalDisputeGames: []state.AdditionalDisputeGame{
427422
{
428423
ChainProofParams: state.ChainProofParams{

0 commit comments

Comments
 (0)