fix remappings

This commit is contained in:
Ciara Nightingale 2025-02-07 09:48:06 +00:00
parent 55579cf85b
commit 5b65dfcc38

View File

@ -6,6 +6,6 @@ libs = ["lib"]
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
remapping = [ remapping = [
"/lib/openzeppelin-contracts/=@openzeppelin/", "@openzeppelin//lib/openzeppelin-contracts/",
"/lib/forge-std/src/=@forge-std/", "forge-std/=/lib/forge-std/src/",
] ]