Skip to content

Commit 2d3bcf2

Browse files
committed
feat: update uipooldataprovider task config
1 parent 26a296f commit 2d3bcf2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

tasks/deployments/deploy-UiPoolDataProvider.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import { task } from 'hardhat/config';
2-
import { eAvalancheNetwork, eContractid, eEthereumNetwork, eNetwork, ePolygonNetwork } from '../../helpers/types';
2+
import {
3+
eAvalancheNetwork,
4+
eContractid,
5+
eEthereumNetwork,
6+
eNetwork,
7+
ePolygonNetwork,
8+
} from '../../helpers/types';
39
import { deployUiPoolDataProvider } from '../../helpers/contracts-deployments';
410
import { exit } from 'process';
511

@@ -32,8 +38,8 @@ task(`deploy-${eContractid.UiPoolDataProvider}`, `Deploys the UiPoolDataProvider
3238
aaveOracle: '0xC365C653f7229894F93994CD0b30947Ab69Ff1D5',
3339
},
3440
[eAvalancheNetwork.fuji]: {
35-
incentivesController: '0x0000000000000000000000000000000000000000',
36-
aaveOracle: '0xF8a88cE4bd99dcae4634D1b11bBf4554b1B9EaCf',
41+
incentivesController: '0xa1EF206fb9a8D8186157FC817fCddcC47727ED55',
42+
aaveOracle: '0xD217DdD9f0Af84644dEFe84a0b634621D4617a29',
3743
},
3844
};
3945
const supportedNetworks = Object.keys(addressesByNetwork);

0 commit comments

Comments
 (0)