mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
fix elixir
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = {
|
||||
tvl: async (api) => {
|
||||
// const deusdSupply = await api.call({ target: deUSD, abi: "erc20:totalSupply" })
|
||||
// api.add(deUSD, deusdSupply);
|
||||
await api.sumTokens({ owners: [COMMITS, FOUNDATION, FOUNDATION_2], tokens: [ADDRESSES.ethereum.STETH, ADDRESSES.null, ADDRESSES.ethereum.SDAI] })
|
||||
await api.sumTokens({ owners: [COMMITS, FOUNDATION, FOUNDATION_2], tokens: [ADDRESSES.ethereum.STETH, ADDRESSES.null, ADDRESSES.ethereum.SDAI, ADDRESSES.ethereum.sUSDS] })
|
||||
},
|
||||
pool2: sumTokensExport({ owner: DEUSD_LP_STAKING, tokens: LP_TOKENS })
|
||||
},
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"sUSD_OLD": "0x57ab1e02fee23774580c119740129eac7081e9d3",
|
||||
"sUSD": "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
|
||||
"sUSDe": "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
|
||||
"sUSDS": "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD",
|
||||
"SUSHI": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
||||
"cbETH": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
|
||||
"FDUSD": "0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",
|
||||
|
||||
Reference in New Issue
Block a user