Skip to content

Commit

Permalink
fix: update Sepolia addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu authored Nov 28, 2024
1 parent 42b6d88 commit 21d7faa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/ZamaFHEVMConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ library ZamaFHEVMConfig {
function getSepoliaConfig() internal pure returns (FHEVMConfig.FHEVMConfigStruct memory) {
return
FHEVMConfig.FHEVMConfigStruct({
ACLAddress: 0x339EcE85B9E11a3A3AA557582784a15d7F82AAf2,
TFHEExecutorAddress: 0x596E6682c72946AF006B27C131793F2b62527A4b,
FHEPaymentAddress: 0x6d5A11aC509C707c00bc3A0a113ACcC26c532547,
KMSVerifierAddress: 0x208De73316E44722e16f6dDFF40881A3e4F86104
ACLAddress: 0x9479B455904dCccCf8Bc4f7dF8e9A1105cBa2A8e,
TFHEExecutorAddress: 0x199fB61DFdfE46f9F90C9773769c28D9623Bb90e,
FHEPaymentAddress: 0x25FE5d92Ae6f89AF37D177cF818bF27EDFe37F7c,
KMSVerifierAddress: 0x904Af2B61068f686838bD6257E385C2cE7a09195
});
}

Expand Down

0 comments on commit 21d7faa

Please sign in to comment.