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 46d7bea commit 4f478cbCopy full SHA for 4f478cb
projects/etherfi-lrt/index.js
@@ -5,13 +5,14 @@ const vaults = [
5
'0x657e8C867D8B37dCC18fA4Caead9C45EB088C642',
6
'0x352180974C71f84a934953Cf49C4E538a6F9c997',
7
'0xeDa663610638E6557c27e2f4e973D3393e844E70',
8
+ '0x5401b8620E5FB570064CA9114fd1e135fd77D57c',
9
]
10
11
module.exports = {
12
doublecounted: true,
13
ethereum: {
14
tvl: sumTokensExport({ owners: vaults, fetchCoValentTokens: true, tokenConfig: {
15
onlyWhitelisted: false,
- }}),
16
+ }, resolveUniV3: true, }),
17
},
18
}
0 commit comments