Skip to content

Commit

Permalink
fix: remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Jan 28, 2025
1 parent 11b0061 commit ff8068e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 5 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@

# Defines paths for Solidity imports.
remappings = [
"@openzeppelin/=lib/openzeppelin-contracts-v4.9.0/",
"@openzeppelin-upgrades/=lib/openzeppelin-contracts-upgradeable-v4.9.0/",
"forge-std/=lib/forge-std/src/",
"ds-test/=lib/ds-test/src/",
"forge-std/=lib/forge-std/src/"
"@openzeppelin/=lib/openzeppelin-contracts/",
"@openzeppelin-upgrades/=lib/openzeppelin-contracts-upgradeable/",
"eigenlayer-contracts/=lib/eigenlayer-contracts/",

]
# Specifies the exact version of Solidity to use, overriding auto-detection.
solc_version = '0.8.27'
Expand Down
5 changes: 0 additions & 5 deletions remappings.txt

This file was deleted.

0 comments on commit ff8068e

Please sign in to comment.