Skip to content

Commit

Permalink
chore: update recovery proxy salt (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
horsefacts committed Aug 29, 2023
1 parent dc6c30c commit c2526fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployL2.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c2526fa

Please sign in to comment.