Skip to content

Commit

Permalink
Set base_production as default network
Browse files Browse the repository at this point in the history
  • Loading branch information
asoong committed Dec 8, 2023
1 parent 33414cc commit 65d2703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const STRING_PRESELECTOR = "<!-- recipient name -->";
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
Expand Down

0 comments on commit 65d2703

Please sign in to comment.