/** * Dynamic Labs Environment IDs for ZetaChain */ export declare const DYNAMIC_ENVIRONMENT_IDS: { readonly live: "ca10c7f8-2006-4d9c-b879-ebcf16709190"; readonly sandbox: "eaec6949-d524-40e7-81d2-80113243499a"; }; /** * Supported Dynamic environments */ export type DynamicEnvironment = keyof typeof DYNAMIC_ENVIRONMENT_IDS; /** * Global wallet key ID for universal sign-in EVM */ export declare const GLOBAL_WALLET_KEY_ID = "universalsigninevm"; export declare const REQUIRED_NETWORKS_CHAIN_IDS: { ETHEREUM_MAINNET: number; ETHEREUM_SEPOLIA: number; ZETACHAIN_MAINNET: number; ZETACHAIN_TESTNET: number; }; //# sourceMappingURL=constants.d.ts.map