We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1193a4a commit f1d771bCopy full SHA for f1d771b
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 = 5;
+ uint16 constant chainId2 = 6;
40
uint8 constant FAST_CONSISTENCY_LEVEL = 200;
41
uint256 constant GAS_LIMIT = 500000;
42
0 commit comments