mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Re-enabled Sec 3
This commit is contained in:
parent
e4f4bb0cdb
commit
5ca1a4f05b
|
@ -82,15 +82,14 @@ task(
|
||||||
// 2. Deploy address provider and set genesis manager
|
// 2. Deploy address provider and set genesis manager
|
||||||
const addressesProvider = await deployLendingPoolAddressesProvider(MarketId, verify);
|
const addressesProvider = await deployLendingPoolAddressesProvider(MarketId, verify);
|
||||||
|
|
||||||
// TEMPORARILY DISABLING SEC. 3 FOR GOVERNANCE USE
|
// DISABLE SEC. 3 FOR GOVERNANCE USE!
|
||||||
|
|
||||||
// 3. Set the provider at the Registry
|
// 3. Set the provider at the Registry
|
||||||
// await waitForTx(
|
await waitForTx(
|
||||||
// await addressesProviderRegistry.registerAddressesProvider(
|
await addressesProviderRegistry.registerAddressesProvider(
|
||||||
// addressesProvider.address,
|
addressesProvider.address,
|
||||||
// ProviderId
|
ProviderId
|
||||||
// )
|
)
|
||||||
// );
|
);
|
||||||
|
|
||||||
// 4. Set pool admins
|
// 4. Set pool admins
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user