UNPKG

bxswap-sdk

Version:

An SDK for building applications on top of DXswap.

7 lines (6 loc) 135 B
import { Token } from '../src'; export declare const TEST_TOKENS: { [key: string]: { [key: number]: Token; }; };