UNPKG

@wormhole-foundation/sdk-evm-core

Version:

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

7 lines 359 B
import { registerProtocol } from '@wormhole-foundation/sdk-connect'; import { _platform } from '@wormhole-foundation/sdk-evm'; import { EvmWormholeCore } from './core.js'; registerProtocol(_platform, 'WormholeCore', EvmWormholeCore); export * as ethers_contracts from './ethers-contracts/index.js'; export * from './core.js'; //# sourceMappingURL=index.js.map