@wormhole-foundation/sdk-cosmwasm-core
Version:
SDK for EVM chains, used in conjunction with @wormhole-foundation/sdk
6 lines • 309 B
JavaScript
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