@paintswap/sonic-airdrop-definitions
Version:
Types and constants for Sonic Airdrop
25 lines (24 loc) • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.quotes = exports.allOrderbookBlazeContracts = exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_SCUSD_ADDRESS = exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_USDC_ADDRESS = exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_S_ADDRESS = exports.SONIC_BLAZE_AIRDROP_NFT_ADDRESS = exports.allOrderbookContracts = exports.SONIC_AIRDROP_ORDERBOOK_SCUSD_ADDRESS = exports.SONIC_AIRDROP_ORDERBOOK_USDC_ADDRESS = exports.SONIC_AIRDROP_ORDERBOOK_S_ADDRESS = exports.SONIC_AIRDROP_NFT_ADDRESS = exports.NONE = void 0;
exports.NONE = 0;
exports.SONIC_AIRDROP_NFT_ADDRESS = '0x1D0c2C2e8B43B8724aED7dc881095CbcC4d5795F';
exports.SONIC_AIRDROP_ORDERBOOK_S_ADDRESS = '0x5175e1d72F4E11797E0B199a498A975e1D866Fdf';
exports.SONIC_AIRDROP_ORDERBOOK_USDC_ADDRESS = '0xa6344a5c06E86f30301445F51a00267C719BcC96';
exports.SONIC_AIRDROP_ORDERBOOK_SCUSD_ADDRESS = '0x1cc3C8242DD6f18915F490B3e93215aa0d4FE76F';
exports.allOrderbookContracts = [
exports.SONIC_AIRDROP_ORDERBOOK_S_ADDRESS,
exports.SONIC_AIRDROP_ORDERBOOK_USDC_ADDRESS,
exports.SONIC_AIRDROP_ORDERBOOK_SCUSD_ADDRESS,
];
exports.SONIC_BLAZE_AIRDROP_NFT_ADDRESS = '0x2bBB80Fe426718506C9C0721A53D746C46Fb6A4b';
exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_S_ADDRESS = '0xf4BCCdF787B2F7e96eaBb47fEf3465D7F5a7C31C';
exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_USDC_ADDRESS = '0xE77Ecab2D8ecb788867AFD4eA65f042A6F9bA5e7';
exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_SCUSD_ADDRESS = '0x897C81099f0B646fF15899d5bFD8bBee330A4142';
exports.allOrderbookBlazeContracts = [
exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_S_ADDRESS,
exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_USDC_ADDRESS,
exports.SONIC_BLAZE_AIRDROP_ORDERBOOK_SCUSD_ADDRESS,
];
exports.quotes = ['s', 'usdc', 'scusd']; // Same order as the orderbook arrays
exports.default = exports.NONE;