Added jelly adapter

This commit is contained in:
g1nt0ki
2022-05-18 16:01:34 +05:30
parent f156761a12
commit a3707c32f3

17
projects/jelly/index.js Normal file
View File

@@ -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: () => ({}),
},
}