mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
trigger ci
This commit is contained in:
parent
213d0cd56d
commit
af5d882473
2 changed files with 1 additions and 19 deletions
19
.github/matic-cli-config.yml
vendored
19
.github/matic-cli-config.yml
vendored
|
|
@ -1,24 +1,7 @@
|
|||
# defaultStake: 10000
|
||||
# defaultFee: 2000
|
||||
# borChainId: "15001"
|
||||
# heimdallChainId: heimdall-15001
|
||||
# contractsBranch: jc/v0.3.1-backport
|
||||
# sprintSize: 64
|
||||
# blockNumber: '0'
|
||||
# blockTime: '2'
|
||||
# numOfValidators: 3
|
||||
# numOfNonValidators: 0
|
||||
# ethURL: http://ganache:9545
|
||||
# ethHostUser: ubuntu
|
||||
# devnetType: docker
|
||||
# borDockerBuildContext: "../../bor"
|
||||
# heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
||||
|
||||
|
||||
defaultStake: 10000
|
||||
defaultFee: 2000
|
||||
borChainId: 15001
|
||||
heimdallChainId: heimdall-4052
|
||||
heimdallChainId: heimdall-15001
|
||||
contractsBranch: 2ed59de3641c407c64def1b40bcd090cb9cc048a
|
||||
genesisContractsBranch: master
|
||||
sprintSize:
|
||||
|
|
|
|||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
|||
- "master"
|
||||
- "qa"
|
||||
- "develop"
|
||||
- "raneet10/pos-1029"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
|
|
|||
Loading…
Reference in a new issue