Skip to content

fix: cancel swap and throw error when transaction cant be created #47

fix: cancel swap and throw error when transaction cant be created

fix: cancel swap and throw error when transaction cant be created #47

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.6.12
- uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: "Install dependencies"
run: "pnpm i"
- name: "Test"
run: "pnpm test"