generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
ape-config.yaml
45 lines (37 loc) · 862 Bytes
/
ape-config.yaml
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
37
38
39
40
41
42
43
44
45
contracts_folder: tests/data/contracts/ethereum/local
ethereum:
local:
default_provider: hardhat
polygon:
local:
default_provider: hardhat
amoy:
default_provider: alchemy
hardhat:
request_timeout: 29
fork_request_timeout: 360
bin_path: "./node_modules/.bin/hardhat"
fork:
ethereum:
mainnet:
upstream_provider: alchemy
block_number: 17040366
host: 127.0.0.1:7110
sepolia:
upstream_provider: alchemy
block_number: 3091950
host: 127.0.0.1:7112
holesky:
upstream_provider: alchemy
block_number: 100
host: 127.0.0.1:7116
polygon:
amoy:
host: 127.0.0.1:7113
test:
# `false` because running pytest within pytest.
disconnect_providers_after: false
gas:
exclude:
- method_name: setAdd*
balance: 100_000 ETH