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 4bf543c commit 9039edbCopy full SHA for 9039edb
script/production/mainnet/clusters/YieldCluster.s.sol
@@ -167,7 +167,7 @@ contract Cluster is ManageCluster {
167
168
// define borrow caps here. 0 means no borrow can occur, type(uint256).max means no cap defined hence max amount
169
cluster.borrowCaps[USDC ] = 270_000_000;
170
- cluster.borrowCaps[USDT ] = 45_000_000;
+ cluster.borrowCaps[USDT ] = 75_000_000;
171
cluster.borrowCaps[PYUSD ] = 4_500_000;
172
cluster.borrowCaps[rlUSD ] = 180_000_000;
173
cluster.borrowCaps[wM ] = 4_500_000;
0 commit comments