Skip to content

feat: support NFT (sub account) transfers #616

feat: support NFT (sub account) transfers

feat: support NFT (sub account) transfers #616

Workflow file for this run

name: Run unit tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test