mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
Merge pull request #880 from maticnetwork/raneet10/update-ci
ci: update CI config yaml
This commit is contained in:
commit
c404b3f6b9
1 changed files with 6 additions and 3 deletions
9
.github/matic-cli-config.yml
vendored
9
.github/matic-cli-config.yml
vendored
|
|
@ -10,8 +10,12 @@ blockNumber:
|
|||
- '0'
|
||||
blockTime:
|
||||
- '2'
|
||||
numOfValidators: 3
|
||||
numOfNonValidators: 0
|
||||
numOfBorValidators: 3
|
||||
numOfBorSentries: 0
|
||||
numOfBorArchiveNodes: 0
|
||||
numOfErigonValidators: 0
|
||||
numOfErigonSentries: 0
|
||||
numOfErigonArchiveNodes: 0
|
||||
ethURL: http://ganache:9545
|
||||
ethHostUser: ubuntu
|
||||
devnetType: docker
|
||||
|
|
@ -19,4 +23,3 @@ borDockerBuildContext: "../../bor"
|
|||
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
||||
sprintSizeBlockNumber:
|
||||
- '0'
|
||||
numOfArchiveNodes: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue