Skip to content

Commit a6978ed

Browse files
committed
fix on deployment task
1 parent 07ea0e6 commit a6978ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/deployments/deploy-UiPoolDataProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ task(`deploy-${eContractid.UiPoolDataProvider}`, `Deploys the UiPoolDataProvider
4242
}
4343

4444
const oracle = addressesByNetwork[network].aaveOracle;
45-
const incentivesController = addressesByNetwork[network].aaveOracle;
45+
const incentivesController = addressesByNetwork[network].incentivesController;
4646

4747
console.log(`\n- UiPoolDataProvider deployment`);
4848

0 commit comments

Comments
 (0)