-
Notifications
You must be signed in to change notification settings - Fork 15
/
ape-config.yaml
60 lines (52 loc) · 1.16 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: curve-stableswap-ng
contracts_folder: contracts/main/
plugins:
- name: vyper
- name: alchemy
- name: hardhat
- name: ledger
- name: etherscan
- name: arbitrum
- name: optimism
- name: polygon
- name: gnosis
default_ecosystem: ethereum
# vyper:
# evm_version: shanghai
hardhat:
port: auto
fork:
ethereum:
mainnet:
upstream_provider: alchemy
sepolia:
upstream_provider: alchemy
arbitrum:
mainnet:
upstream_provider: geth
ethereum:
default_network: mainnet-fork
mainnet_fork:
transaction_acceptance_timeout: 99999999
default_provider: hardhat
mainnet:
transaction_acceptance_timeout: 99999999
sepolia:
transaction_acceptance_timeout: 99999999
arbitrum:
default_network: mainnet-fork
mainnet_fork:
transaction_acceptance_timeout: 99999999
default_provider: hardhat
mainnet:
transaction_acceptance_timeout: 99999999
geth:
ethereum:
mainnet:
uri: http://localhost:9090
arbitrum:
mainnet:
uri: https://arb-mainnet.g.alchemy.com/v2/{some_key}
test:
mnemonic: test test test test test test test test test test test junk
number_of_accounts: 5