UNPKG

@wormhole-foundation/sdk-evm

Version:

SDK for EVM chains, used in conjunction with @wormhole-foundation/sdk

4 lines 226 B
import { type Network } from "@wormhole-foundation/sdk-base"; import { EvmChains } from "./types.js"; export declare const WETH_CONTRACTS: Record<Network, Partial<Record<EvmChains, string>>>; //# sourceMappingURL=weth.d.ts.map