From 153f8692718bb1e9fca9080d3218aa04d8a20079 Mon Sep 17 00:00:00 2001 From: karotjal Date: Mon, 20 Sep 2021 12:39:42 +0200 Subject: [PATCH] config: Added ReserveFactor 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 3ce0b8e8..3129d9e8 100644 --- a/markets/avalanche/commons.ts +++ b/markets/avalanche/commons.ts @@ -155,7 +155,7 @@ export const CommonsConfig: ICommonConfiguration = { [eAvalancheNetwork.fuji]: '0xd00ae08403B9bbb9124bB305C09058E32C39A48c', // Official WAVAX }, ReserveFactorTreasuryAddress: { - [eAvalancheNetwork.avalanche]: '', // TO BE DEPLOYED + [eAvalancheNetwork.avalanche]: '0x467b92aF281d14cB6809913AD016a607b5ba8A36', [eAvalancheNetwork.fuji]: '0xB45F5C501A22288dfdb897e5f73E189597e09288', // Self-controlled EOA for testing }, IncentivesController: {