UNPKG

@wormhole-foundation/sdk-evm

Version:

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

7 lines 192 B
import { ChainContext } from '@wormhole-foundation/sdk-connect'; /** * A ChainContext for the EVM platform */ export class EvmChain extends ChainContext { } //# sourceMappingURL=chain.js.map