Skip to content

Commit

Permalink
Update remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Sep 30, 2024
1 parent 9717deb commit ebb9420
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion l1-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ libs = ['node_modules', 'lib']
remappings = [
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
"l2-contracts/=../l2-contracts/contracts/"
"l2-contracts/=../l2-contracts/contracts/",
"@eigenda/eigenda-utils/libraries/=lib/eigenda/contracts/src/libraries/",
"@eigenda/eigenda-utils/interfaces/=lib/eigenda/contracts/src/interfaces/",
"eigenlayer-middleware/=lib/eigenda/contracts/lib/eigenlayer-middleware/src/",
"eigenlayer-core/=lib/eigenda/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/src/"
]
allow_paths = ["../l2-contracts/contracts"]
fs_permissions = [
Expand Down

0 comments on commit ebb9420

Please sign in to comment.