Skip to content

Commit be15caf

Browse files
committed
fix misspell name renaming
1 parent 81429f4 commit be15caf

File tree

4 files changed

+2
-153
lines changed

4 files changed

+2
-153
lines changed

src/AsyncSwapCSMM.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
pragma solidity 0.8.26;
33

4-
import { Algorithm2 } from "@async-swap/aglorithms/algorithm-2.sol";
4+
import { Algorithm2 } from "@async-swap/algorithms/algorithm-2.sol";
55
import { IAlgorithm } from "@async-swap/interfaces/IAlgorithm.sol";
66
import { IAsyncSwapAMM, IAsyncSwapOrder } from "@async-swap/interfaces/IAsyncSwapAMM.sol";
77
import { IRouter } from "@async-swap/interfaces/IRouter.sol";

src/aglorithms/BaseAlgorithm.sol

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/aglorithms/algorithm-2.sol

Lines changed: 0 additions & 111 deletions
This file was deleted.

test/Algorithm2Test.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity ^0.8.13;
33

44
import { SetupHook } from "./SetupHook.sol";
5-
import { Algorithm2 } from "@async-swap/aglorithms/algorithm-2.sol";
5+
import { Algorithm2 } from "@async-swap/algorithms/algorithm-2.sol";
66
import { IAlgorithm } from "@async-swap/interfaces/IAlgorithm.sol";
77
import "forge-std/Test.sol";
88

0 commit comments

Comments
 (0)