We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d294da1 commit 483baaaCopy full SHA for 483baaa
1 file changed
claim_contracts/script/Utils.sol
@@ -125,7 +125,7 @@ library Utils {
125
}
126
127
function claimableAirdropProxyDeploymentData(
128
- address _proxyAdmin,
+ address _proxyAdminOwner,
129
address _implementation,
130
address _owner,
131
address _tokenContractAddress,
@@ -138,7 +138,7 @@ library Utils {
138
type(TransparentUpgradeableProxy).creationCode,
139
abi.encode(
140
_implementation,
141
- _proxyAdmin,
+ _proxyAdminOwner,
142
claimableAirdropInitData(
143
144
_owner,
0 commit comments