UNPKG

@polycity/sdk

Version:

🛠 An SDK for building applications on top of PolyCityDex Protocol.

5 lines (4 loc) • 107 B
import { Token } from '../entities'; export declare type TokenMap = { [chainId: number]: Token; };