Skip to content

Commit f2b7671

Browse files
committed
add doublecounted to lrts
1 parent 6682582 commit f2b7671

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

projects/claystack/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ async function getTvlOnEthereum(_, block, _1, { api }) {
1212
}
1313

1414
module.exports = {
15+
doublecounted: true,
1516
hallmarks: [
1617
[1707315338,"Split Adapter"]
1718
],

projects/genesis-lrt/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ async function tvl(_, _b, _cb, { api, }) {
66
}
77

88
module.exports = {
9+
doublecounted: true,
910
ethereum: { tvl, },
1011
}

projects/inception-lrt/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ async function tvl(_, _b, _cb, { api, }) {
99
}
1010

1111
module.exports = {
12+
doublecounted: true,
1213
ethereum: { tvl, },
1314
}

projects/kelp-dao/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ async function tvl(_, _1, _2, { api }) {
99
}
1010

1111
module.exports = {
12+
doublecounted: true,
1213
methodology:
1314
"deposited LSTs in deposit pool, node delegator contracts and from them into eigenlayer strategy contracts",
1415
ethereum: {

projects/prime-staked/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ async function tvl(_, _1, _2, { api }) {
99
}
1010

1111
module.exports = {
12+
doublecounted: true,
1213
methodology:
1314
"Returns the total assets owned by primeETH",
1415
start: 19128047,

projects/renzo/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ async function tvl(_, _b, _cb, { api, }) {
1111
}
1212

1313
module.exports = {
14+
doublecounted: true,
1415
ethereum: {
1516
tvl,
1617
},

projects/restake-finance/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ async function tvl(_1, _2, _3, { api }) {
1414
}
1515

1616
module.exports = {
17+
doublecounted: true,
1718
ethereum: {
1819
tvl,
1920
}

projects/swell-restaking/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ async function tvl(_, _b, _cb, { api, }) {
1111
}
1212

1313
module.exports = {
14+
doublecounted: true,
1415
ethereum: {
1516
tvl,
1617
},

projects/unieth/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ async function tvl(_, _1, _2, { api }) {
1818
}
1919

2020
module.exports = {
21+
doublecounted: true,
2122
methodology: 'Counts the total ethers staked with RockX Staking Contract.',
2223
ethereum: {
2324
tvl,

0 commit comments

Comments
 (0)