Skip to content

Commit 429f347

Browse files
committed
🐛 update example
1 parent d695405 commit 429f347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contracts/examples/SonicExample.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ contract SonicExample is RiskStewardsSonic {
1818
function capsUpdates() public pure override returns (IEngine.CapsUpdate[] memory) {
1919
IEngine.CapsUpdate[] memory capUpdates = new IEngine.CapsUpdate[](1);
2020
capUpdates[0] = IEngine.CapsUpdate(
21-
AaveV3SonicAssets.WETH_UNDERLYING,
22-
40_000,
21+
AaveV3SonicAssets.wS_UNDERLYING,
22+
21_000_000,
2323
EngineFlags.KEEP_CURRENT
2424
);
2525
return capUpdates;

0 commit comments

Comments
 (0)