Skip to content

Commit

Permalink
add strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Dec 21, 2023
1 parent 1327273 commit 615cc9b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/strategies/aavegotchi-agip-17/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
}
},
"network": "137",
"addresses": ["0x027Ffd3c119567e85998f4E6B9c3d83D5702660c"],
"snapshot": 22089223
"addresses": [
"0x027Ffd3c119567e85998f4E6B9c3d83D5702660c",
"0xC3c2e1Cf099Bc6e1fA94ce358562BCbD5cc59FE5",
"0x585E06CA576D0565a035301819FD2cfD7104c1E8"
],
"snapshot": 50601487
}
]
8 changes: 6 additions & 2 deletions src/strategies/aavegotchi/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
}
},
"network": "137",
"addresses": ["0x027Ffd3c119567e85998f4E6B9c3d83D5702660c"],
"snapshot": 12089223
"addresses": [
"0x027Ffd3c119567e85998f4E6B9c3d83D5702660c",
"0xC3c2e1Cf099Bc6e1fA94ce358562BCbD5cc59FE5",
"0x585E06CA576D0565a035301819FD2cfD7104c1E8"
],
"snapshot": 50601487
}
]
6 changes: 6 additions & 0 deletions src/strategies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ 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';
import * as balancerUnipool from './balancer-unipool';
Expand Down Expand Up @@ -499,6 +502,9 @@ const strategies = {
defidollar,
aavegotchi,
'aavegotchi-agip': aavegotchiAgip,
'aavegotchi-agip-17': aavegotchiAgip17,
'aavegotchi-agip-37-wap-ghst': aavegotchiAgip37WapGhst,
'aavegotchi-agip-37-gltr-staked-lp': aavegotchiAgip37Gltr,
mithcash,
stablexswap,
dittomoney,
Expand Down

0 comments on commit 615cc9b

Please sign in to comment.