-
Joined
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT // [CUSTOM GLUE CODE REQUIRED HERE: new wrapper file] | |
| pragma solidity ^0.8.27; // [DIRECT INTERFACE REUSE: matches EulerSwap FundsLib pragma] | |
| /* | |
| EulerCrossAsset4626StrategyAnnotated.sol | |
| What is reused directly from Euler sources: | |
| - Import paths for SafeERC20 / IERC20, Permit2, EVC, EVK interfaces follow EulerSwap FundsLib. | |
| - Approval flow follows FundsLib.approveVault(...) | |
| - Borrow / repay / disable-controller flow follows FundsLib + EVK docs. |