File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ module.exports = {
34
34
"0x72384be7092144cD9a57526B486827E4eA632351" , // eth vault
35
35
"0xBC31ec84bd7BC2c97B9413F6E473cE96Be153a25" // usdc vault 2
36
36
] ,
37
- tokens : [ ADDRESSES . polygon . USDC , ADDRESSES . polygon . WETH , ADDRESSES . polygon . USDC_CIRCLE
38
- ] ,
37
+ tokens : [ ADDRESSES . polygon . USDC , ADDRESSES . polygon . WETH , ADDRESSES . polygon . USDC_CIRCLE ] ,
39
38
} ) ,
40
39
} ,
41
40
base : {
42
41
tvl : ( api ) =>
43
42
sumTokens2 ( {
44
43
api,
45
44
owners : [
46
- "0x77e61C6fcAEe80CA578B818DD583d2b78f99289C" , // usdc vault
45
+ "0x77e61C6fcAEe80CA578B818DD583d2b78f99289C" , // dai vault
47
46
"0x2b3A8ABa1E055e879594cB2767259e80441E0497" , // eth vault
47
+ "0xd71629697b71e2df26b4194f43f6eaed3b367ac0" , //usdc real vault
48
48
] ,
49
- tokens : [ ADDRESSES . base . USDC , ADDRESSES . base . WETH ] ,
49
+ tokens : [ ADDRESSES . base . USDC , ADDRESSES . base . WETH , ADDRESSES . base . DAI ] ,
50
50
} ) ,
51
51
} ,
52
52
arbitrum : {
You can’t perform that action at this time.
0 commit comments