UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

7 lines 355 B
import { InterchainGasPaymaster__factory, ProxyAdmin__factory, StorageGasOracle__factory, } from '@hyperlane-xyz/core'; export const igpFactories = { interchainGasPaymaster: new InterchainGasPaymaster__factory(), storageGasOracle: new StorageGasOracle__factory(), proxyAdmin: new ProxyAdmin__factory(), }; //# sourceMappingURL=contracts.js.map