Skip to content

Commit

Permalink
fix(protocol): updated ratios for an arb vault
Browse files Browse the repository at this point in the history
  • Loading branch information
brozorec committed Aug 14, 2023
1 parent 5dac0cc commit 2619873
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/deploy-configs/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
{
"collateral": "RETH",
"debt": "WETH",
"liqRatio": 920000000000000000,
"maxLtv": 900000000000000000,
"liqRatio": 730000000000000000,
"maxLtv": 670000000000000000,
"name": "BorrowingVault-RETHWETH-1",
"providers": ["Aave_V3_Arbitrum"],
"rating": 95
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol/script/RunArbitrum.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract RunArbitrum is ScriptPlus {

if (chief.allowedVaultFactory(address(factory))) {
deployBorrowingVaults();
setBorrowingVaults();
/*setBorrowingVaults();*/
}

if (chief.allowedVaultFactory(address(yieldFactory))) {
Expand All @@ -43,7 +43,7 @@ contract RunArbitrum is ScriptPlus {

/*setVaultNewRating("BorrowingVault-WETHUSDC", 75);*/
/*rebalanceVault("BorrowingVault-WETHUSDC", compound, aaveV3);*/
/*rebalanceYieldVauuts();*/
/*rebalanceYieldVaults();*/
/*rebalanceBorrowingVaults();*/

// If setting all routers at once, call after deploying all chians
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/script/RunOptimism.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract RunOptimism is ScriptPlus {

if (chief.allowedVaultFactory(address(factory))) {
deployBorrowingVaults();
setBorrowingVaults();
/*setBorrowingVaults();*/
}

if (chief.allowedVaultFactory(address(yieldFactory))) {
Expand Down

0 comments on commit 2619873

Please sign in to comment.