/ foundry.toml
foundry.toml
1 [profile.default] 2 src = "src" 3 out = "out" 4 libs = ["lib"] 5 remappings=['@openzeppelin/=lib/openzeppelin-contracts/', '@uniswap/v3-periphery/=lib/v3-periphery/', '@uniswap/v3-core/=lib/v3-core/'] 6 7 # See more config options https://github.com/foundry-rs/foundry/tree/master/config