Skip to content

Commit da5d026

Browse files
committed
call the right contract, ben
1 parent 25d1bb2 commit da5d026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/__tests__/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ async function setupPeer(targetCtx: Ctx, peerCtx: Ctx) {
651651
console.log("Nonce: ", expectedNonce);
652652

653653
const xcvr = WormholeTransceiver__factory.connect(
654-
transceiver,
654+
targetCtx.contracts!.transceiver.wormhole,
655655
nativeSigner.signer
656656
);
657657

0 commit comments

Comments
 (0)