From 4fd954bb069e70780a2eb3b857343f50db0d4468 Mon Sep 17 00:00:00 2001 From: Zak Angelle Date: Wed, 7 Jul 2021 12:27:04 -0500 Subject: [PATCH] fix: update aave token contract address --- protocols/aave/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/aave/index.json b/protocols/aave/index.json index 9e7d5be..598ce9f 100644 --- a/protocols/aave/index.json +++ b/protocols/aave/index.json @@ -8,7 +8,7 @@ "type": "others", "suffix": "AAVE", "coinGeckoPriceString": "", - "tokenContractAddress": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9", + "tokenContractAddress": "0xC13eac3B4F9EED480045113B7af00F7B5655Ece8", "isEnabled": true, "hasOnchain": false, "isHybrid": false, @@ -25,4 +25,4 @@ }, "safeAddress": null, "treasuryAddresses": ["0x25F2226B597E8F9514B3F68F00f494cF4f286491"] -} \ No newline at end of file +}