@@ -88,37 +88,37 @@ contract Cluster is ManageCluster {
88
88
89
89
// define supply caps here. 0 means no supply can occur, type(uint256).max means no cap defined hence max amount
90
90
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 ;
93
93
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 ;
96
96
cluster.supplyCaps[wsuperOETHb] = 900 ;
97
97
cluster.supplyCaps[USDC ] = 60_000_000 ;
98
98
cluster.supplyCaps[USDT0 ] = 6_000_000 ;
99
99
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 ;
105
105
106
106
// define borrow caps here. 0 means no borrow can occur, type(uint256).max means no cap defined hence max amount
107
107
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 ;
110
110
cluster.borrowCaps[weETH ] = 938 ;
111
- cluster.borrowCaps[ezETH ] = 500 ;
112
- cluster.borrowCaps[RETH ] = 800 ;
111
+ cluster.borrowCaps[ezETH ] = 300 ;
112
+ cluster.borrowCaps[RETH ] = 400 ;
113
113
cluster.borrowCaps[wsuperOETHb] = 200 ;
114
114
cluster.borrowCaps[USDC ] = 54_000_000 ;
115
115
cluster.borrowCaps[USDT0 ] = 5_400_000 ;
116
116
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 ;
122
122
123
123
// define IRM classes here and assign them to the assets
124
124
{
0 commit comments