-
Notifications
You must be signed in to change notification settings - Fork 60
/
remote-setup-config.yaml
executable file
·42 lines (42 loc) · 1.26 KB
/
remote-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
defaultStake: 10000
defaultFee: 2000
borChainId: 15005
heimdallChainId: heimdall-4052
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
sprintSize: 64
sprintSizeBlockNumber: 0
blockNumber: '0'
blockTime: '2'
numOfBorValidators: 1
numOfBorSentries: 1
numOfBorArchiveNodes: 0
numOfErigonValidators: 1
numOfErigonSentries: 1
numOfErigonArchiveNodes: 0
ethURL: http://ec2-xx-xxx-xxx-xx.eu-west-1.compute.amazonaws.com:9545
ethHostUser: ubuntu
devnetType: remote
devnetBorHosts:
- ec2-xx-xxx-xxx-xx.eu-west-1.compute.amazonaws.com
- ec2-yy-yyy-yyy-yy.eu-west-1.compute.amazonaws.com
devnetHeimdallHosts:
- ec2-xx-xxx-xxx-xx.eu-west-1.compute.amazonaws.com
- ec2-yy-yyy-yyy-yy.eu-west-1.compute.amazonaws.com
devnetBorUsers:
- ubuntu
- ubuntu
devnetHeimdallUsers:
- ubuntu
- ubuntu
devnetBorFlags:
- config
- config
borDockerBuildContext: https://github.com/maticnetwork/bor.git#develop
heimdallDockerBuildContext: https://github.com/maticnetwork/heimdall.git#develop