UNPKG

@wormhole-foundation/sdk-evm

Version:

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

11 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EvmChain = void 0; const sdk_connect_1 = require("@wormhole-foundation/sdk-connect"); /** * A ChainContext for the EVM platform */ class EvmChain extends sdk_connect_1.ChainContext { } exports.EvmChain = EvmChain; //# sourceMappingURL=chain.js.map