@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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("
|
|
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()],
|