File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ const VAULTS = [
45
45
token : TOKENS . WETH ,
46
46
dataUrl : `${ DATA_URL } /ethjlpnl.json`
47
47
} ,
48
- // {
49
- // name: "USDC Staking (JLP Delta Neutral)",
50
- // address : "9Fcn3Fd4d5ocrb12xCUtEvezxcjFEAyHBPfrZDiPt9Qj",
51
- // token: TOKENS.USDC ,
52
- // dataUrl: `${DATA_URL}/jlpdn.json` ,
53
- // version: 1 ,
54
- // },
48
+ {
49
+ name : "USDC Staking (JLP Delta Neutral) v1 " ,
50
+ //programId : "9Fcn3Fd4d5ocrb12xCUtEvezxcjFEAyHBPfrZDiPt9Qj",
51
+ address : "3Nkctq19AW7gs5hkxixUDjS9UVjmCwcNCo7rqPpub87c" ,
52
+ token : TOKENS . USDC ,
53
+ dataUrl : ` ${ DATA_URL } /jlpdn.json` ,
54
+ } ,
55
55
{
56
56
name : "USDC Staking (JLP Delta Neutral) v2" ,
57
57
address : "41Y8C4oxk4zgJT1KXyQr35UhZcfsp5mP86Z2G7UUzojU" ,
@@ -113,6 +113,12 @@ const VAULTS = [
113
113
token : TOKENS . USDC ,
114
114
dataUrl : `${ DATA_URL } /vip06.json`
115
115
} ,
116
+ {
117
+ name : "vip07" ,
118
+ address : "HTLvAjqc6Wkzh4i4QNLHhQHZAnrtVvkGyYeyCiUWLe9b" ,
119
+ token : TOKENS . USDC ,
120
+ dataUrl : `${ DATA_URL } /vip07.json`
121
+ }
116
122
] ;
117
123
118
124
module . exports = {
You can’t perform that action at this time.
0 commit comments