Skip to content

fix: Bug when switching networks it gives error #63

fix: Bug when switching networks it gives error

fix: Bug when switching networks it gives error #63

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install project dependencies
run: yarn --prefer-offline
- name: Build project
run: yarn build