Skip to content

Commit 8ccbe04

Browse files
feat: CRS
1 parent 8a5816b commit 8ccbe04

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
@@ -184,7 +184,7 @@ contract Cluster is ManageCluster {
184184
cluster.supplyCaps[PT_syrupUSDC_28AUG2025 ] = 45_000_000;
185185
cluster.supplyCaps[PT_USDS_14AUG2025 ] = 0;
186186
cluster.supplyCaps[PT_tUSDe_25SEP2025 ] = 80_000_000;
187-
cluster.supplyCaps[PT_pUSDe_16OCT2025 ] = 70_000_000;
187+
cluster.supplyCaps[PT_pUSDe_16OCT2025 ] = 80_000_000;
188188

189189
// define borrow caps here. 0 means no borrow can occur, type(uint256).max means no cap defined hence max amount
190190
cluster.borrowCaps[USDC ] = 270_000_000;

0 commit comments

Comments
 (0)