Skip to content

Commit

Permalink
Update ERC20Outbox.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Jun 18, 2024
1 parent fa30403 commit c81054f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/foundry/ERC20Outbox.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ contract ERC20OutboxTest is AbsOutboxTest {
IERC20 nativeTokenCode = new ERC20PresetFixedSupply("Appchain Token", "App", 1_000_000, address(this));
nativeToken = IERC20(0xFEfC6BAF87cF3684058D62Da40Ff3A795946Ab06);
vm.etch(address(nativeToken), address(nativeTokenCode).code);
deal(address(nativeToken), address(this), 1_000_000);

bridge = IBridge(TestUtil.deployProxy(address(new ERC20Bridge())));
erc20Bridge = ERC20Bridge(address(bridge));
Expand Down

0 comments on commit c81054f

Please sign in to comment.