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