Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 22, 2024
1 parent c137d8c commit 71aa6ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/test/coldstorage/ColdStorage.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ import { Solarray } from "solarray/Solarray.sol";
import { ECDSA } from "solady/src/utils/ECDSA.sol";

import { IERC7579Account, Execution } from "@rhinestone/modulekit/src/Accounts.sol";
import { FlashloanCallback } from "src/coldstorage-subaccount/FlashloanCallback.sol";
import { FlashloanLender } from "src/coldstorage-subaccount/FlashloanLender.sol";
import { ColdStorageHook } from "src/coldstorage-subaccount/ColdStorageHook.sol";
import { ColdStorageExecutor } from "src/coldstorage-subaccount/ColdStorageExecutor.sol";
import { FlashloanCallback } from "src/ColdStorage-SubAccount/FlashloanCallback.sol";
import { FlashloanLender } from "src/ColdStorage-SubAccount/FlashloanLender.sol";
import { ColdStorageHook } from "src/ColdStorage-SubAccount/ColdStorageHook.sol";
import { ColdStorageExecutor } from "src/ColdStorage-SubAccount/ColdStorageExecutor.sol";
import { OwnableValidator } from "src/OwnableValidator/OwnableValidator.sol";

import { ERC7579BootstrapConfig } from "@rhinestone/modulekit/src/external/ERC7579.sol";

import "src/coldstorage-subaccount/interfaces/Flashloan.sol";
import "src/ColdStorage-SubAccount/interfaces/Flashloan.sol";
import "erc7579/lib/ExecutionLib.sol";

contract ColdStorageTest is RhinestoneModuleKit, Test {
Expand Down

0 comments on commit 71aa6ea

Please sign in to comment.