Skip to content

Commit

Permalink
chore: update default docker setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 8, 2023
1 parent a5adf7f commit 5cf5203
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions configs/devnet/docker-setup-config.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,43 @@
defaultStake: 10000
defaultFee: 2000
borChainId: 15005
heimdallChainId: heimdall-4052
# 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://ganache:9545
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
ethURL: http://ganache:9545
ethHostUser: ubuntu
devnetType: docker
borDockerBuildContext: https://github.com/maticnetwork/bor.git#develop
heimdallDockerBuildContext: https://github.com/maticnetwork/heimdall.git#develop
devnetBorUsers: ubuntu,ubuntu
devnetBorHosts:
- ec2-xx-xxx-xx-xxx.eu-west-1.compute.amazonaws.com # use localhost for local deployments
devnetBorHosts: ["ec2-xx-xxx-xx-xxx.eu-west-1.compute.amazonaws.com"] # use localhost for local deployments

# Erigon
numOfErigonValidators: 0
numOfErigonSentries: 0
numOfErigonArchiveNodes: 0

0 comments on commit 5cf5203

Please sign in to comment.