From 737e37a797fc6bc5e6311d3561b5778f7cfe5558 Mon Sep 17 00:00:00 2001 From: miyachen Date: Mon, 12 Aug 2024 01:00:07 +0800 Subject: [PATCH] add OPTIMISM_WEB3_ENDPOINT_ARCHIVE for forge snapshot --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 84e4cf3a..febcc9ae 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -129,5 +129,7 @@ jobs: run: npm run foundry-test - name: Run snapshot + env: + OPTIMISM_WEB3_ENDPOINT_ARCHIVE: ${{ vars.OPTIMISM_WEB3_ENDPOINT_ARCHIVE }} # For fork tests run: forge snapshot