@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.cjs CHANGED
@@ -49744,7 +49744,7 @@ function mapJupiterQuoteToSwapQuoteResult(quote) {
49744
49744
 
49745
49745
  // src/services/account/utils/jupiter.utils.ts
49746
49746
  var REFERRAL_PROGRAM_ID = new web3_js.PublicKey("REFER4ZgmyYx9c6He5XfaTMiGfdLwRnkV4RPp9t9iF3");
49747
- var REFERRAL_ACCOUNT_PUBKEY = new web3_js.PublicKey("Mm7HcujSK2JzPW4eX7g4oqTXbWYDuFxapNMHXe8yp1B");
49747
+ var REFERRAL_ACCOUNT_PUBKEY = new web3_js.PublicKey("6rQUBEfS3hASrBbviL7rXA5tRYmZmeFUgHgCYsjeDVBm");
49748
49748
  var getFeeAccount = (mint) => {
49749
49749
  const [feeAccount] = web3_js.PublicKey.findProgramAddressSync(
49750
49750
  [Buffer.from("referral_ata"), REFERRAL_ACCOUNT_PUBKEY.toBuffer(), mint.toBuffer()],