Skip to content

Commit e908ac3

Browse files
authored
change test from chainId 6 to chainId 14 (wormhole-foundation#640)
1 parent 964660e commit e908ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm/test/IntegrationRelayer.t.sol

Lines changed: 1 addition & 1 deletion
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 = 6;
39+
uint16 constant chainId2 = 14;
4040
uint8 constant FAST_CONSISTENCY_LEVEL = 200;
4141
uint256 constant GAS_LIMIT = 500000;
4242

0 commit comments

Comments
 (0)