Skip to content

Fix fetching of tokens balances for hydra dx #124

Fix fetching of tokens balances for hydra dx

Fix fetching of tokens balances for hydra dx #124

name: Back Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn build