non-fungible-apps/contracts/foundry.toml

12 lines
192 B
TOML

[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test/foundry'
cache_path = 'forge-cache'
via_ir = true
[rpc_endpoints]
mainnet = "${MAINNET_API_KEY}"