We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1d366 commit 61bed7eCopy full SHA for 61bed7e
contracts/foundry.toml
@@ -19,14 +19,16 @@ fs_permissions = [
19
]
20
21
22
+auto_detect_remappings = false
23
remappings = [
24
"forge-std/=lib/forge-std/src/",
25
"@openzeppelin-contracts/=lib/openzeppelin-contracts/contracts/",
26
+ "openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/", # Used within `risc0-ethereum`
27
"@solady/=lib/solady/src",
28
"@risc0-ethereum/=lib/risc0-ethereum/contracts/src/",
29
"@elliptic-curve-solidity/=lib/elliptic-curve-solidity/",
30
"@permit2/=lib/permit2/",
- "openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
31
+ "solmate/=lib/permit2/lib/solmate/", # Used witin `permit2`
32
33
34
0 commit comments