finalize trade details
further segment file structure introduce orchestration
Showing
... | ... | @@ -31,6 +31,7 @@ |
"license": "GPL-3.0-or-later", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"@types/lodash.clonedeepwith": "^4.5.6", | ||
"@typescript-eslint/eslint-plugin": "^1.9.0", | ||
"@typescript-eslint/parser": "^1.9.0", | ||
"coveralls": "^3.0.3", | ||
... | ... | @@ -43,6 +44,7 @@ |
}, | ||
"dependencies": { | ||
"bignumber.js": "^9.0.0", | ||
"ethers": "^4.0.28" | ||
"ethers": "^4.0.28", | ||
"lodash.clonedeepwith": "^4.5.0" | ||
} | ||
} |
src/computation.ts
deleted
100644 → 0
src/computation/_utils.ts
0 → 100644
src/computation/index.ts
0 → 100644
src/computation/market.ts
0 → 100644
src/computation/trade.ts
0 → 100644
src/orchestration/index.ts
0 → 100644
src/types.ts
0 → 100644
src/types/index.ts
deleted
100644 → 0
Please register or sign in to comment