diff --git a/.github/workflows/interfaces-canary.yml b/.github/workflows/interfaces-canary.yml index 9903667..1ea9515 100644 --- a/.github/workflows/interfaces-canary.yml +++ b/.github/workflows/interfaces-canary.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - typing_type: ["web3-v1", "ethers-v6", "abi", "contracts"] + typing_type: ["abi", "contracts"] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/interfaces-production.yml b/.github/workflows/interfaces-production.yml index d6311bb..da3fd7d 100644 --- a/.github/workflows/interfaces-production.yml +++ b/.github/workflows/interfaces-production.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - typing_type: ["web3-v1", "ethers-v6", "abi", "contracts"] + typing_type: ["abi", "contracts"] steps: - uses: actions/checkout@v3