From a20894807bbcdd4a4529a0bd38425d47f6c14aba Mon Sep 17 00:00:00 2001 From: YCrydev <92126329+YCrydev@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:38:13 +0100 Subject: [PATCH] push --- src/agent/index.ts | 5 +---- src/constants/index.ts | 5 +++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/agent/index.ts b/src/agent/index.ts index c9958a2..0ee9e62 100644 --- a/src/agent/index.ts +++ b/src/agent/index.ts @@ -414,10 +414,7 @@ export class SolanaAgentKit { return create_TipLink(this, amount, splmintAddress); } - async tensorListNFT( - nftMint: PublicKey, - price: number, - ): Promise { + async tensorListNFT(nftMint: PublicKey, price: number): Promise { return listNFTForSale(this, nftMint, price); } diff --git a/src/constants/index.ts b/src/constants/index.ts index e2fef12..14eb65b 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -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";