Skip to content

Commit a448ab9

Browse files
committed
add remappings for Chainlink and OpenZeppelin contracts
1 parent 36b0655 commit a448ab9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

foundry.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ src = "src"
33
out = "out"
44
libs = ["lib"]
55

6+
remappings = [
7+
'@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/',
8+
"@openzeppelin-contracts/contracts/=lib/openzeppelin-contracts/contracts/",
9+
]
610
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 commit comments

Comments
 (0)