UNPKG

@swapper-finance/sdk

Version:
10 lines (8 loc) 381 B
import ERC20 from "./ERC20.json"; import SwapperRouter from "./SwapperRouter.json"; import FeeCollector from "./FeeCollector.json"; import SwapperTransferProxy from "./SwapperTransferProxy.json"; export const ERC20Abi = ERC20; export const SwapperRouterAbi = SwapperRouter; export const FeeCollectorAbi = FeeCollector; export const SwapperTransferProxyAbi = SwapperTransferProxy;