Skip to content

Commit

Permalink
increase deposit amount
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 22, 2024
1 parent 1adf91d commit cab5a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2etests/test_erc20_deposit_refund.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestERC20DepositAndCallRefund(r *runner.E2ERunner, _ []string) {
require.NoError(r, err)

// send the deposit
amount = big.NewInt(1e7)
amount = big.NewInt(1e10)
inboundHash, err = sendInvalidERC20Deposit(r, amount)
require.NoError(r, err)

Expand Down

0 comments on commit cab5a37

Please sign in to comment.