Skip to content

Commit

Permalink
Pre-fund gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Jan 25, 2024
1 parent 664c0c1 commit 3fd8126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-foundry/L1ERC20Gateway.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ contract L1ERC20GatewayTest is L1ArbitrumExtendedGatewayTest {
vm.prank(user);
TestERC20(address(token)).mint();
vm.deal(router, 100 ether);

// move some funds to gateway
vm.prank(user);
token.transfer(address(l1Gateway), 100);
}

/* solhint-disable func-name-mixedcase */
Expand Down

0 comments on commit 3fd8126

Please sign in to comment.