Skip to content

Commit bd518b5

Browse files
committed
test
1 parent 5be2896 commit bd518b5

17 files changed

+2010
-129
lines changed

foundry.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This configuration file sets up the paths and compilers so we can test our solidity samples
1+
# Main project configuration - compiles all samples except CCIP
2+
# CCIP samples use their own foundry.toml in public/samples/CCIP/
23
[profile.default]
3-
# Let Forge download/choose solc per file's pragma automatically
44
auto_detect_solc = true
55
evm_version = 'paris'
66

@@ -9,11 +9,9 @@ out = ".test/artifacts"
99
cache_path = ".test/cache"
1010
libs = ["lib", "node_modules"]
1111

12-
# Optimization settings
1312
optimizer = true
1413
optimizer_runs = 1_000_000
1514

16-
# Test environment defaults
1715
bytecode_hash = "none"
1816
ffi = false
1917
gas_price = 1
@@ -33,5 +31,3 @@ wrap_comments = true
3331

3432
[lint]
3533
lint_on_build = false
36-
37-
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 commit comments

Comments
 (0)