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) => {
|
async ({}, hre) => {
|
||||||
const contractNames = [
|
const contractNames = [
|
||||||
'LendingPoolImpl',
|
'LendingPoolImpl',
|
||||||
/*
|
|
||||||
'LendingPoolConfiguratorImpl',
|
'LendingPoolConfiguratorImpl',
|
||||||
'LendingPoolCollateralManagerImpl',
|
'LendingPoolCollateralManagerImpl',
|
||||||
'DefaultReserveInterestRateStrategy',
|
'DefaultReserveInterestRateStrategy',
|
||||||
|
|
@ -90,7 +89,6 @@ task('publish-sourcify', 'Publish contracts metadata from hardhat-deploy to Sour
|
||||||
'LendingPoolAddressesProviderRegistry',
|
'LendingPoolAddressesProviderRegistry',
|
||||||
'AaveOracle',
|
'AaveOracle',
|
||||||
'UiPoolDataProvider',
|
'UiPoolDataProvider',
|
||||||
*/
|
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let x = 0; x < contractNames.length; x++) {
|
for (let x = 0; x < contractNames.length; x++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user