diff --git a/projects/fenix-v2/index.js b/projects/fenix-v2/index.js index b068b85c558..25e428c98eb 100644 --- a/projects/fenix-v2/index.js +++ b/projects/fenix-v2/index.js @@ -1,3 +1,12 @@ -const { uniTvlExport } = require('../helper/unknownTokens') +const { getUniTVL } = require('../helper/unknownTokens') -module.exports = uniTvlExport('blast', '0xa19c51d91891d3df7c13ed22a2f89d328a82950f') \ No newline at end of file +module.exports = { + misrepresentedTokens: true, + blast: { + tvl: getUniTVL({ + factory: '0xa19c51d91891d3df7c13ed22a2f89d328a82950f', + useDefaultCoreAssets: true, + hasStablePools: true + }) + }, +}; \ No newline at end of file