We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964660e commit e908ac3Copy full SHA for e908ac3
evm/test/IntegrationRelayer.t.sol
@@ -36,7 +36,7 @@ contract TestEndToEndRelayer is IntegrationHelpers, IRateLimiterEvents, Wormhole
36
using TrimmedAmountLib for TrimmedAmount;
37
38
uint16 constant chainId1 = 4;
39
- uint16 constant chainId2 = 6;
+ uint16 constant chainId2 = 14;
40
uint8 constant FAST_CONSISTENCY_LEVEL = 200;
41
uint256 constant GAS_LIMIT = 500000;
42
0 commit comments