We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474abb commit e88941dCopy full SHA for e88941d
claim_contracts/script/DeployAlignedToken.s.sol
@@ -49,23 +49,6 @@ contract DeployAlignedToken is Script {
49
);
50
}
51
52
- function deployProxyAdmin(
53
- address _safe,
54
- bytes32 _salt,
55
- address _deployer
56
- ) internal returns (ProxyAdmin) {
57
- bytes memory _proxyAdminDeploymentData = Utils.proxyAdminDeploymentData(
58
- _safe
59
- );
60
- address _proxyAdminCreate2Address = Utils.deployWithCreate2(
61
- _proxyAdminDeploymentData,
62
- _salt,
63
- _deployer
64
65
-
66
- return ProxyAdmin(_proxyAdminCreate2Address);
67
- }
68
69
function deployAlignedTokenProxy(
70
address _proxyAdmin,
71
bytes32 _salt,
0 commit comments