From 3b98466c13786ce22251818be6224ed931ee504e Mon Sep 17 00:00:00 2001 From: Gas <86567384+gas1cent@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:23:47 +0400 Subject: [PATCH] feat: disable ethers and web3 export (#220) --- .github/workflows/interfaces-canary.yml | 2 +- .github/workflows/interfaces-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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