Skip to content

Commit

Permalink
update fantom tvl
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jun 23, 2023
1 parent fd78237 commit 09e5f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/market.xyz/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = {
borrowed: polygonBorrowed,
},
fantom: {
tvl: fantomTvl,
borrowed: fantomBorrowed,
tvl: () => ({}),
borrowed: () => ({}),
},
};

0 comments on commit 09e5f89

Please sign in to comment.