From ffb1fe96d7a88f49f2a8a283d669093abb458be7 Mon Sep 17 00:00:00 2001 From: yj Date: Tue, 15 Jun 2021 13:29:08 -0500 Subject: [PATCH] fix: add type aave --- protocols/aave/index.json | 2 +- types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/aave/index.json b/protocols/aave/index.json index 988b363..34ec2a0 100644 --- a/protocols/aave/index.json +++ b/protocols/aave/index.json @@ -8,7 +8,7 @@ "type": "aave", "suffix": "AAVE", "coinGeckoPriceString": "aave", - "tokenContractAddress": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9", + "tokenContractAddress": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9", "isEnabled": true, "hasOnchain": true, "claim": { diff --git a/types.ts b/types.ts index 51ed5eb..bb3d564 100644 --- a/types.ts +++ b/types.ts @@ -7,7 +7,7 @@ export const ProtocolIo = t.type({ path: t.string, previousPaths: t.union([t.array(t.string), t.undefined]), folder: t.string, - type: t.union([t.literal("snapshot"), t.literal("compoundish")]), + type: t.union([t.literal("snapshot"), t.literal("compoundish"), t.literal("aave")]), suffix: t.string, claim: t.union([ t.partial({