Skip to content

[WIP] feat: update contracts for zksync (#32) #25

[WIP] feat: update contracts for zksync (#32)

[WIP] feat: update contracts for zksync (#32) #25

Workflow file for this run

name: Head branch workflow
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
on:
push:
branches:
- main
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
release:
uses: bgd-labs/github-workflows/.github/workflows/release.yml@main
release-node:
uses: bgd-labs/github-workflows/.github/workflows/release-node.yml@main
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}