UNPKG

whales-otc-pre-market-aptos-sdk

Version:

TypeScript SDK for Whales OTC Pre-Market trading on Aptos blockchain

11 lines (10 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WEI6 = exports.TESTNET = exports.MAINNET = void 0; exports.MAINNET = { packageId: "0x7a4e4af0772d74ab25c7e90575dac06166b633ce713be055bc09aeeee78ee5a8", // TODO: change to mainnet package id }; exports.TESTNET = { packageId: "0x7a4e4af0772d74ab25c7e90575dac06166b633ce713be055bc09aeeee78ee5a8", }; exports.WEI6 = 1000000;