feat: Add FUJI Incentives Controller Address

This commit is contained in:
miguelmtzinf 2021-08-24 10:39:40 +02:00
parent e82ea5afed
commit 8e3df61e6a

View File

@ -163,6 +163,6 @@ export const CommonsConfig: ICommonConfiguration = {
}, },
IncentivesController: { IncentivesController: {
[eAvalancheNetwork.avalanche]: ZERO_ADDRESS, [eAvalancheNetwork.avalanche]: ZERO_ADDRESS,
[eAvalancheNetwork.fuji]: ZERO_ADDRESS [eAvalancheNetwork.fuji]: '0xa1EF206fb9a8D8186157FC817fCddcC47727ED55' // AVAX Incentives Controller
}, },
}; };