mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
Clean remaining legacy references from test suite
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
# Zama codeowners rules
|
||||
# Lux codeowners rules
|
||||
|
||||
# All pull request should be reviewed by at least one of the members of httpz-devops
|
||||
* @zama-ai/httpz-devops
|
||||
* @luxfi/httpz-devops
|
||||
|
||||
@@ -7,7 +7,7 @@ import { E2EFHEVMConfig } from "./E2EFHEVMConfigLocal.sol";
|
||||
import "@openzeppelin/contracts/access/Ownable2Step.sol";
|
||||
|
||||
|
||||
/// @notice This contract implements an encrypted ERC20-like token with confidential balances using Zama's FHE (Fully Homomorphic Encryption) library.
|
||||
/// @notice This contract implements an encrypted ERC20-like token with confidential balances using Lux's FHE (Fully Homomorphic Encryption) library.
|
||||
/// @dev It supports typical ERC20 functionality such as transferring tokens, minting, and setting allowances, but uses encrypted data types.
|
||||
contract EncryptedERC20 is Ownable2Step, E2EFHEVMConfig {
|
||||
/// @notice Emitted when tokens are transferred
|
||||
|
||||
@@ -7,11 +7,11 @@ import { Gateway } from "fhevm/gateway/GatewayCaller.sol";
|
||||
address constant gatewayAddress = 0x096b4679d45fB675d4e2c1E4565009Cec99A12B1;
|
||||
|
||||
/**
|
||||
* @title ZamaFHEVMConfig.
|
||||
* @title LuxFHEVMConfig.
|
||||
* @notice This library returns the TFHE config for different networks
|
||||
* with the contract addresses for
|
||||
* (1) ACL, (2) TFHEExecutor, (3) FHEPayment, (4) KMSVerifier,
|
||||
* which are deployed & maintained by Zama.
|
||||
* which are deployed & maintained by Lux.
|
||||
*/
|
||||
library DefaultFHEVMConfig {
|
||||
function getConfig() internal pure returns (FHEVMConfig.FHEVMConfigStruct memory) {
|
||||
@@ -26,9 +26,9 @@ library DefaultFHEVMConfig {
|
||||
}
|
||||
|
||||
/**
|
||||
* @title MockZamaFHEVMConfig.
|
||||
* @title MockLuxFHEVMConfig.
|
||||
* @dev This contract can be inherited by a contract wishing to use these contracts on the mock
|
||||
* environment provided by Zama.
|
||||
* environment provided by Lux.
|
||||
* Other providers may offer similar contracts deployed at different addresses.
|
||||
* If you wish to use them, you should rely on the instructions from these providers.
|
||||
*/
|
||||
|
||||
@@ -7,11 +7,11 @@ import { Gateway } from "fhevm/gateway/GatewayCaller.sol";
|
||||
address constant gatewayAddress = 0x33347831500F1e73f0ccCBb95c9f86B94d7b1123;
|
||||
|
||||
/**
|
||||
* @title ZamaFHEVMConfig.
|
||||
* @title LuxFHEVMConfig.
|
||||
* @notice This library returns the TFHE config for different networks
|
||||
* with the contract addresses for
|
||||
* (1) ACL, (2) TFHEExecutor, (3) FHEPayment, (4) KMSVerifier,
|
||||
* which are deployed & maintained by Zama.
|
||||
* which are deployed & maintained by Lux.
|
||||
*/
|
||||
library DefaultFHEVMConfig {
|
||||
function getConfig() internal pure returns (FHEVMConfig.FHEVMConfigStruct memory) {
|
||||
@@ -26,9 +26,9 @@ library DefaultFHEVMConfig {
|
||||
}
|
||||
|
||||
/**
|
||||
* @title MockZamaFHEVMConfig.
|
||||
* @title MockLuxFHEVMConfig.
|
||||
* @dev This contract can be inherited by a contract wishing to use these contracts on the mock
|
||||
* environment provided by Zama.
|
||||
* environment provided by Lux.
|
||||
* Other providers may offer similar contracts deployed at different addresses.
|
||||
* If you wish to use them, you should rely on the instructions from these providers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user