UNPKG

@wormhole-foundation/sdk-sui-core

Version:

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

5 lines 232 B
import { registerProtocol } from "@wormhole-foundation/sdk-connect"; import { SuiWormholeCore } from "./core.js"; registerProtocol("Sui", "WormholeCore", SuiWormholeCore); export * from "./core.js"; //# sourceMappingURL=index.js.map