-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathdocker-setup-config.yaml
More file actions
executable file
·51 lines (38 loc) · 1.13 KB
/
docker-setup-config.yaml
File metadata and controls
executable file
·51 lines (38 loc) · 1.13 KB
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
# Repositories
borRepo: https://github.com/0xPolygon/bor.git
borBranch: develop
heimdallRepo: https://github.com/0xPolygon/heimdall-v2.git
heimdallBranch: develop
contractsRepo: https://github.com/0xPolygon/pos-contracts.git
contractsBranch: anvil-pos
genesisContractsRepo: https://github.com/0xPolygon/genesis-contracts.git
genesisContractsBranch: master
# Defaults
devnetType: docker
defaultStake: 10000
defaultFee: 2000
# L1
ethURL: http://anvil:9545 # use localhost for local deployments
ethHostUser: ubuntu
# Misc
mnemonic: 'clock radar mass judge dismiss just intact mind resemble fringe diary casino'
# Heimdall
heimdallChainId: heimdall-15005
heimdallDockerBuildContext: https://github.com/0xPolygon/heimdall-v2.git#develop
# Bor
borChainId: 15005
borDockerBuildContext: https://github.com/0xPolygon/bor.git#develop
blockTime: '2'
blockNumber: '0'
sprintSize: '16'
sprintSizeBlockNumber: '0'
# Bor
numOfBorValidators: 3
numOfBorSentries: 1
numOfBorArchiveNodes: 0
devnetBorUsers: ubuntu,ubuntu,ubuntu,ubuntu
devnetBorFlags: config,config,config,config
# Erigon
numOfErigonValidators: 0
numOfErigonSentries: 0
numOfErigonArchiveNodes: 0