mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
ci: update CI config yaml
This commit is contained in:
parent
5c91264143
commit
ad76313f54
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