Skip to content

Commit

Permalink
chore: add wearables and update example
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Dec 21, 2023
1 parent 615cc9b commit cae97c2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/strategies/aavegotchi-agip/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"network": "137",
"addresses": [
"0x51195e21BDaE8722B29919db56d95Ef51FaecA6C",
"0x9730299b10A30bDbAF81815c99b4657c685314AB",
"0xDd564df884Fd4e217c9ee6F65B4BA6e5641eAC63",
"0xBfe09443556773958bae1699b786d8E9680B5571"
],
"snapshot": 39986904
"snapshot": 51370819
}
]
20 changes: 19 additions & 1 deletion src/strategies/aavegotchi-agip/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
7 changes: 1 addition & 6 deletions src/strategies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit cae97c2

Please sign in to comment.