wormhole-lending-examples/evm/foundry.toml

11 lines
209 B
TOML

[profile.default]
src = 'src'
out = 'out'
libs = ['lib']
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
remappings = [
"@openzeppelin/=node_modules/@openzeppelin/",
]