From cae97c2f6ea9e42ed1cb94fa0b8c057903d46f9d Mon Sep 17 00:00:00 2001 From: Coderdan Date: Thu, 21 Dec 2023 11:29:08 +0800 Subject: [PATCH] chore: add wearables and update example --- src/strategies/aavegotchi-agip/examples.json | 4 ++-- src/strategies/aavegotchi-agip/index.ts | 20 +++++++++++++++++++- src/strategies/index.ts | 7 +------ 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/src/strategies/aavegotchi-agip/examples.json b/src/strategies/aavegotchi-agip/examples.json index 72a671a70..631a5cf86 100644 --- a/src/strategies/aavegotchi-agip/examples.json +++ b/src/strategies/aavegotchi-agip/examples.json @@ -10,10 +10,10 @@ }, "network": "137", "addresses": [ - "0x51195e21BDaE8722B29919db56d95Ef51FaecA6C", + "0x9730299b10A30bDbAF81815c99b4657c685314AB", "0xDd564df884Fd4e217c9ee6F65B4BA6e5641eAC63", "0xBfe09443556773958bae1699b786d8E9680B5571" ], - "snapshot": 39986904 + "snapshot": 51370819 } ] diff --git a/src/strategies/aavegotchi-agip/index.ts b/src/strategies/aavegotchi-agip/index.ts index d3c278216..83dc40d53 100644 --- a/src/strategies/aavegotchi-agip/index.ts +++ b/src/strategies/aavegotchi-agip/index.ts @@ -349,7 +349,25 @@ const prices: Prices = { '366': 10000, '367': 10000, '368': 10000, - '369': 10000 + '369': 10000, + '370': 5, + '371': 5, + '372': 5, + '373': 10, + '374': 100, + '375': 5, + '376': 100, + '377': 10, + '378': 100, + '379': 100, + '380': 300, + '381': 300, + '382': 300, + '383': 300, + '384': 2000, + '385': 10000, + '386': 10000, + '387': 10000 }; const tokenAbi = [ diff --git a/src/strategies/index.ts b/src/strategies/index.ts index 43ed5f56b..0d14adf3e 100644 --- a/src/strategies/index.ts +++ b/src/strategies/index.ts @@ -67,8 +67,6 @@ import * as xDaiStakeDelegation from './xdai-stake-delegation'; import * as defidollar from './defidollar'; import * as aavegotchi from './aavegotchi'; import * as aavegotchiAgip from './aavegotchi-agip'; -import * as aavegotchiAgip17 from './aavegotchi-agip-17'; -import * as aavegotchiAgip37WapGhst from './aavegotchi-agip-37-wap-ghst'; import * as aavegotchiAgip37Gltr from './aavegotchi-agip-37-gltr-staked-lp'; import * as mithcash from './mithcash'; import * as dittomoney from './dittomoney'; @@ -382,7 +380,7 @@ import * as plearn from './plearn'; import * as snote from './snote'; import * as streamr from './streamr'; import * as aavegotchiAgip17 from './aavegotchi-agip-17'; -import * as aavegotchiAgip37GltrStakedLp from './aavegotchi-agip-37-gltr-staked-lp'; + import * as aavegotchiAgip37WapGhst from './aavegotchi-agip-37-wap-ghst'; import * as agave from './agave'; import * as arrakisFinance from './arrakis-finance'; @@ -797,9 +795,6 @@ const strategies = { plearn, snote, streamr, - 'aavegotchi-agip-17': aavegotchiAgip17, - 'aavegotchi-agip-37-gltr-staked-lp': aavegotchiAgip37GltrStakedLp, - 'aavegotchi-agip-37-wap-ghst': aavegotchiAgip37WapGhst, agave, 'arrakis-finance': arrakisFinance, 'ctsi-staking-pool': ctsiStakingPool,