UNPKG

solmash-whitelist-sdk

Version:

A sdk for interacting Solmash Whitelist program

13 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SOLMASH_SEEDS = exports.SOLMASH_WHITELIST_PROGRAM_ID = void 0; exports.SOLMASH_WHITELIST_PROGRAM_ID = { devnet: "9MiaHcAwgcdvw1ETSk5UPwtLuWot8WQBfFLHgcsXiP27", mainnet: "9MiaHcAwgcdvw1ETSk5UPwtLuWot8WQBfFLHgcsXiP27", }; exports.SOLMASH_SEEDS = { auctionSeed: "wl_auction", auctionVaultSeed: "wl_auction_vault", buyerSeed: "wl_buyer", }; //# sourceMappingURL=constants.js.map