UNPKG

sdk-utils

Version:

TEST TEST

13 lines (11 loc) 537 B
import { AbiItem } from "web3-utils"; import { erc20 } from "./raw/erc20"; import { mulbank } from "./raw/mulbank"; import { mulwork } from "./raw/mulwork"; import { uniswapv3pool } from "./raw/uniswapv3pool"; import { uniswapv3strategy } from "./raw/uniswapv3strategy"; export const ERC20 = erc20 as AbiItem[]; export const MULBANK = mulbank as AbiItem[]; export const MULWORK = mulwork as AbiItem[]; export const UNISWAPV3POOL = uniswapv3pool as AbiItem[]; export const UNISWAPV3STRATEGY = uniswapv3strategy as AbiItem[];