@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
17 lines (16 loc) • 567 B
TypeScript
export declare const addresses: {
domainRoutingIsmFactory: string;
interchainAccountRouter: string;
interchainGasPaymaster: string;
mailbox: string;
merkleTreeHook: string;
proxyAdmin: string;
staticAggregationHookFactory: string;
staticAggregationIsmFactory: string;
staticMerkleRootMultisigIsmFactory: string;
staticMerkleRootWeightedMultisigIsmFactory: string;
staticMessageIdMultisigIsmFactory: string;
staticMessageIdWeightedMultisigIsmFactory: string;
testRecipient: string;
validatorAnnounce: string;
};