UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

7 lines 269 B
import { evmRuntimeProviderBuilders } from './evm.js'; import { tronRuntimeProviderBuilders } from './tron.js'; export const evmLikeRuntimeProviderBuilders = { ...evmRuntimeProviderBuilders, ...tronRuntimeProviderBuilders, }; //# sourceMappingURL=evmLike.js.map