UNPKG

@wormhole-foundation/sdk-cosmwasm-core

Version:

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

6 lines 309 B
import { registerProtocol } from "@wormhole-foundation/sdk-connect"; import { _platform } from "@wormhole-foundation/sdk-cosmwasm"; import { CosmwasmWormholeCore } from "./core.js"; registerProtocol(_platform, "WormholeCore", CosmwasmWormholeCore); export * from "./core.js"; //# sourceMappingURL=index.js.map