fix: Remove contract names

This commit is contained in:
karotjal 2021-09-22 16:27:57 +02:00
parent 6d0095f292
commit 1d6a13653c

View File

@ -76,7 +76,6 @@ task('publish-sourcify', 'Publish contracts metadata from hardhat-deploy to Sour
async ({}, hre) => {
const contractNames = [
'LendingPoolImpl',
/*
'LendingPoolConfiguratorImpl',
'LendingPoolCollateralManagerImpl',
'DefaultReserveInterestRateStrategy',
@ -90,7 +89,6 @@ task('publish-sourcify', 'Publish contracts metadata from hardhat-deploy to Sour
'LendingPoolAddressesProviderRegistry',
'AaveOracle',
'UiPoolDataProvider',
*/
];
for (let x = 0; x < contractNames.length; x++) {