File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
projects/vendor-finance-v2 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ async function tvl(api) {
17
17
} )
18
18
19
19
// lend assets may be stored in AAVE if the lender chooses so we can't
20
- // rely on balanceOf calls to get lend balances. Each pool has a
20
+ // rely on balanceOf calls to get lend balances. Each pool has a
21
21
// lendBalance and colBalance method that returns the token balances
22
22
// that are in the pool and are currently in AAVE that belong to the pool
23
23
@@ -38,8 +38,9 @@ async function tvl(api) {
38
38
}
39
39
40
40
const config = {
41
- arbitrum : { factory : '0x0b2B8Fbf3dfd6237921A89355cfc08f107bFbf98' , fromBlock : 88774917 }
42
- // ethereum: { factory: '0x928cf648069082D9AEf25ddB2bF10D25bf1C1D73', fromBlock: 16545630, },
41
+ arbitrum : { factory : '0x0b2B8Fbf3dfd6237921A89355cfc08f107bFbf98' , fromBlock : 88774917 } ,
42
+ base : { factory : '0xAf013ba5cE2e3AC97BF93Ea968031B3D0B4682Cf' , fromBlock : 33429629 } ,
43
+ spn : { factory : '0xd03b16e994E6D877051878C676cc296eC00f171d' , fromBlock : 1816958 }
43
44
}
44
45
45
46
module . exports = {
@@ -49,4 +50,4 @@ module.exports = {
49
50
50
51
Object . keys ( config ) . forEach ( chain => {
51
52
module . exports [ chain ] = { tvl }
52
- } ) ;
53
+ } ) ;
You can’t perform that action at this time.
0 commit comments