UNPKG

@xeiswap/sdk-core

Version:

⚒️ An SDK for building applications on top of Xei V3

8 lines (7 loc) 196 B
import { Token } from './token'; /** * Known WETH9 implementation addresses, used in our implementation of Ether#wrapped */ export declare const WETH9: { [chainId: number]: Token; };