fix request

This commit is contained in:
thrishank
2025-01-05 12:41:04 +05:30
parent 8136bde20f
commit 01341e584f
2 changed files with 1 additions and 2 deletions

View File

@@ -470,7 +470,7 @@ export class SolanaAgentKit {
async tensorListNFT(nftMint: PublicKey, price: number): Promise<string> {
return listNFTForSale(this, nftMint, price);
}
1;
async tensorCancelListing(nftMint: PublicKey): Promise<string> {
return cancelListing(this, nftMint);
}

View File

@@ -73,7 +73,6 @@ async function create_close_instruction(
const accountExceptions = [
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", // USDC
"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", // USDT
];
for (let i = 0; i < size; i++) {