UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

7 lines 300 B
import { InterchainQueryRouter__factory } from '@hyperlane-xyz/core'; import { proxiedFactories } from '../../router/types.js'; export const interchainQueryFactories = { interchainQueryRouter: new InterchainQueryRouter__factory(), ...proxiedFactories, }; //# sourceMappingURL=contracts.js.map