Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: WXDEFI-58 different decimals in lp_stable #70

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
fix: merge main
epicwavesrider committed Aug 12, 2022
commit dfbbceaff04ff1a5e8e8b96eea51121915607fc1
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,8 @@
"test-lp": "mocha --parallel --require test/lp/_hooks.mjs test/lp",
"test-lp-stable": "mocha --parallel --require test/lp_stable/_hooks.mjs test/lp_stable",
"test-lp-stable-decimals-case": "mocha --parallel --require test/lp_stable/decimals_case/_hooks.mjs test/lp_stable/decimals_case",
"ci-test": "concurrently --max-processes 10 --timings npm:test-*",
"test-referral": "mocha --parallel --require test/referral/_hooks.mjs test/referral",
"ci-test": "concurrently --max-processes 8 --timings npm:test-*",
"test": "API_NODE_URL=http://localhost:6869 npm run ci-test",
"lint": "eslint . --ext .mjs --ext .js",
"lint-fix": "eslint . --ext .mjs --ext .js --fix"
You are viewing a condensed version of this merge commit. You can view the full changes here.