@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
8 lines • 403 B
JavaScript
import { InterchainAccountIsm__factory, InterchainAccountRouter__factory, } from '@hyperlane-xyz/core';
import { proxiedFactories } from '../../router/types.js';
export const interchainAccountFactories = {
interchainAccountRouter: new InterchainAccountRouter__factory(),
interchainAccountIsm: new InterchainAccountIsm__factory(),
...proxiedFactories,
};
//# sourceMappingURL=contracts.js.map