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 9624a51 commit 9660bc2Copy full SHA for 9660bc2
script/SwapExactIn.s.sol
@@ -4,6 +4,7 @@ pragma solidity ^0.8.0;
4
import {ScriptUtil} from "./ScriptUtil.s.sol";
5
import {IERC20, SafeERC20, EulerSwap} from "../src/EulerSwap.sol";
6
import {EulerSwapPeriphery} from "../src/EulerSwapPeriphery.sol";
7
+
8
contract SwapExactIn is ScriptUtil {
9
using SafeERC20 for IERC20;
10
0 commit comments