fix(tests): update for network1

This commit is contained in:
aquint-zama
2024-01-31 09:52:47 +01:00
parent e2d15ec0fc
commit f254193284
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ interface FhevmLib {
function fheRandBounded(uint256 upperBound, bytes1 randType) external view returns (uint256 result);
}
address constant EXT_TFHE_LIBRARY = address(0x000000000000000000000000000000000000005d);
address constant EXT_TFHE_LIBRARY = address(0x010000000000000000000000000000000000005D);
library Impl {
// 32 bytes for the 'byte' type header + 48 bytes for the NaCl anonymous

View File

@@ -1,2 +1,2 @@
export const FHE_LIB_ADDRESS = '0x000000000000000000000000000000000000005d';
export const OPTIMISTIC_REQUIRES_ENABLED: boolean = true;
export const FHE_LIB_ADDRESS = '0x010000000000000000000000000000000000005D';
export const OPTIMISTIC_REQUIRES_ENABLED: boolean = false;