From c2526fa69157b1ae5368d6e2363a6e2dd193431c Mon Sep 17 00:00:00 2001 From: horsefacts <109845214+horsefacts@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:07:35 -0700 Subject: [PATCH] chore: update recovery proxy salt (#388) --- script/DeployL2.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/DeployL2.s.sol b/script/DeployL2.s.sol index 97985291..7dceab93 100644 --- a/script/DeployL2.s.sol +++ b/script/DeployL2.s.sol @@ -29,7 +29,7 @@ contract DeployL2 is ImmutableCreate2Deployer { bytes32 internal constant BUNDLER_CREATE2_SALT = bytes32(0x6d2b70e39c6bc63763098e336323591eb77cd0c6e451fc0a34ec4c008c9a31fa); bytes32 internal constant RECOVERY_PROXY_CREATE2_SALT = - bytes32(0x6d2b70e39c6bc63763098e336323591eb77cd0c63f5aeb3ca385240029dc78fe); + bytes32(0x6d2b70e39c6bc63763098e336323591eb77cd0c6110eaaca06f77900dac1cad3); struct DeploymentParams { address initialIdRegistryOwner;