@zebec-network/exchange-card-sdk
Version:
An sdk for purchasing silver card in zebec
9 lines (8 loc) • 353 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERC20_ABI = void 0;
const ERC20_json_1 = __importDefault(require("./ERC20.json"));
exports.ERC20_ABI = ERC20_json_1.default.abi;