From ee559c705a3c3dd0684f1e04299dc84c3a2ff7ad Mon Sep 17 00:00:00 2001 From: Craig M Date: Thu, 19 Oct 2023 18:10:36 +1300 Subject: [PATCH] Update RootERC20Bridge.t.sol --- test/unit/root/RootERC20Bridge.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/root/RootERC20Bridge.t.sol b/test/unit/root/RootERC20Bridge.t.sol index 90c5c5a3..8acf4883 100644 --- a/test/unit/root/RootERC20Bridge.t.sol +++ b/test/unit/root/RootERC20Bridge.t.sol @@ -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;