We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ca66 commit 3699114Copy full SHA for 3699114
morpho/markets_graph.py
@@ -78,7 +78,7 @@
78
79
# Define max risk thresholds by risk level
80
MAX_RISK_THRESHOLDS = {
81
- 1: 1.20, # Risk tier 1 max total risk
+ 1: 1.25, # Risk tier 1 max total risk
82
2: 2.30, # Risk tier 2 max total risk
83
3: 3.40, # Risk tier 3 max total risk
84
4: 4.50, # Risk tier 4 max total risk
0 commit comments