Skip to content

Commit

Permalink
new salts
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Dec 12, 2024
1 parent 369c515 commit 574d131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Large diffs are not rendered by default.

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

// SALTS
bytes32 constant SPONSORSHIP_PAYMASTER_DEPLOYMENT_SALT = 0x3e81534a95d3368136d6c49522f8e20ada0b768931512a65c785c15a83178777; //
bytes32 constant TOKEN_PAYMASTER_DEPLOYMENT_SALT = 0xf5516e76713013dc560228c61d8ad21680be770b25fcaed28edf3071e09bb777; //
bytes32 constant SPONSORSHIP_PAYMASTER_DEPLOYMENT_SALT = 0xc9ec6c618ddf6abc86e028d1ec4b5134220e43bf3077b043e67f191f9eb347e1; // ==> 0x000000f05e956f96bbcbf39012809070da94047c
bytes32 constant TOKEN_PAYMASTER_DEPLOYMENT_SALT = 0xaa3606532a9bab499b169e3b3b73d84c75b65a74c34a55188d89a91402de1936; // ==> 0x00000054bbe1c7aefb16e7cc9be4f5ebd7e88361

// CONSTRUCTOR ARGS
address constant VERIFYING_PAYMASTER_OWNER = 0x2cf491602ad22944D9047282aBC00D3e52F56B37;
Expand Down

0 comments on commit 574d131

Please sign in to comment.