@heliofi/solana-adapter-v1
Version:
API to interact with Helio Finances program on Solana.
12 lines • 531 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.daoFeeWalletKey = exports.helioFeeWalletKey = exports.txOpts = void 0;
const web3_js_1 = require("@solana/web3.js");
exports.txOpts = {
skipPreflight: true,
commitment: 'confirmed',
maxRetries: 3,
};
exports.helioFeeWalletKey = new web3_js_1.PublicKey('FudPMePeNqmnjMX19zEKDfGXpbp6HAdW6ZGprB5gYRTZ');
exports.daoFeeWalletKey = new web3_js_1.PublicKey('JBGUGPmKUEHCpxGGoMowQxoV4c7HyqxEnyrznVPxftqk');
//# sourceMappingURL=config.js.map