Skip to content

Commit

Permalink
fix e2e docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Feb 11, 2025
1 parent bc4da9b commit 12c78cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/e2e-docker-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ defaultStake: 10000
defaultFee: 2000
borChainId: 15001
heimdallChainId: heimdall-15001
contractsBranch: mardizzone/node-16
contractsRepo: https://github.com/0xPolygon/pos-contracts.git
contractsBranch: arya/matic-cli/pos-1869
genesisContractsBranch: master
sprintSize:
- '64'
Expand All @@ -20,7 +21,7 @@ ethURL: http://ganache:9545
ethHostUser: ubuntu
devnetType: docker
borDockerBuildContext: 'https://github.com/maticnetwork/bor.git#develop'
heimdallDockerBuildContext: 'https://github.com/maticnetwork/heimdall.git#develop'
heimdallDockerBuildContext: 'https://github.com/0xPolygon/heimdall-v2.git#develop'
sprintSizeBlockNumber:
- '0'
devnetBorFlags: config,config,config

0 comments on commit 12c78cd

Please sign in to comment.