diff --git a/projects/rolldex/index.js b/projects/rolldex/index.js index 0909c19274d..71a066cd900 100644 --- a/projects/rolldex/index.js +++ b/projects/rolldex/index.js @@ -10,11 +10,6 @@ const CONFIG = { ], }; -const blacklistedTokens = { - base: [ - '0x623F2774d9f27B59bc6b954544487532CE79d9DF', // almost all of it deposited by a single user - ] -} const tvl = async (api) => { var tokens = [] @@ -25,7 +20,7 @@ const tvl = async (api) => { }) } - return api.sumTokens({ tokens, owners: CONFIG[api.chain], blacklistedTokens: blacklistedTokens[api.chain] }); + return api.sumTokens({ tokens, owners: CONFIG[api.chain] }); } module.exports.methodology = "RollX functions as a decentralized exchange for crypto derivatives. It offers on-chain perpetuals, providing traders and stakers with exceptional opportunities."