fix: add type aave

This commit is contained in:
yj 2021-06-15 13:29:08 -05:00
parent e507939ae1
commit ffb1fe96d7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"type": "aave",
"suffix": "AAVE",
"coinGeckoPriceString": "aave",
"tokenContractAddress": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
"tokenContractAddress": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
"isEnabled": true,
"hasOnchain": true,
"claim": {

View File

@ -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({