We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1c150 commit 6682582Copy full SHA for 6682582
projects/ether-fi/index.js
@@ -2,6 +2,7 @@ const { nullAddress } = require("../helper/unwrapLPs");
2
const sdk = require('@defillama/sdk')
3
4
module.exports = {
5
+ doublecounted: true,
6
ethereum: {
7
tvl: async (timestamp) => {
8
const api = new sdk.ChainApi({ timestamp, chain: 'optimism' })
0 commit comments