mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03:45 +00:00
dev: fix: ci (#559)
* dev: fix: ci * dev: fix: add default block configs * dev: fix: add sprintSize * dev: fix: revert * dev: fix: go-versions
This commit is contained in:
parent
02e84ff6f5
commit
c954606250
1 changed files with 4 additions and 0 deletions
4
.github/matic-cli-config.yml
vendored
4
.github/matic-cli-config.yml
vendored
|
|
@ -3,9 +3,13 @@ defaultFee: 2000
|
||||||
borChainId: "15001"
|
borChainId: "15001"
|
||||||
heimdallChainId: heimdall-15001
|
heimdallChainId: heimdall-15001
|
||||||
contractsBranch: jc/v0.3.1-backport
|
contractsBranch: jc/v0.3.1-backport
|
||||||
|
sprintSize: 64
|
||||||
|
blockNumber: '0'
|
||||||
|
blockTime: '2'
|
||||||
numOfValidators: 3
|
numOfValidators: 3
|
||||||
numOfNonValidators: 0
|
numOfNonValidators: 0
|
||||||
ethURL: http://ganache:9545
|
ethURL: http://ganache:9545
|
||||||
|
ethHostUser: ubuntu
|
||||||
devnetType: docker
|
devnetType: docker
|
||||||
borDockerBuildContext: "../../bor"
|
borDockerBuildContext: "../../bor"
|
||||||
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue