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 8a5816b commit 8ccbe04Copy full SHA for 8ccbe04
script/production/mainnet/clusters/YieldCluster.s.sol
@@ -184,7 +184,7 @@ contract Cluster is ManageCluster {
184
cluster.supplyCaps[PT_syrupUSDC_28AUG2025 ] = 45_000_000;
185
cluster.supplyCaps[PT_USDS_14AUG2025 ] = 0;
186
cluster.supplyCaps[PT_tUSDe_25SEP2025 ] = 80_000_000;
187
- cluster.supplyCaps[PT_pUSDe_16OCT2025 ] = 70_000_000;
+ cluster.supplyCaps[PT_pUSDe_16OCT2025 ] = 80_000_000;
188
189
// define borrow caps here. 0 means no borrow can occur, type(uint256).max means no cap defined hence max amount
190
cluster.borrowCaps[USDC ] = 270_000_000;
0 commit comments