pyth-crosschain/target_chains/ethereum/foundry.toml

14 lines
279 B
TOML
Raw Normal View History

[profile.default]
solc_version = '0.8.4'
optimizer = true
optimizer_runs = 10000
src = 'contracts'
# We put the tests into the forge-test directory (instead of test) so that
# truffle doesn't try to build them
test = 'forge-test'
libs = [
'lib',
'../../node_modules',
]