Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update Safe email recovery account address
Browse files Browse the repository at this point in the history
  • Loading branch information
jacque006 committed Jun 19, 2024
1 parent 00ed5b1 commit 809d8df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ contract SafeZkEmailRecoveryPlugin_Integration_Test is TestHelper {
);
emailProof.timestamp = block.timestamp;
emailProof
.maskedSubject = "Accept guardian request for 0x78cA0A67bF6Cbe8Bf2429f0c7934eE5Dd687a32c";
.maskedSubject = "Accept guardian request for 0x5991A2dF15A8F6A256D3Ec51E99254Cd3fb576A9";
emailProof.emailNullifier = keccak256(abi.encode("nullifier 1"));
emailProof.accountSalt = accountSalt;
emailProof.isCodeExist = true;
Expand Down Expand Up @@ -185,7 +185,7 @@ contract SafeZkEmailRecoveryPlugin_Integration_Test is TestHelper {
);
emailProof.timestamp = block.timestamp + 1;
emailProof
.maskedSubject = "Update owner to 0xDdF4497d39b10cf50Af640942cc15233970dA0c2 on account 0x78cA0A67bF6Cbe8Bf2429f0c7934eE5Dd687a32c";
.maskedSubject = "Update owner to 0xDdF4497d39b10cf50Af640942cc15233970dA0c2 on account 0x5991A2dF15A8F6A256D3Ec51E99254Cd3fb576A9";
emailProof.emailNullifier = keccak256(abi.encode("nullifier 2"));
emailProof.accountSalt = accountSalt;
require(
Expand Down

0 comments on commit 809d8df

Please sign in to comment.