@@ -172,7 +172,7 @@ contract TestEndToEndRelayer is
172
172
nttManagerChain2.setPeer (chainId1, bytes32 (uint256 (uint160 (address (nttManagerChain1)))), 9 );
173
173
DummyToken token2 = DummyTokenMintAndBurn (nttManagerChain2.token ());
174
174
wormholeTransceiverChain2.setIsWormholeRelayingEnabled (chainId1, true );
175
- wormholeTransceiverChain2.setIsWormholeEvmChain (chainId1);
175
+ wormholeTransceiverChain2.setIsWormholeEvmChain (chainId1, true );
176
176
177
177
// Register peer contracts for the nttManager and transceiver. Transceivers and nttManager each have the concept of peers here.
178
178
vm.selectFork (sourceFork);
@@ -184,7 +184,7 @@ contract TestEndToEndRelayer is
184
184
185
185
// Enable general relaying on the chain to transfer for the funds.
186
186
wormholeTransceiverChain1.setIsWormholeRelayingEnabled (chainId2, true );
187
- wormholeTransceiverChain1.setIsWormholeEvmChain (chainId2);
187
+ wormholeTransceiverChain1.setIsWormholeEvmChain (chainId2, true );
188
188
189
189
// Setting up the transfer
190
190
uint8 decimals = token1.decimals ();
@@ -270,7 +270,7 @@ contract TestEndToEndRelayer is
270
270
nttManagerChain2.setPeer (chainId1, bytes32 (uint256 (uint160 (address (nttManagerChain1)))), 9 );
271
271
DummyToken token2 = DummyTokenMintAndBurn (nttManagerChain2.token ());
272
272
wormholeTransceiverChain2.setIsWormholeRelayingEnabled (chainId1, true );
273
- wormholeTransceiverChain2.setIsWormholeEvmChain (chainId1);
273
+ wormholeTransceiverChain2.setIsWormholeEvmChain (chainId1, true );
274
274
275
275
// Register peer contracts for the nttManager and transceiver. Transceivers and nttManager each have the concept of peers here.
276
276
vm.selectFork (sourceFork);
@@ -282,7 +282,7 @@ contract TestEndToEndRelayer is
282
282
283
283
// Enable general relaying on the chain to transfer for the funds.
284
284
wormholeTransceiverChain1.setIsWormholeRelayingEnabled (chainId2, true );
285
- wormholeTransceiverChain1.setIsWormholeEvmChain (chainId2);
285
+ wormholeTransceiverChain1.setIsWormholeEvmChain (chainId2, true );
286
286
287
287
// Setting up the transfer
288
288
uint8 decimals = token1.decimals ();
0 commit comments