UNPKG

pumpdotfun-repumped-sdk

Version:

Pumpfun SDK — create, buy, sell tokens with support for Jito bundles and multiple relayer integrations. Rebuilt and fixed pumpdotfun-sdk.

11 lines (7 loc) 237 B
'use strict'; var web3_js = require('@solana/web3.js'); const toPubKey = (v) => new web3_js.PublicKey(v); const toBigInt = (v) => BigInt(v); exports.toBigInt = toBigInt; exports.toPubKey = toPubKey; //# sourceMappingURL=utils.cjs.map