diff --git a/projects/jelly/index.js b/projects/jelly/index.js new file mode 100644 index 000000000..078c2c606 --- /dev/null +++ b/projects/jelly/index.js @@ -0,0 +1,17 @@ +const { pool2s } = require("../helper/pool2"); + +const jelly = "0xf5f06fFa53Ad7F5914F493F16E57B56C8dd2eA80" +const USDC = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" +const jellyUsdcLP = "0x64C2F792038f1FB55da1A9a22749971eAC94463E" +const sweetPool = '0xF897C014a57298DA3453f474312079cC6cB140c0' +const royalPool = '0xcC43331067234a0014d298b5226A1c22cb0ac66a' + + +module.exports = { + misrepresentedTokens: true, + methodology: 'TVL accounts for the liquidity on Sushiswap. Staking accounts for the JELLY locked in our farming contracts', + ethereum: { + pool2: pool2s([sweetPool, royalPool], [jellyUsdcLP], 'ethereum'), + tvl: () => ({}), + }, +}