Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Dec 21, 2023
1 parent cae97c2 commit 0d03c0c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/strategies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +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 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 @@ -380,7 +379,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 @@ -500,9 +499,6 @@ 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 Expand Up @@ -795,6 +791,9 @@ const strategies = {
plearn,
snote,
streamr,
'aavegotchi-agip-17': aavegotchiAgip17,
'aavegotchi-agip-37-wap-ghst': aavegotchiAgip37WapGhst,
'aavegotchi-agip-37-gltr-staked-lp': aavegotchiAgip37GltrStakedLp,
agave,
'arrakis-finance': arrakisFinance,
'ctsi-staking-pool': ctsiStakingPool,
Expand Down

0 comments on commit 0d03c0c

Please sign in to comment.