diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f31328..36eb1cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest env: NETWORK_NAME: mainnet - START_BLOCK_NUMBER: 16265505 + START_BLOCK_NUMBER: 14265505 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 @@ -59,7 +59,7 @@ jobs: if: github.ref == 'refs/heads/dev' env: NETWORK_NAME: mainnet - START_BLOCK_NUMBER: 16265505 + START_BLOCK_NUMBER: 14265505 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 @@ -105,7 +105,7 @@ jobs: if: github.ref == 'refs/heads/main' env: NETWORK_NAME: mainnet - START_BLOCK_NUMBER: 16265505 + START_BLOCK_NUMBER: 14265505 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2