|
1 | 1 | # Full reference https://github.com/foundry-rs/foundry/tree/master/crates/config |
2 | 2 |
|
3 | 3 | [profile.default] |
4 | | - auto_detect_solc = false |
5 | | - block_timestamp = 1_738_368_000 # Feb 1, 2025 at 00:00 GMT |
6 | | - bytecode_hash = "none" |
7 | | - evm_version = "shanghai" |
8 | | - fuzz = { runs = 1_000 } |
9 | | - gas_reports = ["*"] |
10 | | - optimizer = true |
11 | | - optimizer_runs = 10_000 |
12 | | - out = "out" |
13 | | - script = "script" |
14 | | - solc = "0.8.29" |
15 | | - src = "src" |
16 | | - test = "tests" |
| 4 | +auto_detect_solc = false |
| 5 | +block_timestamp = 1_738_368_000 # Feb 1, 2025 at 00:00 GMT |
| 6 | +bytecode_hash = "none" |
| 7 | +evm_version = "shanghai" |
| 8 | +fuzz = { runs = 1_000 } |
| 9 | +gas_reports = ["*"] |
| 10 | +optimizer = true |
| 11 | +optimizer_runs = 10_000 |
| 12 | +out = "out" |
| 13 | +script = "script" |
| 14 | +solc = "0.8.29" |
| 15 | +src = "src" |
| 16 | +test = "tests" |
| 17 | +always_use_create_2_factory = true |
17 | 18 |
|
18 | 19 | [profile.ci] |
19 | | - fuzz = { runs = 10_000 } |
20 | | - verbosity = 4 |
| 20 | +fuzz = { runs = 10_000 } |
| 21 | +verbosity = 4 |
21 | 22 |
|
22 | 23 | [etherscan] |
23 | | - mainnet = { key = "${API_KEY_ETHERSCAN}" } |
| 24 | +mainnet = { key = "${API_KEY_ETHERSCAN}" } |
24 | 25 |
|
25 | 26 | [fmt] |
26 | | - bracket_spacing = true |
27 | | - int_types = "long" |
28 | | - line_length = 120 |
29 | | - multiline_func_header = "all" |
30 | | - number_underscore = "thousands" |
31 | | - quote_style = "double" |
32 | | - tab_width = 4 |
33 | | - wrap_comments = true |
| 27 | +bracket_spacing = true |
| 28 | +int_types = "long" |
| 29 | +line_length = 120 |
| 30 | +multiline_func_header = "all" |
| 31 | +number_underscore = "thousands" |
| 32 | +quote_style = "double" |
| 33 | +tab_width = 4 |
| 34 | +wrap_comments = true |
34 | 35 |
|
35 | 36 | [rpc_endpoints] |
36 | | - arbitrum = "https://arbitrum-one-rpc.publicnode.com" |
37 | | - avalanche = "https://avalanche-c-chain-rpc.publicnode.com" |
38 | | - base = "https://mainnet.base.org" |
39 | | - bnb_smart_chain = "https://bsc-dataseed.binance.org" |
40 | | - gnosis_chain = "https://rpc.gnosischain.com" |
41 | | - localhost = "http://localhost:8545" |
42 | | - mainnet = "https://eth-mainnet.g.alchemy.com/v2/${API_KEY_ALCHEMY}" |
43 | | - optimism = "https://optimism-rpc.publicnode.com" |
44 | | - polygon = "https://polygon-bor-rpc.publicnode.com" |
45 | | - sepolia = "https://ethereum-sepolia-rpc.publicnode.com" |
| 37 | +arbitrum = "https://arbitrum-one-rpc.publicnode.com" |
| 38 | +avalanche = "https://avalanche-c-chain-rpc.publicnode.com" |
| 39 | +base = "https://base-mainnet.public.blastapi.io" |
| 40 | +bnb_smart_chain = "https://bsc-dataseed.binance.org" |
| 41 | +gnosis_chain = "https://rpc.gnosischain.com" |
| 42 | +localhost = "http://localhost:8545" |
| 43 | +mainnet = "https://eth-mainnet.g.alchemy.com/v2/${API_KEY_ALCHEMY}" |
| 44 | +optimism = "https://optimism-rpc.publicnode.com" |
| 45 | +polygon = "https://polygon-bor-rpc.publicnode.com" |
| 46 | +sepolia = "https://ethereum-sepolia-rpc.publicnode.com" |
0 commit comments