Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjimmutable committed Nov 6, 2023
1 parent 296f99e commit 546cf41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion test/integration/root/RootERC20Bridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ contract RootERC20BridgeIntegrationTest is Test, IRootERC20BridgeEvents, IRootAx
deployCodeTo("WETH.sol", abi.encode("Wrapped ETH", "WETH"), WRAPPED_ETH);

RootIntegration memory integration = rootIntegrationSetup(
CHILD_BRIDGE, CHILD_BRIDGE_ADAPTOR, CHILD_CHAIN_NAME, IMX_TOKEN_ADDRESS, WRAPPED_ETH, UNLIMITED_DEPOSIT_LIMIT
CHILD_BRIDGE,
CHILD_BRIDGE_ADAPTOR,
CHILD_CHAIN_NAME,
IMX_TOKEN_ADDRESS,
WRAPPED_ETH,
UNLIMITED_DEPOSIT_LIMIT
);

imxToken = integration.imxToken;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ contract RootERC20BridgeWithdrawIntegrationTest is
deployCodeTo("WETH.sol", abi.encode("Wrapped ETH", "WETH"), WRAPPED_ETH);

RootIntegration memory integration = rootIntegrationSetup(
CHILD_BRIDGE, CHILD_BRIDGE_ADAPTOR, CHILD_CHAIN_NAME, IMX_TOKEN_ADDRESS, WRAPPED_ETH, UNLIMITED_DEPOSIT_LIMIT
CHILD_BRIDGE,
CHILD_BRIDGE_ADAPTOR,
CHILD_CHAIN_NAME,
IMX_TOKEN_ADDRESS,
WRAPPED_ETH,
UNLIMITED_DEPOSIT_LIMIT
);

imxToken = integration.imxToken;
Expand Down
1 change: 0 additions & 1 deletion test/utils.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ contract Utils is Test {
MockAxelarGasService axelarGasService;
}


function rootIntegrationSetup(
address childBridge,
address childBridgeAdaptor,
Expand Down

0 comments on commit 546cf41

Please sign in to comment.