-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathfoundry.toml
More file actions
34 lines (29 loc) · 1013 Bytes
/
foundry.toml
File metadata and controls
34 lines (29 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[profile.default]
src = 'contracts'
out = 'foundry/out'
libs = ['node_modules', 'foundry/lib']
test = 'tests-foundry'
match_path = 'tests-foundry/*'
cache_path = 'cache_forge'
fs_permissions = [{ access = "read-write", path = "./"}, { access = "read-write", path = "foundry/out/"}]
optimizer = true
optimizer_runs = 200
# gas_limit = "Max"
# gas_price = 66000010
# block_base_fee_per_gas = 0
# block_gas_limit = 30000000
[doc]
out = 'foundry/docs'
ignore = ['contracts/mockup/**/*.sol','contracts/testhelpers/**/*.sol']
[fuzz]
runs = 10000
[invariant]
fail_on_revert = true
[rpc_endpoints]
localhost = "http://127.0.0.1:8545/"
rskSovrynMainnet = "https://mainnet4.sovryn.app/rpc"
rskSovrynTestnet = "https://testnet.sovryn.app/rpc"
rskTestnet = "https://public-node.testnet.rsk.co/"
rskMainnet = "https://public-node.rsk.co/"
# @todo https://github.com/foundry-rs/foundry/tree/master/config#additional-model-checker-settings
# See more config options https://github.com/foundry-rs/foundry/tree/master/config