Skip to content

Commit 847209d

Browse files
feat: adjust thBILL supply cap
1 parent 3bfe8a2 commit 847209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ contract Cluster is ManageCluster {
9393
cluster.supplyCaps[USDe ] = 20_000_000;
9494
cluster.supplyCaps[USR ] = 20_000_000;
9595
cluster.supplyCaps[USDai ] = 0;
96-
cluster.supplyCaps[thBILL] = 0;
96+
cluster.supplyCaps[thBILL] = 10_000_000;
9797
cluster.supplyCaps[sUSDe ] = 20_000_000;
9898
cluster.supplyCaps[syrupUSDC] = 20_000_000;
9999
cluster.supplyCaps[wstUSR ] = 5_000_000;

0 commit comments

Comments
 (0)