UNPKG

ulysses-sdk

Version:

An sdk for interacting with the Ulysses contracts

8 lines (7 loc) 214 B
import { NativeToken } from 'maia-core-sdk'; /** * Known WETH9 implementation addresses, used in our implementation of Ether#wrapped */ export declare const WETH9: { [chainId: number]: NativeToken; };