Skip to content

Commit

Permalink
add tokan exchange (#10155)
Browse files Browse the repository at this point in the history
  • Loading branch information
TokanExchange authored May 10, 2024
1 parent ca8d8f7 commit 27c6dad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/tokan-exchange/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { getUniTVL } = require("../helper/unknownTokens");

module.exports = {
misrepresentedTokens: true,
scroll: {
tvl: getUniTVL({
factory: "0x92aF10c685D2CF4CD845388C5f45aC5dc97C5024",
useDefaultCoreAssets: true,
hasStablePools: true
}),
}
};

0 comments on commit 27c6dad

Please sign in to comment.