UNPKG

emmet.sdk

Version:
4 lines (3 loc) 203 B
import { testnetTokens } from "../../tokens"; export type TTestnetTokens = keyof typeof testnetTokens; export declare function getTokenAddressAndAbi(tokenName: string, chainName: string): [string, any];