@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
21 lines (20 loc) • 700 B
TypeScript
export declare const addresses: {
domainRoutingIsm: string;
domainRoutingIsmFactory: string;
fallbackDomainRoutingHook: string;
fallbackRoutingHook: string;
interchainGasPaymaster: string;
interchainSecurityModule: string;
mailbox: string;
merkleTreeHook: string;
proxyAdmin: string;
staticAggregationHookFactory: string;
staticAggregationIsmFactory: string;
staticMerkleRootMultisigIsmFactory: string;
staticMerkleRootWeightedMultisigIsmFactory: string;
staticMessageIdMultisigIsmFactory: string;
staticMessageIdWeightedMultisigIsmFactory: string;
storageGasOracle: string;
testRecipient: string;
validatorAnnounce: string;
};