mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-01-10 04:57:59 -05:00
fix(tests): update for network1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user