Update tree reader (#117)

This commit is contained in:
turnoffthiscomputer
2025-02-15 12:19:18 +01:00
committed by GitHub
parent 4834fb3927
commit 3dffb29961
12 changed files with 1415 additions and 398 deletions

View File

@@ -26,7 +26,7 @@ export const CHAIN_NAME = 'optimism';
export const RPC_URL = 'https://opt-mainnet.g.alchemy.com/v2/Mjj_SdklUaCdR6EPfVKXb7m6Pj5TjzWL';
// we make it global here because passing it to generateCircuitInputsRegister caused trouble
export const DEVELOPMENT_MODE = true;
export const DEVELOPMENT_MODE = false;
export const DEFAULT_MAJORITY = '18';
export const hashAlgos = ['sha512', 'sha384', 'sha256', 'sha224', 'sha1'];