File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -80,16 +80,16 @@ describe('NFTSwapV4', () => {
8080 v4Erc721Order
8181 ) ) as SignedERC721OrderStruct ;
8282
83- const tx = await nftSwapperMaker . fillSellNftOrderWithoutApproval (
84- signedOrder ,
85- '11045'
86- ) ;
87- const txReceipt = await tx . wait ( ) ;
83+ // const tx = await nftSwapperMaker.fillBuyNftOrderWithoutApproval (
84+ // signedOrder,
85+ // '11045'
86+ // );
87+ // const txReceipt = await tx.wait();
8888
89- expect ( txReceipt . transactionHash ) . toBeTruthy ( ) ;
90- console . log (
91- `Swapped on Rinkeby without approval using safeTransferFrom (txHAsh: ${ txReceipt . transactionHash } )`
92- ) ;
89+ // expect(txReceipt.transactionHash).toBeTruthy();
90+ // console.log(
91+ // `Swapped on Rinkeby without approval using safeTransferFrom (txHAsh: ${txReceipt.transactionHash})`
92+ // );
9393
9494 // console.log('erc721 signatuee', signedOrder.signature);
9595 // expect(signedOrder.signature.signatureType.toString()).toEqual('2');
You can’t perform that action at this time.
0 commit comments