viem
Version:
32 lines • 2.26 kB
TypeScript
export declare const accountImplementation = "0x7702c00000000000000000000000000000000000";
export declare const accountKeychain = "0xaAAAaaAA00000000000000000000000000000000";
export declare const accountRegistrar = "0x7702ac0000000000000000000000000000000000";
export declare const addressRegistry = "0xfdc0000000000000000000000000000000000000";
export declare const feeManager = "0xfeec000000000000000000000000000000000000";
export declare const nativeMultisig = "0xAACC000000000000000000000000000000000000";
/** Temporary recovery factory until the production address is finalized. */
export declare const nativeMultisigFactory = "0x7171717171717171717171717171717171717171";
export declare const nonceManager = "0x4e4F4E4345000000000000000000000000000000";
export declare const pathUsd = "0x20c0000000000000000000000000000000000000";
export declare const receivePolicyGuard = "0xB10C000000000000000000000000000000000000";
export declare const signatureVerifier = "0x5165300000000000000000000000000000000000";
export declare const stablecoinDex = "0xdec0000000000000000000000000000000000000";
export declare const storageCredits = "0x1060000000000000000000000000000000000000";
export declare const tip20ChannelReserve = "0x4d50500000000000000000000000000000000000";
export declare const tip20Factory = "0x20fc000000000000000000000000000000000000";
export declare const tip403Registry = "0x403c000000000000000000000000000000000000";
export declare const validator = "0xcccccccc00000000000000000000000000000000";
export declare const validatorV2 = "0xcccccccc00000000000000000000000000000001";
export declare const zoneFactory = "0x5aF2000000000000000000000000000000000000";
export declare const zoneMessenger = "0x5A4d000000000000000000000000000000000000";
export declare const zoneOutbox = "0x1c00000000000000000000000000000000000002";
export declare const zonePortalImplementation = "0x5AD1000000000000000000000000000000000000";
export declare const zoneVerifier = "0x5a56000000000000000000000000000000000000";
/**
* Returns the Zone portal address for a Zone ID or chain ID.
*
* @param id - Zone ID or chain ID.
* @returns The Zone portal address.
*/
export declare function zonePortal(id: number): `0x${string}`;
//# sourceMappingURL=Addresses.d.ts.map