evm-blockchain-tools
Version:
This is a collection of resuseable tools to support development for EVM-powered blockchains
9 lines • 383 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.abis = void 0;
const erc20_json_1 = __importDefault(require("./erc20.json"));
exports.abis = { erc20: erc20_json_1.default };
//# sourceMappingURL=index.js.map