UNPKG

@syncswap/sdk

Version:

SyncSwap TypeScript SDK for building DeFi applications

5 lines 282 B
import { Contract } from "ethers"; import { Token } from "../tokens/token"; export declare function getCachedMulticall3Contract(targetNetwork?: string): Contract; export declare function useWETHIfPossible(addressOrToken: string | Token): string; //# sourceMappingURL=helper.d.ts.map