We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9785099 commit e4016caCopy full SHA for e4016ca
foundry.toml
@@ -16,10 +16,12 @@
16
17
# Defines paths for Solidity imports.
18
remappings = [
19
- "@openzeppelin/=lib/openzeppelin-contracts-v4.9.0/",
20
- "@openzeppelin-upgrades/=lib/openzeppelin-contracts-upgradeable-v4.9.0/",
+ "forge-std/=lib/forge-std/src/",
21
"ds-test/=lib/ds-test/src/",
22
- "forge-std/=lib/forge-std/src/"
+ "@openzeppelin/=lib/openzeppelin-contracts/",
+ "@openzeppelin-upgrades/=lib/openzeppelin-contracts-upgradeable/",
23
+ "eigenlayer-contracts/=lib/eigenlayer-contracts/",
24
+
25
]
26
# Specifies the exact version of Solidity to use, overriding auto-detection.
27
solc_version = '0.8.27'
remappings.txt
0 commit comments