Skip to content

Fix WR price impact formula for 0 decimals #242

Fix WR price impact formula for 0 decimals

Fix WR price impact formula for 0 decimals #242

Workflow file for this run

name: Tests CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test using Node.js
uses: actions/setup-node@v3
with:
node-version: '17'
- run: npm ci
- run: npm run test