Skip to content

feat: sendZRC20 helper, refactored getBalances, fixed pools and CCTX tracking for Bitcoin, omnichain ERC-20 compatibility #253

feat: sendZRC20 helper, refactored getBalances, fixed pools and CCTX tracking for Bitcoin, omnichain ERC-20 compatibility

feat: sendZRC20 helper, refactored getBalances, fixed pools and CCTX tracking for Bitcoin, omnichain ERC-20 compatibility #253

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: yarn install
- name: Run Tests
run: yarn test