From 5f4952442861a603936493ea2d5f473946a6c59c Mon Sep 17 00:00:00 2001 From: toyvo Date: Sun, 21 Jan 2024 11:05:31 -0500 Subject: [PATCH] startblock --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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