Skip to content

Commit

Permalink
feat: update market configs (Swaylend#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Co-authored-by: Urban Vidovič <urbanfoundit@gmail.com>
  • Loading branch information
martines3000 and pseudobun authored Dec 24, 2024
1 parent 90e0917 commit 860d6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/configs/mainnet_usdc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"decimals": 9,
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 800000000000000000,
"liquidation_penalty": 880000000000000000,
"liquidation_penalty": 800000000000000000,
"supply_cap": 12000000000000,
"is_active": true
},
Expand All @@ -47,7 +47,7 @@
"decimals": 9,
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 850000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 4000000000000,
"is_active": true
},
Expand Down Expand Up @@ -83,7 +83,7 @@
"decimals": 9,
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 800000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 800000000000,
"is_active": true
},
Expand All @@ -95,7 +95,7 @@
"decimals": 9,
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 800000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 800000000000,
"is_active": true
}
Expand Down

0 comments on commit 860d6e3

Please sign in to comment.