Skip to content

Added support for arbitrum one, arbitrum sepolia, and op mainnet #11

Added support for arbitrum one, arbitrum sepolia, and op mainnet

Added support for arbitrum one, arbitrum sepolia, and op mainnet #11

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install project dependencies
shell: bash
run: yarn
- name: Build 🏗️
run: yarn build