UNPKG

zic-evm-sdk

Version:
32 lines (31 loc) 2.41 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.SEPOLIA_CHAIN_ID = exports.MAINNET_CHAIN_ID = exports.getZebecCardAddress = exports.getWethAddress = exports.getUsdcAddress = exports.getATokenAddress = exports.BSC_TESTNET_CHAIN_ID = exports.BSC_CHAIN_ID = exports.BASE_CHAIN_ID = void 0; var constants_1 = require("./constants"); Object.defineProperty(exports, "BASE_CHAIN_ID", { enumerable: true, get: function () { return constants_1.BASE_CHAIN_ID; } }); Object.defineProperty(exports, "BSC_CHAIN_ID", { enumerable: true, get: function () { return constants_1.BSC_CHAIN_ID; } }); Object.defineProperty(exports, "BSC_TESTNET_CHAIN_ID", { enumerable: true, get: function () { return constants_1.BSC_TESTNET_CHAIN_ID; } }); Object.defineProperty(exports, "getATokenAddress", { enumerable: true, get: function () { return constants_1.getATokenAddress; } }); Object.defineProperty(exports, "getUsdcAddress", { enumerable: true, get: function () { return constants_1.getUsdcAddress; } }); Object.defineProperty(exports, "getWethAddress", { enumerable: true, get: function () { return constants_1.getWethAddress; } }); Object.defineProperty(exports, "getZebecCardAddress", { enumerable: true, get: function () { return constants_1.getZebecCardAddress; } }); Object.defineProperty(exports, "MAINNET_CHAIN_ID", { enumerable: true, get: function () { return constants_1.MAINNET_CHAIN_ID; } }); Object.defineProperty(exports, "SEPOLIA_CHAIN_ID", { enumerable: true, get: function () { return constants_1.SEPOLIA_CHAIN_ID; } }); __exportStar(require("./service"), exports); __exportStar(require("./artifacts"), exports); __exportStar(require("./types"), exports); __exportStar(require("./utils"), exports);