Skip to content

Commit

Permalink
Create index.js (#10114)
Browse files Browse the repository at this point in the history
  • Loading branch information
OreSwap authored May 6, 2024
1 parent c05f415 commit 4f11d8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/OreSwap/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const { getUniTVL, } = require('../helper/unknownTokens')

module.exports = {
misrepresentedTokens: true,
core: {
tvl: getUniTVL({ factory: '0xbA862e0B955c612EEd514E722c84F1E70962457e', useDefaultCoreAssets: true, fetchBalances: true, }),
},
};

0 comments on commit 4f11d8c

Please sign in to comment.