hyperspace-sdk
Version:
An unofficial SDK for Hyperspace NFT Marketplace on Avalanche
9 lines (8 loc) • 566 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AVAX_MARKETPLACE_TREASURY_ADDRESS = exports.WAVAX_CONTRACT_ADDRESS = exports.AVAX_MP_CONTRACT_ADDRESS = exports.MAX_APPROVAL = void 0;
const ethers_1 = require("ethers");
exports.MAX_APPROVAL = ethers_1.BigNumber.from(2).pow(118);
exports.AVAX_MP_CONTRACT_ADDRESS = '0x398BAa6FFc99126671Ab6be565856105a6118A40';
exports.WAVAX_CONTRACT_ADDRESS = "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
exports.AVAX_MARKETPLACE_TREASURY_ADDRESS = "0x87f45335268512CC5593d435E61Df4d75b07d2A2";