Skip to content

docs: update manta pacific bridge url #339

docs: update manta pacific bridge url

docs: update manta pacific bridge url #339

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: install dependencies
run: yarn install
- name: build
run: yarn build