Skip to content

fixed Scroll chain_id | added Base,opBNB | update README.md #121

fixed Scroll chain_id | added Base,opBNB | update README.md

fixed Scroll chain_id | added Base,opBNB | update README.md #121

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
strategy:
matrix:
go-version: [ "1.17", "1.18", "1.19","1.20" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}