From 8e3df61e6af3958e46bae6142c5d6b3d3e8a5504 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Tue, 24 Aug 2021 10:39:40 +0200 Subject: [PATCH] feat: Add FUJI Incentives Controller Address --- markets/avalanche/commons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, };