Skip to content

Commit 483baaa

Browse files
committed
refactor: rename
1 parent d294da1 commit 483baaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

claim_contracts/script/Utils.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ library Utils {
125125
}
126126

127127
function claimableAirdropProxyDeploymentData(
128-
address _proxyAdmin,
128+
address _proxyAdminOwner,
129129
address _implementation,
130130
address _owner,
131131
address _tokenContractAddress,
@@ -138,7 +138,7 @@ library Utils {
138138
type(TransparentUpgradeableProxy).creationCode,
139139
abi.encode(
140140
_implementation,
141-
_proxyAdmin,
141+
_proxyAdminOwner,
142142
claimableAirdropInitData(
143143
_implementation,
144144
_owner,

0 commit comments

Comments
 (0)