@0dotxyz/p0-ts-sdk 2.2.5-alpha.0 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -49717,7 +49717,7 @@ function mapJupiterQuoteToSwapQuoteResult(quote) {
49717
49717
 
49718
49718
  // src/services/account/utils/jupiter.utils.ts
49719
49719
  var REFERRAL_PROGRAM_ID = new PublicKey("REFER4ZgmyYx9c6He5XfaTMiGfdLwRnkV4RPp9t9iF3");
49720
- var REFERRAL_ACCOUNT_PUBKEY = new PublicKey("Mm7HcujSK2JzPW4eX7g4oqTXbWYDuFxapNMHXe8yp1B");
49720
+ var REFERRAL_ACCOUNT_PUBKEY = new PublicKey("6rQUBEfS3hASrBbviL7rXA5tRYmZmeFUgHgCYsjeDVBm");
49721
49721
  var getFeeAccount = (mint) => {
49722
49722
  const [feeAccount] = PublicKey.findProgramAddressSync(
49723
49723
  [Buffer.from("referral_ata"), REFERRAL_ACCOUNT_PUBKEY.toBuffer(), mint.toBuffer()],