Skip to content

fix: import zksync-ethers constants path error (zksync-ethers >= v0.5.6) #331

fix: import zksync-ethers constants path error (zksync-ethers >= v0.5.6)

fix: import zksync-ethers constants path error (zksync-ethers >= v0.5.6) #331

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
permissions:
checks: write
pull-requests: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint && npm run typecheck