UNPKG

hyperspace-sdk

Version:

An unofficial SDK for Hyperspace NFT Marketplace on Avalanche

11 lines (7 loc) 364 B
import { BigNumber } from "ethers"; export const MAX_APPROVAL = BigNumber.from(2).pow(118); export const AVAX_MP_CONTRACT_ADDRESS = '0x398BAa6FFc99126671Ab6be565856105a6118A40'; export const WAVAX_CONTRACT_ADDRESS = "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7"; export const AVAX_MARKETPLACE_TREASURY_ADDRESS = "0x87f45335268512CC5593d435E61Df4d75b07d2A2";