Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(rari-fuse): Add dependency to mStable imUSD
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Jun 28, 2022
1 parent ee2e2a3 commit dd80ee8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class EthereumRariFuseSupplyTokenFetcher implements PositionFetcher<AppTo
network,
},
{ appId: OLYMPUS_DEFINITION.id, groupIds: [OLYMPUS_DEFINITION.groups.gOhm.id], network },
{ appId: 'mstable', groupIds: ['imusd'], network },
);

const markets = await Promise.all(
Expand Down

0 comments on commit dd80ee8

Please sign in to comment.