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 b577f56 commit 6c81fd8Copy full SHA for 6c81fd8
projects/kinetix-v3/index.js
@@ -1,12 +1,16 @@
1
-const { uniV3Export } = require("../helper/uniswapV3");
+const { uniV3GraphExport } = require('../helper/uniswapV3')
2
3
-module.exports = uniV3Export({
+module.exports = {
4
kava: {
5
- factory: "0x2dBB6254231C5569B6A4313c6C1F5Fe1340b35C2",
6
- fromBlock: 6069472,
+ tvl: uniV3GraphExport({
+ graphURL: 'https://kava-graph-node.metavault.trade/subgraphs/name/kinetixfi/v3-subgraph',
7
+ name: 'kinetixfi/kava-v3',
8
+ })
9
},
10
base: {
- factory: "0xdDF5a3259a88Ab79D5530eB3eB14c1C92CD97FCf",
- fromBlock: 14195510,
11
- },
12
-});
+ graphURL: 'https://api.studio.thegraph.com/query/55804/kinetixfi-base-v3/version/latest',
13
+ name: 'kinetixfi/base-v3',
14
15
+ }
16
+}
0 commit comments