We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d695405 commit 429f347Copy full SHA for 429f347
src/contracts/examples/SonicExample.sol
@@ -18,8 +18,8 @@ contract SonicExample is RiskStewardsSonic {
18
function capsUpdates() public pure override returns (IEngine.CapsUpdate[] memory) {
19
IEngine.CapsUpdate[] memory capUpdates = new IEngine.CapsUpdate[](1);
20
capUpdates[0] = IEngine.CapsUpdate(
21
- AaveV3SonicAssets.WETH_UNDERLYING,
22
- 40_000,
+ AaveV3SonicAssets.wS_UNDERLYING,
+ 21_000_000,
23
EngineFlags.KEEP_CURRENT
24
);
25
return capUpdates;
0 commit comments