Skip to content

Commit b33107d

Browse files
misc: Put back the address(0) placeholder in script
1 parent f077284 commit b33107d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/DeployFactory.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ contract DeployFactory is Script {
2323
/**
2424
* @notice The aTokenVaultFactory's Proxy Admin
2525
*/
26-
address constant FACTORY_PROXY_ADMIN = address(DEPLOYER_ADDRESS);
26+
address constant FACTORY_PROXY_ADMIN = address(0);
2727
////////////////////////////////////////////////////////////////////
2828

2929
address constant EXPECTED_FACTORY_ADDRESS = address(0xa35995bb2fFC5F2b33379C2e95d00C20FbF71E70);

0 commit comments

Comments
 (0)