Skip to content

fix(types): bump ethers with updated provider & signer classes #88

fix(types): bump ethers with updated provider & signer classes

fix(types): bump ethers with updated provider & signer classes #88

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit