diff --git a/client/src/helpers/constants.ts b/client/src/helpers/constants.ts index 0e20d2fd4..a07d22615 100644 --- a/client/src/helpers/constants.ts +++ b/client/src/helpers/constants.ts @@ -42,7 +42,7 @@ export const STRING_PRESELECTOR = ""; export const UINT256_MAX = "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"; export const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000000000000000000000000000"; export const CALLER_ACCOUNT = "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"; -export const DEFAULT_NETWORK = "base"; +export const DEFAULT_NETWORK = "base_production"; // Proving key paths