-
Notifications
You must be signed in to change notification settings - Fork 60
/
docker-setup-config.yaml
executable file
·44 lines (36 loc) · 1.12 KB
/
docker-setup-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
# Repositories
borRepo: https://github.com/maticnetwork/bor.git
borBranch: develop
heimdallRepo: https://github.com/maticnetwork/heimdall.git
heimdallBranch: develop
contractsRepo: https://github.com/maticnetwork/contracts.git
contractsBranch: mardizzone/node-16
genesisContractsRepo: https://github.com/maticnetwork/genesis-contracts.git
genesisContractsBranch: master
# Defaults
devnetType: docker
defaultStake: 10000
defaultFee: 2000
# L1
ethURL: http://ganacheURL:9545 # use localhost for local deployments
ethHostUser: ubuntu
# Heimdall
heimdallChainId: heimdall-4052
heimdallDockerBuildContext: https://github.com/maticnetwork/heimdall.git#develop
# Bor
borChainId: 15005
sprintSize: 64
sprintSizeBlockNumber: 0
blockNumber: '0'
blockTime: '2'
numOfBorValidators: 1
numOfBorSentries: 1
numOfBorArchiveNodes: 0
borDockerBuildContext: https://github.com/maticnetwork/bor.git#develop
devnetBorUsers: ubuntu,ubuntu
devnetBorHosts: ["ec2-xx-xxx-xx-xxx.eu-west-1.compute.amazonaws.com"] # use localhost for local deployments
devnetBorFlags: config,config
# Erigon
numOfErigonValidators: 0
numOfErigonSentries: 0
numOfErigonArchiveNodes: 0