Skip to content

chore: Update 4-6-12 month GNANA contract addresses #705

chore: Update 4-6-12 month GNANA contract addresses

chore: Update 4-6-12 month GNANA contract addresses #705

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run Jest tests
run: yarn test
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}