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 7e6ef9a commit 2301925Copy full SHA for 2301925
projects/h2-finance/index.js
@@ -0,0 +1,12 @@
1
+const { getUniTVL } = require('../helper/unknownTokens')
2
+
3
+module.exports={
4
+ misrepresentedTokens: true,
5
+ methodology: "Factory address (0x50704Ac00064be03CEEd817f41E0Aa61F52ef4DC) is used to find the LP pairs. TVL is equal to the liquidity on the AMM.",
6
+ cronos_zkevm: {
7
+ tvl: getUniTVL({
8
+ factory: '0x50704Ac00064be03CEEd817f41E0Aa61F52ef4DC',
9
+ useDefaultCoreAssets: true,
10
+ })
11
+ }
12
+}
projects/h2-v3/index.js
@@ -0,0 +1,8 @@
+const { uniV3Export } = require("../helper/uniswapV3");
+module.exports = uniV3Export({
+ factory: "0x301cbe34dd38Cf69295Bf2698DC9be3B9EECEdFa",
+ fromBlock: 79,
+ },
+});
0 commit comments