mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 07:53:47 +00:00
fix matic cli config
This commit is contained in:
parent
769e2bb805
commit
ab6925d7a8
1 changed files with 2 additions and 2 deletions
4
.github/matic-cli-config.yml
vendored
4
.github/matic-cli-config.yml
vendored
|
|
@ -3,9 +3,9 @@ defaultFee: 2000
|
||||||
borChainId: "15001"
|
borChainId: "15001"
|
||||||
heimdallChainId: heimdall-15001
|
heimdallChainId: heimdall-15001
|
||||||
contractsBranch: mardizzone/node-upgrade
|
contractsBranch: mardizzone/node-upgrade
|
||||||
sprintSize: 64
|
sprintSize: '64'
|
||||||
blockNumber: '0'
|
|
||||||
sprintSizeBlockNumber: '0'
|
sprintSizeBlockNumber: '0'
|
||||||
|
blockNumber: '0'
|
||||||
blockTime: '2'
|
blockTime: '2'
|
||||||
numOfValidators: 3
|
numOfValidators: 3
|
||||||
numOfNonValidators: 0
|
numOfNonValidators: 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue