mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: Remove contract names
This commit is contained in:
parent
6d0095f292
commit
1d6a13653c
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user