pyth-crosschain/ethereum/foundry.toml

14 lines
267 B
TOML

[profile.default]
solc_version = "0.8.4"
optimizer = true
optimizer_runs = 200
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',
]