@wormhole-foundation/sdk-algorand-tokenbridge
Version:
SDK for Algorand, used in conjunction with @wormhole-foundation/sdk
6 lines • 320 B
JavaScript
import { registerProtocol } from "@wormhole-foundation/sdk-connect";
import { _platform } from "@wormhole-foundation/sdk-algorand";
import { AlgorandTokenBridge } from "./tokenBridge.js";
registerProtocol(_platform, "TokenBridge", AlgorandTokenBridge);
export * from "./tokenBridge.js";
//# sourceMappingURL=index.js.map