You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnbalancesV2.clone(2).getBalances()// // Since Uniswap V1 only allowed swaps against ETH, it's enough to know the amount of ETH and multiply it by two to determine the pool's value without needing to know the price of the collateral in question
17
+
}
6
18
7
19
module.exports={
8
20
misrepresentedTokens: true,
9
-
methodology: `Counts the tokens locked on AMM pools, pulling the data from the 'ianlapham/uniswapv2' subgraph`,
10
-
ethereum: {
11
-
tvl: v1graph("ethereum"),
12
-
}
13
-
}
21
+
methodology: `Counts the tokens in ETH value locked in AMM pools`,
0 commit comments