mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
Added jelly adapter
This commit is contained in:
17
projects/jelly/index.js
Normal file
17
projects/jelly/index.js
Normal 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: () => ({}),
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user