-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathfoundry.toml
32 lines (27 loc) · 975 Bytes
/
foundry.toml
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
[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/"}]
# 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