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 @@ -31,5 +31,12 @@ module.exports = {
31
31
useDefaultCoreAssets : true ,
32
32
fetchBalances : true
33
33
} )
34
+ } ,
35
+ blast : {
36
+ tvl : getUniTVL ( {
37
+ factory : "0x757cD583004400ee67e5cC3c7A60C6a62E3F6d30" ,
38
+ useDefaultCoreAssets : true ,
39
+ fetchBalances : true
40
+ } )
34
41
}
35
42
} ;
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ module.exports = uniV3Export({
4
4
base : { factory : "0x3D237AC6D2f425D2E890Cc99198818cc1FA48870" , fromBlock : 2031627 } ,
5
5
optimism : { factory : "0xc2BC7A73613B9bD5F373FE10B55C59a69F4D617B" , fromBlock : 115172042 } ,
6
6
arbitrum : { factory : "0xaEdc38bD52b0380b2Af4980948925734fD54FbF4" , fromBlock : 180722131 } ,
7
+ blast : { factory : "0xB9010964301326160173da694c0697a2FcE82F39" , fromBlock : 286237 } ,
7
8
} ) ;
You can’t perform that action at this time.
0 commit comments