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 f077284 commit b33107dCopy full SHA for b33107d
script/DeployFactory.s.sol
@@ -23,7 +23,7 @@ contract DeployFactory is Script {
23
/**
24
* @notice The aTokenVaultFactory's Proxy Admin
25
*/
26
- address constant FACTORY_PROXY_ADMIN = address(DEPLOYER_ADDRESS);
+ address constant FACTORY_PROXY_ADMIN = address(0);
27
////////////////////////////////////////////////////////////////////
28
29
address constant EXPECTED_FACTORY_ADDRESS = address(0xa35995bb2fFC5F2b33379C2e95d00C20FbF71E70);
0 commit comments