swap: remove pyth whitelist

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-11-20 15:54:26 +01:00
parent c71a4cdfdd
commit 87829fab0d
1 changed files with 1 additions and 2 deletions

View File

@ -277,8 +277,7 @@ export const fetchJupiterTransaction = async (
// https://station.jup.ag/docs/additional-topics/referral-program // https://station.jup.ag/docs/additional-topics/referral-program
// https://github.com/TeamRaccoons/referral // https://github.com/TeamRaccoons/referral
// https://github.com/TeamRaccoons/referral/blob/main/packages/sdk/src/referral.ts // https://github.com/TeamRaccoons/referral/blob/main/packages/sdk/src/referral.ts
...(feeMint.toBase58() === ...([''].includes(feeMint.toBase58())
'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3'
? {} ? {}
: { platformFeeBps: 1, feeAccount }), : { platformFeeBps: 1, feeAccount }),
}), }),