Skip to content

Update README, remove element.fi url #285

Update README, remove element.fi url

Update README, remove element.fi url #285

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "14.x"
- name: Install dependencies
run: npm ci
- name: compile
run: npm run build
- name: test
run:
export ALCHEMY_MAINNET_API_KEY=${{secrets.ALCHEMY_MAINNET_API_KEY}}
npm run test