UNPKG

@wormhole-foundation/sdk-evm-tbtc

Version:

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

6 lines 292 B
import { registerProtocol } from '@wormhole-foundation/sdk-connect'; import { _platform } from '@wormhole-foundation/sdk-evm'; import { EvmTBTCBridge } from './bridge.js'; registerProtocol(_platform, 'TBTCBridge', EvmTBTCBridge); export * from './bridge.js'; //# sourceMappingURL=index.js.map