Skip to content

Commit

Permalink
chore: add Sepolia addresses to config
Browse files Browse the repository at this point in the history
  • Loading branch information
PacificYield committed Nov 15, 2024
1 parent 4c7ce9e commit d04e3d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion config/ZamaFHEVMConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ library ZamaFHEVMConfig {
}

function getSepoliaConfig() internal pure returns (FHEVMConfig.FHEVMConfigStruct memory) {
/// TODO
return
FHEVMConfig.FHEVMConfigStruct({
ACLAddress: 0x339EcE85B9E11a3A3AA557582784a15d7F82AAf2,
TFHEExecutorAddress: 0x596E6682c72946AF006B27C131793F2b62527A4b,
FHEPaymentAddress: 0x6d5A11aC509C707c00bc3A0a113ACcC26c532547,
KMSVerifierAddress: 0x208De73316E44722e16f6dDFF40881A3e4F86104
});
}

function getEthereumConfig() internal pure returns (FHEVMConfig.FHEVMConfigStruct memory) {
Expand Down
2 changes: 1 addition & 1 deletion config/ZamaGatewayConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library ZamaGatewayConfig {
}

function getSepoliaConfig() internal pure returns (address) {
/// TODO
return 0x096b4679d45fB675d4e2c1E4565009Cec99A12B1;
}

function getEthereumConfig() internal pure returns (address) {
Expand Down

0 comments on commit d04e3d9

Please sign in to comment.