forked from Byte-Masons/Reliquary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoundry.toml
36 lines (29 loc) · 840 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
33
34
35
36
[profile.default]
src = 'contracts'
out = 'out'
libs = ['lib']
test = 'test/foundry'
cache_path = 'forge-cache'
script = 'scripts'
solc_version = "0.8.18"
optimizer = true
optimizer_runs = 100
via_ir = false
verbosity = 1
ignored_error_codes = [1878]
#eth-rpc-url = "https://rpcapi.fantom.network"
rpc_endpoints = { fantom = "https://rpcapi-tracing.fantom.network" }
#sender = ''
#initial_balance = '0xffffffffffffffffffffffff'
ffi = false
fs_permissions = [{ access = "read", path = "./"}]
#invariant_fail_on_revert = true
# Do not use in production
[profile.test]
ignored_error_codes = [1878, 5574]
[profile.test.optimizer_details.yulDetails]
# Reduces compile times but produces poorly optimized code
optimizerSteps = ''
[fmt]
int_types = 'short'
# See more config options https://github.com/foundry-rs/foundry/tree/master/config