Skip to content

Commit eec5e3f

Browse files
committed
fix test
1 parent 0314355 commit eec5e3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/__tests__/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ export async function transferWithChecks(sourceCtx: Ctx, destinationCtx: Ctx) {
244244
const transferTxs = srcNtt.transfer(sender.address, srcAmt, receiver, {
245245
queue: false,
246246
automatic: useRelayer,
247-
gasDropoff: 0n,
248247
});
249248
const txids = await signSendWait(sourceCtx.context, transferTxs, srcSigner);
250249

0 commit comments

Comments
 (0)