File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,12 @@ module.exports = {
24
24
useDefaultCoreAssets : true ,
25
25
fetchBalances : true
26
26
} )
27
+ } ,
28
+ arbitrum : {
29
+ tvl : getUniTVL ( {
30
+ factory : "0x507940c2469e6E3B33032F1d4FF8d123BDDe2f5C" ,
31
+ useDefaultCoreAssets : true ,
32
+ fetchBalances : true
33
+ } )
27
34
}
28
35
} ;
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ const { uniV3Export } = require("../helper/uniswapV3");
2
2
3
3
module . exports = uniV3Export ( {
4
4
base : { factory : "0x3D237AC6D2f425D2E890Cc99198818cc1FA48870" , fromBlock : 2031627 } ,
5
- optimism : { factory : "0xc2BC7A73613B9bD5F373FE10B55C59a69F4D617B" , fromBlock : 115172042 }
5
+ optimism : { factory : "0xc2BC7A73613B9bD5F373FE10B55C59a69F4D617B" , fromBlock : 115172042 } ,
6
+ arbitrum : { factory : "0xaEdc38bD52b0380b2Af4980948925734fD54FbF4" , fromBlock : 180722131 } ,
6
7
} ) ;
You can’t perform that action at this time.
0 commit comments