mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
14 lines
541 B
JavaScript
14 lines
541 B
JavaScript
const ADDRESSES = require('../helper/coreAssets.json')
|
|
const { ohmTvl } = require('../helper/ohm')
|
|
|
|
const treasury = "0x9EF8600b0f107c083F9df557e0Ddf12E071E75fe"
|
|
module.exports = ohmTvl(treasury, [
|
|
//USDC
|
|
[ADDRESSES.arbitrum.USDC, false],
|
|
//MIM
|
|
[ADDRESSES.arbitrum.MIM, false],
|
|
//sushi LP
|
|
["0xe4ad045abb586dbdae6b11a4d2c6ff5434b93ed1", true],
|
|
//
|
|
["0xcf4f4f341b60587513b8fc01482237996c7e3fd3", true],
|
|
], "arbitrum", "0x51568924623E66110ffFAc620e948caD8555Ea98", "0x86b3353387f560295a8fa7902679735e5f076bd5") |