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 36b0655 commit a448ab9Copy full SHA for a448ab9
foundry.toml
@@ -3,4 +3,8 @@ src = "src"
3
out = "out"
4
libs = ["lib"]
5
6
+remappings = [
7
+ '@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/',
8
+ "@openzeppelin-contracts/contracts/=lib/openzeppelin-contracts/contracts/",
9
+]
10
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
0 commit comments