UNPKG

@symmetry-hq/liquidity-sdk

Version:

Exchange functionality using symmetry funds liquidity

10 lines (9 loc) 776 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SWAP_FEE_ACCOUNT = exports.CURVE_DATA_ADDRESS = exports.TOKEN_LIST_ADDRESS = exports.FUNDS_PROGRAM_PDA = exports.FUNDS_PROGRAM_ID = void 0; const web3_js_1 = require("@solana/web3.js"); exports.FUNDS_PROGRAM_ID = new web3_js_1.PublicKey("2KehYt3KsEQR53jYcxjbQp2d2kCp4AkuQW68atufRwSr"); exports.FUNDS_PROGRAM_PDA = new web3_js_1.PublicKey("BLBYiq48WcLQ5SxiftyKmPtmsZPUBEnDEjqEnKGAR4zx"); exports.TOKEN_LIST_ADDRESS = new web3_js_1.PublicKey("3SnUughtueoVrhevXTLMf586qvKNNXggNsc7NgoMUU1t"); exports.CURVE_DATA_ADDRESS = new web3_js_1.PublicKey("4QMjSHuM3iS7Fdfi8kZJfHRKoEJSDHEtEwqbChsTcUVK"); exports.SWAP_FEE_ACCOUNT = new web3_js_1.PublicKey("AWfpfzA6FYbqx4JLz75PDgsjH7jtBnnmJ6MXW5zNY2Ei");