Skip to content

feat(zk-sync): add multicall3 for zksync #58

feat(zk-sync): add multicall3 for zksync

feat(zk-sync): add multicall3 for zksync #58

Workflow file for this run

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