@@ -88,37 +88,37 @@ contract Cluster is ManageCluster {
8888
8989 // define supply caps here. 0 means no supply can occur, type(uint256).max means no cap defined hence max amount
9090 cluster.supplyCaps[WETH ] = 11_300 ;
91- cluster.supplyCaps[wstETH] = 1_900 ;
92- cluster.supplyCaps[cbETH ] = 900 ;
91+ cluster.supplyCaps[wstETH] = 950 ;
92+ cluster.supplyCaps[cbETH ] = 450 ;
9393 cluster.supplyCaps[weETH ] = 3_750 ;
94- cluster.supplyCaps[ezETH ] = 1_900 ;
95- cluster.supplyCaps[RETH ] = 1_900 ;
94+ cluster.supplyCaps[ezETH ] = 1_000 ;
95+ cluster.supplyCaps[RETH ] = 1_000 ;
9696 cluster.supplyCaps[wsuperOETHb] = 900 ;
9797 cluster.supplyCaps[USDC ] = 60_000_000 ;
9898 cluster.supplyCaps[USDT0 ] = 6_000_000 ;
9999 cluster.supplyCaps[EURC ] = 20_000_000 ;
100- cluster.supplyCaps[cbBTC ] = 250 ;
101- cluster.supplyCaps[LBTC ] = 100 ;
102- cluster.supplyCaps[AERO ] = 1_000_000 ;
103- cluster.supplyCaps[USDS ] = 20_000_000 ;
104- cluster.supplyCaps[SUSDS ] = 10_000_000 ;
100+ cluster.supplyCaps[cbBTC ] = 125 ;
101+ cluster.supplyCaps[LBTC ] = 50 ;
102+ cluster.supplyCaps[AERO ] = 500_000 ;
103+ cluster.supplyCaps[USDS ] = 10_000_000 ;
104+ cluster.supplyCaps[SUSDS ] = 5_000_000 ;
105105
106106 // define borrow caps here. 0 means no borrow can occur, type(uint256).max means no cap defined hence max amount
107107 cluster.borrowCaps[WETH ] = 9_530 ;
108- cluster.borrowCaps[wstETH] = 800 ;
109- cluster.borrowCaps[cbETH ] = 800 ;
108+ cluster.borrowCaps[wstETH] = 400 ;
109+ cluster.borrowCaps[cbETH ] = 400 ;
110110 cluster.borrowCaps[weETH ] = 938 ;
111- cluster.borrowCaps[ezETH ] = 500 ;
112- cluster.borrowCaps[RETH ] = 800 ;
111+ cluster.borrowCaps[ezETH ] = 300 ;
112+ cluster.borrowCaps[RETH ] = 400 ;
113113 cluster.borrowCaps[wsuperOETHb] = 200 ;
114114 cluster.borrowCaps[USDC ] = 54_000_000 ;
115115 cluster.borrowCaps[USDT0 ] = 5_400_000 ;
116116 cluster.borrowCaps[EURC ] = 18_000_000 ;
117- cluster.borrowCaps[cbBTC ] = 213 ;
118- cluster.borrowCaps[LBTC ] = 30 ;
119- cluster.borrowCaps[AERO ] = 800_000 ;
120- cluster.borrowCaps[USDS ] = 18_000_000 ;
121- cluster.borrowCaps[SUSDS ] = 9_000_000 ;
117+ cluster.borrowCaps[cbBTC ] = 110 ;
118+ cluster.borrowCaps[LBTC ] = 15 ;
119+ cluster.borrowCaps[AERO ] = 400_000 ;
120+ cluster.borrowCaps[USDS ] = 9_000_000 ;
121+ cluster.borrowCaps[SUSDS ] = 4_500_000 ;
122122
123123 // define IRM classes here and assign them to the assets
124124 {
0 commit comments