Skip to content

Commit

Permalink
redeploy testnets, new salts
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Dec 18, 2024
1 parent 83566f9 commit 4f50476
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions scripts/foundry/DeployGasdaddy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ contract DeployGasdaddy is Script {

// SALTS
bytes32 constant SPONSORSHIP_PAYMASTER_DEPLOYMENT_SALT = 0xc9ec6c618ddf6abc86e028d1ec4b5134220e43bf3077b043e67f191f9eb347e1; // ==> 0x000000f05e956f96bbcbf39012809070da94047c
bytes32 constant TOKEN_PAYMASTER_DEPLOYMENT_SALT = 0xaa3606532a9bab499b169e3b3b73d84c75b65a74c34a55188d89a91402de1936; // ==> 0x00000054bbe1c7aefb16e7cc9be4f5ebd7e88361
bytes32 constant TOKEN_PAYMASTER_DEPLOYMENT_SALT = 0x38b3bd986a7d84de00ac8e7a738bec546ee9b15bf26e12af54823d252ba868f7; // ==> 0x000000e5c375f0b44015386c338ce5ddf72d600b
// backup salt 0x724dd9b57a6505c7389fa9ee13b55404929a38dda59f440c5f3bd8c24bf05497 ==> 0x0000008e81b7464dcc67669ea8624ab4486553b3 (not used yet)

// CONSTRUCTOR ARGS
address constant VERIFYING_PAYMASTER_OWNER = 0x2cf491602ad22944D9047282aBC00D3e52F56B37;
Expand Down Expand Up @@ -402,4 +403,4 @@ contract DeployGasdaddy is Script {
);

}
}
}

0 comments on commit 4f50476

Please sign in to comment.