This commit is contained in:
YCrydev
2024-12-31 11:38:13 +01:00
parent c56b03d69f
commit a20894807b
2 changed files with 4 additions and 6 deletions

View File

@@ -414,10 +414,7 @@ export class SolanaAgentKit {
return create_TipLink(this, amount, splmintAddress);
}
async tensorListNFT(
nftMint: PublicKey,
price: number,
): Promise<string> {
async tensorListNFT(nftMint: PublicKey, price: number): Promise<string> {
return listNFTForSale(this, nftMint, price);
}

View File

@@ -22,11 +22,12 @@ export const TOKENS = {
export const DEFAULT_OPTIONS = {
SLIPPAGE_BPS: 300,
TOKEN_DECIMALS: 9,
RERERRAL_FEE:200,
RERERRAL_FEE: 200,
} as const;
/**
* Jupiter API URL
*/
export const JUP_API = "https://quote-api.jup.ag/v6";
export const JUP_REFERRAL_ADDRESS = 'REFER4ZgmyYx9c6He5XfaTMiGfdLwRnkV4RPp9t9iF3'
export const JUP_REFERRAL_ADDRESS =
"REFER4ZgmyYx9c6He5XfaTMiGfdLwRnkV4RPp9t9iF3";