UNPKG

barterjs-sdk

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