UNPKG

descent-js

Version:

A Typescript library for interacting with the Descent Protocol

21 lines (19 loc) 764 B
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) { if (typeof require !== "undefined") return require.apply(this, arguments); throw Error('Dynamic require of "' + x + '" is not supported'); }); // src/contracts/abis/index.ts var abis_default = { MultiStaticcallAbi: __require("./MultiStaticcall.json.mjs"), xNGNAbi: __require("./Currency.json.mjs"), USDCAbi: __require("./USDC.json.mjs"), VaultRouterAbi: __require("./VaultRouter.json.mjs"), VaultGetterAbi: __require("./VaultGetter.json.mjs"), VaultAbi: __require("./Vault.json.mjs") }; export { abis_default as default };