Skip to content

Commit

Permalink
[fix] rETH new supply cap value
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishoshan committed Oct 5, 2023
1 parent fba595a commit da2df96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| description | value before | value after |
| --- | --- | --- |
| supplyCap | 1,700 rETH | 2,600 rETH |
| supplyCap | 1,700 rETH | 3,400 rETH |


#### LINK ([0xf97f4df75117a78c1A5a0DBb814Af92458539FB4](https://arbiscan.io/address/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4))
Expand All @@ -24,7 +24,7 @@
"0xEC70Dcb4A1EFa46b8F2D97C310C9c4790ba5ffA8": {
"supplyCap": {
"from": 1700,
"to": 2600
"to": 3400
}
},
"0xf97f4df75117a78c1A5a0DBb814Af92458539FB4": {
Expand Down
2 changes: 1 addition & 1 deletion src/ArbitrumCapsIncrease_20231005.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract ArbitrumCapsIncrease_20231005 is CapsPlusRiskStewardArbitrum {

capUpdates[0] = IAaveV3ConfigEngine.CapsUpdate(
AaveV3ArbitrumAssets.rETH_UNDERLYING,
2_600,
3_400,
EngineFlags.KEEP_CURRENT
);

Expand Down

0 comments on commit da2df96

Please sign in to comment.