Skip to content

feat: allow for fee based tokens #195

feat: allow for fee based tokens

feat: allow for fee based tokens #195

Workflow file for this run

name: "Build Test"
on:
pull_request:
push:
branches:
- "dev"
- "main"
jobs:
test-build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Test
run: yarn build