Skip to content

Commit

Permalink
Solady setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerPodacter committed Oct 29, 2024
1 parent fb26ece commit 6836b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/foundry-utils/FoundryFacetSender.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
pragma solidity ^0.8.0;

import { LibFacet } from "src/utils/LibFacet.sol";

Expand Down
5 changes: 2 additions & 3 deletions src/utils/LibFacet.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
pragma solidity ^0.8.0;

import { LibRLP } from "solady/src/utils/LibRLP.sol";
import "forge-std/console2.sol";
import { LibRLP } from "solady/utils/LibRLP.sol";

library LibFacet {
using LibRLP for LibRLP.List;
Expand Down

0 comments on commit 6836b7e

Please sign in to comment.