Skip to content

Commit d7fa98a

Browse files
feat: CRS
1 parent 3d1626f commit d7fa98a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ contract Cluster is ManageCluster {
112112
cluster.supplyCaps[ezETH ] = 9_750;
113113
cluster.supplyCaps[RETH ] = 1_100;
114114
cluster.supplyCaps[rsETH ] = 27_000;
115-
cluster.supplyCaps[tETH ] = 13_500;
115+
cluster.supplyCaps[tETH ] = 9_400;
116116
cluster.supplyCaps[USDC ] = 75_000_000;
117117
cluster.supplyCaps[USDT ] = 50_000_000;
118118
cluster.supplyCaps[wM ] = 5_000_000;
@@ -136,7 +136,7 @@ contract Cluster is ManageCluster {
136136
cluster.borrowCaps[ezETH ] = 2_340;
137137
cluster.borrowCaps[RETH ] = 400;
138138
cluster.borrowCaps[rsETH ] = 6_750;
139-
cluster.borrowCaps[tETH ] = 2_250;
139+
cluster.borrowCaps[tETH ] = 1_600;
140140
cluster.borrowCaps[USDC ] = 67_500_000;
141141
cluster.borrowCaps[USDT ] = 45_000_000;
142142
cluster.borrowCaps[wM ] = 4_500_000;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ contract Cluster is ManageCluster {
136136

137137
// define supply caps here. 0 means no supply can occur, type(uint256).max means no cap defined hence max amount
138138
cluster.supplyCaps[USDC ] = 300_000_000;
139-
cluster.supplyCaps[USDT ] = 50_000_000;
139+
cluster.supplyCaps[USDT ] = 100_000_000;
140140
cluster.supplyCaps[PYUSD ] = 5_000_000;
141141
cluster.supplyCaps[rlUSD ] = 200_000_000;
142142
cluster.supplyCaps[wM ] = 5_000_000;
@@ -155,15 +155,15 @@ contract Cluster is ManageCluster {
155155
cluster.supplyCaps[syrupUSDC ] = 5_000_000;
156156
cluster.supplyCaps[mBASIS ] = 0;
157157
cluster.supplyCaps[PT_USDe_31JUL2025 ] = 8_000_000;
158-
cluster.supplyCaps[PT_USDe_25SEP2025 ] = 80_000_000;
158+
cluster.supplyCaps[PT_USDe_25SEP2025 ] = 100_000_000;
159159
cluster.supplyCaps[PT_sUSDe_31JULY2025 ] = 40_000_000;
160160
cluster.supplyCaps[PT_sUSDe_25SEP2025 ] = 40_000_000;
161161
cluster.supplyCaps[PT_eUSDe_14AUG2025 ] = 35_000_000;
162162
cluster.supplyCaps[PT_cUSDO_20NOV2025 ] = 120_000_000;
163163
cluster.supplyCaps[PT_syrupUSDC_28AUG2025 ] = 45_000_000;
164164
cluster.supplyCaps[PT_USDS_14AUG2025 ] = 0;
165165
cluster.supplyCaps[PT_tUSDe_25SEP2025 ] = 60_000_000;
166-
cluster.supplyCaps[PT_pUSDe_16OCT2025 ] = 30_000_000;
166+
cluster.supplyCaps[PT_pUSDe_16OCT2025 ] = 40_000_000;
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;

0 commit comments

Comments
 (0)