-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding more vaults and param updates #723
base: main
Are you sure you want to change the base?
Changes from 27 commits
6f9eb76
67e9a06
c7aa2f8
1f8f7e0
28b1120
c2e1517
b4be90a
4628763
7bf900f
9b6fb53
b921209
c89b8aa
55b9791
82868f4
8e5f08a
2d4135e
c09c123
cc946d7
cc7a7ce
0b817e2
f5bc078
64f24f7
537418d
bf6c700
b9bc8d9
ccb3c50
9a5ab50
d6963ab
18199ff
ecd7701
2d9750f
1e99c2d
ab9b99b
3f02348
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,7 +194,25 @@ | |
"liqRatio": 820000000000000000, | ||
"maxLtv": 780000000000000000, | ||
"name": "BorrowingVault-WETHUSDC-3", | ||
"providers": ["Morpho_Compound", "Morpho_Aave_V2"], | ||
"providers": ["Morpho_Aave_V2","Morpho_Compound","Compound_V3"], | ||
"rating": 85 | ||
}, | ||
{ | ||
"collateral": "WETH", | ||
"debt": "USDT", | ||
"liqRatio": 820000000000000000, | ||
"maxLtv": 780000000000000000, | ||
"name": "BorrowingVault-WETHUSDT-1", | ||
"providers": ["Morpho_Aave_V2","Morpho_Compound"], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. formatting: space after the comma |
||
"rating": 85 | ||
}, | ||
{ | ||
"collateral": "WETH", | ||
"debt": "DAI", | ||
"liqRatio": 820000000000000000, | ||
"maxLtv": 800000000000000000, | ||
"name": "BorrowingVault-WETHDAI-1", | ||
"providers": ["Spark","Morpho_Compound", "Morpho_Aave_V2"], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. formatting: space after the comma |
||
"rating": 85 | ||
}, | ||
{ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,10 +95,10 @@ | |
{ | ||
"collateral": "MATICX", | ||
"debt": "USDC", | ||
"liqRatio": 670000000000000000, | ||
"maxLtv": 560000000000000000, | ||
"liqRatio": 600000000000000000, | ||
"maxLtv": 550000000000000000, | ||
"name": "BorrowingVault-MATICXUSDC-1", | ||
"providers": ["Aave_V3_Polygon"], | ||
"providers": ["Aave_V3_Polygon","Compound_V3_Polygon"], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. formatting: space after the comma |
||
"rating": 90 | ||
}, | ||
{ | ||
|
@@ -136,6 +136,42 @@ | |
"name": "BorrowingVault-WETHDAI-2", | ||
"providers": ["DForce_Polygon", "Aave_V2_Polygon", "Aave_V3_Polygon"], | ||
"rating": 85 | ||
}, | ||
{ | ||
"collateral": "WETH", | ||
"debt": "USDT", | ||
"liqRatio": 820000000000000000, | ||
"maxLtv": 800000000000000000, | ||
"name": "BorrowingVault-WETHUSDT-1", | ||
"providers": ["Aave_V2_Polygon", "Aave_V3_Polygon","DForce_Polygon"], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. formatting: space after the comma |
||
"rating": 85 | ||
}, | ||
{ | ||
"collateral": "MATICX", | ||
"debt": "WMATIC", | ||
"liqRatio": 940000000000000000, | ||
"maxLtv": 920000000000000000, | ||
"name": "BorrowingVault-MATICXWMATIC-1", | ||
"providers": ["Aave_V3_Polygon"], | ||
"rating": 95 | ||
}, | ||
{ | ||
"collateral": "STMATIC", | ||
"debt": "WMATIC", | ||
"liqRatio": 940000000000000000, | ||
"maxLtv": 920000000000000000, | ||
"name": "BorrowingVault-STMATICWMATIC-1", | ||
"providers": ["Aave_V3_Polygon"], | ||
"rating": 95 | ||
}, | ||
{ | ||
"collateral": "STMATIC", | ||
"debt": "MATICX", | ||
"liqRatio": 940000000000000000, | ||
"maxLtv": 920000000000000000, | ||
"name": "BorrowingVault-STMATICMATICX-1", | ||
"providers": ["Aave_V3_Polygon"], | ||
"rating": 95 | ||
} | ||
], | ||
"yield-vaults": [ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x404CE931E95Bd8B53433e5f96e0F678f3C8bee9A | ||
brozorec marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x3C4a35203013C26220281B425052A069c54bB0f4 | ||
0xc60BC5a846BE0312A25f7628fF505C774A43FEA2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x997102a0eC576a71B91B673eDfb673B3b2Ee922A |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x442Ff33a7759e3a82AaD380876Ea1B9D26997fCD |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0xA2A7c7DC114765B21E7D167d9665D3992152E6d9 | ||
0x229195fE6CdB876eD7D55f939b5695e27B3cB425 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x2f4F37f06179d0e969D2350beE8ABe663De0dab7 |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0xe3298F965553b4aeF40fBe4BBa916DEc12F3d694 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x848bE4352c984173D1927239f1c3a2b3FC3baf7b |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0xD4444B5c9f2fD888AdCA17673056F4497E526448 | ||
0x1C3378782be2a268627194C95A06535e8945F618 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x2EDaEecDA025579be8A0B4E0C77401bB5a56f26A | ||
brozorec marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x82a2646400032eaa9C32022F7b1d4335E1789F85 | ||
0x079bE6D395F6fF0090F5bdC20b4B618590A81b5D |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0xFcA5b6897Aa76e475a69F166c0a738541a0F22a0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x18534C6ed4c46bC1A3755aC8A2B218447f625528 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x0358734be360822845Db69d41781Bf3f4d71F5E9 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x0660a711812BE76C61ec704A1D39Fc9612dEAff9 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x656337719FD1FD94914962f3752f6d04d437d62f | ||
0x8aCc490C1c110fF070539e9fb283168412849292 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting: space after the comma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed that, though I just ran the standard json formatting and it breaks the providers like this:
Would this be ok?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if yes 👍, I will run it in all deploy-configs.