whales-otc-pre-market-aptos-sdk
Version:
TypeScript SDK for Whales OTC Pre-Market trading on Aptos blockchain
12 lines (9 loc) • 301 B
text/typescript
export const MAINNET = {
packageId:
"0x7a4e4af0772d74ab25c7e90575dac06166b633ce713be055bc09aeeee78ee5a8", // TODO: change to mainnet package id
};
export const TESTNET = {
packageId:
"0x7a4e4af0772d74ab25c7e90575dac06166b633ce713be055bc09aeeee78ee5a8",
};
export const WEI6 = 1_000_000;