Skip to content

feat(arbitrum): add arbitrum sepolia support #87

feat(arbitrum): add arbitrum sepolia support

feat(arbitrum): add arbitrum sepolia support #87

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