UNPKG

hermes-v2-sdk

Version:

⚒️ An SDK for building applications on top of Hermes V2

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; };