mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Update tree reader (#117)
This commit is contained in:
committed by
GitHub
parent
4834fb3927
commit
3dffb29961
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user