UNPKG

pump-swap-core-v1

Version:

This is core SDK for pumpdotfun offical AMM pool - PumpSwap

13 lines (12 loc) 621 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.POOL_SEED = exports.LP_MINT_SEED = exports.GLOBAL_CONFIG_SEED = exports.PROTOCOL_FEE_RECIPIENT = void 0; const web3_js_1 = require("@solana/web3.js"); const PROTOCOL_FEE_RECIPIENT = new web3_js_1.PublicKey("12e2F4DKkD3Lff6WPYsU7Xd76SHPEyN9T8XSsTJNF8oT"); exports.PROTOCOL_FEE_RECIPIENT = PROTOCOL_FEE_RECIPIENT; const GLOBAL_CONFIG_SEED = 'global_config'; exports.GLOBAL_CONFIG_SEED = GLOBAL_CONFIG_SEED; const LP_MINT_SEED = 'pool_lp_mint'; exports.LP_MINT_SEED = LP_MINT_SEED; const POOL_SEED = 'pool'; exports.POOL_SEED = POOL_SEED;