diff --git a/markets/avalanche/commons.ts b/markets/avalanche/commons.ts index e6af12d4..e4fe5a7c 100644 --- a/markets/avalanche/commons.ts +++ b/markets/avalanche/commons.ts @@ -163,6 +163,6 @@ export const CommonsConfig: ICommonConfiguration = { }, IncentivesController: { [eAvalancheNetwork.avalanche]: ZERO_ADDRESS, - [eAvalancheNetwork.fuji]: ZERO_ADDRESS + [eAvalancheNetwork.fuji]: '0xa1EF206fb9a8D8186157FC817fCddcC47727ED55' // AVAX Incentives Controller }, };