Skip to content

Commit 9039edb

Browse files
feat: CRS
1 parent 4bf543c commit 9039edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/production/mainnet/clusters/YieldCluster.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ contract Cluster is ManageCluster {
167167

168168
// define borrow caps here. 0 means no borrow can occur, type(uint256).max means no cap defined hence max amount
169169
cluster.borrowCaps[USDC ] = 270_000_000;
170-
cluster.borrowCaps[USDT ] = 45_000_000;
170+
cluster.borrowCaps[USDT ] = 75_000_000;
171171
cluster.borrowCaps[PYUSD ] = 4_500_000;
172172
cluster.borrowCaps[rlUSD ] = 180_000_000;
173173
cluster.borrowCaps[wM ] = 4_500_000;

0 commit comments

Comments
 (0)