export declare const chainName = "Azero"; export declare const chainNativeCurrency: { name: string; symbol: string; decimals: number; }; export declare const contractVersion = "0x000001"; export declare const relayPath = "/relay"; export declare const feePath = "/quote_fees"; /** * Gas limit for shield action: newAccount or deposit * Originally they have ~2M gas limit, but we set it to 3M to be safe */ export declare const shieldActionGasLimit = 3000000n; export declare const storageSchemaVersion = 1;