Skip to content

Commit

Permalink
🧹 Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Jan 23, 2024
1 parent 6c13a78 commit 803e77a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 431 deletions.
4 changes: 2 additions & 2 deletions src/Helios.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pragma solidity ^0.8.19;

import {Math2} from "./libraries/Math2.sol";
import {ERC6909} from "./utils/ERC6909.sol";
import {ReentrancyGuard} from "./utils/ReentrancyGuard.sol";
import {SafeTransferLib} from "./libraries/SafeTransferLib.sol";
import {ReentrancyGuard} from "lib/solady/src/utils/ReentrancyGuard.sol";
import {SafeTransferLib} from "lib/solady/src/utils/SafeTransferLib.sol";

/// @notice Simple xyk-style exchange for ERC20 tokens.
/// LP shares are tokenized using the ERC6909 interface.
Expand Down
374 changes: 0 additions & 374 deletions src/libraries/SafeTransferLib.sol

This file was deleted.

Loading

0 comments on commit 803e77a

Please sign in to comment.