From 3791c95d9488e06f3b2c00ca254ca6c92391edb6 Mon Sep 17 00:00:00 2001 From: tmm Date: Tue, 26 May 2026 12:32:43 -0400 Subject: [PATCH] ci: re-enable wagmi check --- .github/workflows/verify.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 865837678b..59c89e1041 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -255,15 +255,13 @@ jobs: wagmi: name: Wagmi - # TODO: temporarily disabled - if: false permissions: contents: read runs-on: ubuntu-latest timeout-minutes: 10 strategy: matrix: - typescript-version: ['5.7.2', '5.8.3', '5.9.3'] + typescript-version: ['5.7.3', '5.8.3', '5.9.3'] steps: - name: Clone repository