diff --git a/projects/stealth/index.js b/projects/stealth/index.js new file mode 100644 index 00000000000..89b2c54c997 --- /dev/null +++ b/projects/stealth/index.js @@ -0,0 +1,11 @@ +const { getUniTVL } = require('../helper/unknownTokens') + +const factory = '0x6ff746cf0ab3f0a3643f4bf9cd900837f8c6f7b5' + +module.exports = { + methodology: `AVAX, USDC, USDT allocated in LP`, + misrepresentedTokens: true, + metis:{ + tvl: getUniTVL({ factory, useDefaultCoreAssets: true }), + } +}