@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
8 lines • 393 B
TypeScript
import { InterchainGasPaymaster__factory, ProxyAdmin__factory, StorageGasOracle__factory } from '@hyperlane-xyz/core';
export declare const igpFactories: {
interchainGasPaymaster: InterchainGasPaymaster__factory;
storageGasOracle: StorageGasOracle__factory;
proxyAdmin: ProxyAdmin__factory;
};
export type IgpFactories = typeof igpFactories;
//# sourceMappingURL=contracts.d.ts.map