Skip to content

Commit f1d771b

Browse files
authored
change chainId2 in relayer integration test to something other than mumbai (#405)
1 parent 1193a4a commit f1d771b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm/test/IntegrationRelayer.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ contract TestEndToEndRelayer is IntegrationHelpers, IRateLimiterEvents, Wormhole
3636
using TrimmedAmountLib for TrimmedAmount;
3737

3838
uint16 constant chainId1 = 4;
39-
uint16 constant chainId2 = 5;
39+
uint16 constant chainId2 = 6;
4040
uint8 constant FAST_CONSISTENCY_LEVEL = 200;
4141
uint256 constant GAS_LIMIT = 500000;
4242

0 commit comments

Comments
 (0)