mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
* integration-tests: update ipc path on ci tests * added devnetBorFlags in matic-cli-config.yml --------- Co-authored-by: Pratik Patil <pratikspatil024@gmail.com>
26 lines
609 B
YAML
26 lines
609 B
YAML
defaultStake: 10000
|
|
defaultFee: 2000
|
|
borChainId: 15001
|
|
heimdallChainId: heimdall-15001
|
|
contractsBranch: mardizzone/node-16
|
|
genesisContractsBranch: master
|
|
sprintSize:
|
|
- '64'
|
|
blockNumber:
|
|
- '0'
|
|
blockTime:
|
|
- '2'
|
|
numOfBorValidators: 3
|
|
numOfBorSentries: 0
|
|
numOfBorArchiveNodes: 0
|
|
numOfErigonValidators: 0
|
|
numOfErigonSentries: 0
|
|
numOfErigonArchiveNodes: 0
|
|
ethURL: http://ganache:9545
|
|
ethHostUser: ubuntu
|
|
devnetType: docker
|
|
borDockerBuildContext: "../../bor"
|
|
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
|
sprintSizeBlockNumber:
|
|
- '0'
|
|
devnetBorFlags: config,config,config
|