Skip to content

Commit

Permalink
hasStablePools=true
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jun 15, 2024
1 parent d5a4578 commit 74b9e8c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions projects/fenix-v2/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
const { uniTvlExport } = require('../helper/unknownTokens')
const { getUniTVL } = require('../helper/unknownTokens')

module.exports = uniTvlExport('blast', '0xa19c51d91891d3df7c13ed22a2f89d328a82950f')
module.exports = {
misrepresentedTokens: true,
blast: {
tvl: getUniTVL({
factory: '0xa19c51d91891d3df7c13ed22a2f89d328a82950f',
useDefaultCoreAssets: true,
hasStablePools: true
})
},
};

0 comments on commit 74b9e8c

Please sign in to comment.