Skip to content

Commit

Permalink
Update RootERC20Bridge.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Oct 19, 2023
1 parent 82d032c commit ee559c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/root/RootERC20Bridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract RootERC20BridgeUnitTest is Test, IRootERC20BridgeEvents, IRootERC20Brid
address constant CHILD_BRIDGE = address(3);
address constant CHILD_BRIDGE_ADAPTOR = address(4);
string constant CHILD_CHAIN_NAME = "test";
address constant IMX_TOKEN = address(99);
address constant IMX_TOKEN = address(0xccc);
address constant CHILD_ETH_TOKEN = address(0xddd);
address constant NATIVE_TOKEN = address(0xeee);
uint256 constant mapTokenFee = 300;
Expand Down

0 comments on commit ee559c7

Please sign in to comment.