diff --git a/.github/matic-cli-config.yml b/.github/matic-cli-config.yml index 8bdfe82b3b..b2182a5204 100644 --- a/.github/matic-cli-config.yml +++ b/.github/matic-cli-config.yml @@ -1,11 +1,15 @@ defaultStake: 10000 defaultFee: 2000 -borChainId: "15001" +borChainId: 15001 heimdallChainId: heimdall-15001 -contractsBranch: jc/v0.3.1-backport -sprintSize: 64 -blockNumber: '0' -blockTime: '2' +contractsBranch: 2ed59de3641c407c64def1b40bcd090cb9cc048a +genesisContractsBranch: master +sprintSize: + - '64' +blockNumber: + - '0' +blockTime: + - '2' numOfValidators: 3 numOfNonValidators: 0 ethURL: http://ganache:9545 @@ -13,3 +17,6 @@ ethHostUser: ubuntu devnetType: docker borDockerBuildContext: "../../bor" heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop" +sprintSizeBlockNumber: + - '0' +numOfArchiveNodes: 0 \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e454c549..8a7ee62bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v3 with: repository: maticnetwork/matic-cli - ref: arpit/pos-655-2 + ref: master path: matic-cli - name: Install dependencies on Linux @@ -119,7 +119,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '10.17.0' + node-version: '16.17.1' cache: 'npm' cache-dependency-path: | matic-cli/package-lock.json