Skip to content

fix: add weth gateway address to base (#207) #5

fix: add weth gateway address to base (#207)

fix: add weth gateway address to base (#207) #5

Workflow file for this run

name: Test & release
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
needs: test
release-node:
uses: bgd-labs/github-workflows/.github/workflows/release-node.yml@main
needs: test
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}