File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,12 @@ module.exports = {
38
38
useDefaultCoreAssets : true ,
39
39
fetchBalances : true
40
40
} )
41
+ } ,
42
+ inevm : {
43
+ tvl : getUniTVL ( {
44
+ factory : "0x507940c2469e6E3B33032F1d4FF8d123BDDe2f5C" ,
45
+ useDefaultCoreAssets : true ,
46
+ fetchBalances : true
47
+ } )
41
48
}
42
49
} ;
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ module.exports = uniV3Export({
5
5
optimism : { factory : "0xc2BC7A73613B9bD5F373FE10B55C59a69F4D617B" , fromBlock : 115172042 } ,
6
6
arbitrum : { factory : "0xaEdc38bD52b0380b2Af4980948925734fD54FbF4" , fromBlock : 180722131 } ,
7
7
blast : { factory : "0xd1575B2e0C82fba9Eddc3de9c9AAF923AFA670cC" , fromBlock : 286237 } ,
8
+ inevm : { factory : "0xf79A36F6f440392C63AD61252a64d5d3C43F860D" , fromBlock : 291933 } ,
8
9
} ) ;
You can’t perform that action at this time.
0 commit comments