mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
fix: add type aave
This commit is contained in:
parent
e507939ae1
commit
ffb1fe96d7
|
@ -8,7 +8,7 @@
|
||||||
"type": "aave",
|
"type": "aave",
|
||||||
"suffix": "AAVE",
|
"suffix": "AAVE",
|
||||||
"coinGeckoPriceString": "aave",
|
"coinGeckoPriceString": "aave",
|
||||||
"tokenContractAddress": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
|
"tokenContractAddress": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
||||||
"isEnabled": true,
|
"isEnabled": true,
|
||||||
"hasOnchain": true,
|
"hasOnchain": true,
|
||||||
"claim": {
|
"claim": {
|
||||||
|
|
2
types.ts
2
types.ts
|
@ -7,7 +7,7 @@ export const ProtocolIo = t.type({
|
||||||
path: t.string,
|
path: t.string,
|
||||||
previousPaths: t.union([t.array(t.string), t.undefined]),
|
previousPaths: t.union([t.array(t.string), t.undefined]),
|
||||||
folder: t.string,
|
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,
|
suffix: t.string,
|
||||||
claim: t.union([
|
claim: t.union([
|
||||||
t.partial({
|
t.partial({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user