Skip to content

Commit 5ebc9b6

Browse files
chore: Added Foundry.toml and remappings
1 parent 56a3671 commit 5ebc9b6

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

foundry.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[default]
2+
auto_detect_solc = true
3+
block_base_fee_per_gas = 0
4+
block_coinbase = '0x0000000000000000000000000000000000000000'
5+
block_difficulty = 0
6+
block_number = 0
7+
block_timestamp = 0
8+
cache = true
9+
cache_path = 'cache'
10+
evm_version = 'london'
11+
extra_output = []
12+
extra_output_files = []
13+
ffi = false
14+
force = false
15+
fuzz_max_global_rejects = 65536
16+
fuzz_max_local_rejects = 1024
17+
fuzz_runs = 256
18+
gas_limit = 9223372036854775807
19+
gas_price = 0
20+
gas_reports = ['*']
21+
ignored_error_codes = [1878]
22+
initial_balance = '0xffffffffffffffffffffffff'
23+
libraries = []
24+
libs = ['node_modules']
25+
names = false
26+
offline = false
27+
optimizer = true
28+
optimizer_runs = 888888
29+
out = 'artifacts'
30+
sender = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
31+
sizes = false
32+
src = 'contracts'
33+
test = 'test'
34+
tx_origin = '0x00a329c0648769a73afac7f9381e08fb43dbea72'
35+
verbosity = 0
36+
via_ir = false

remappings.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@openzeppelin/=node_modules/@openzeppelin/
2+
hardhat/=node_modules/hardhat/

0 commit comments

Comments
 (0)