Code readability and added the forgotten mocks
This commit is contained in:
parent
134eaaa518
commit
7accdaa84f
12 changed files with 126 additions and 96 deletions
|
|
@ -3,9 +3,5 @@ const ORDER_TYPES = {
|
|||
MARKET: 'market',
|
||||
LIMIT: 'limit'
|
||||
}
|
||||
const DECIMAL_PRECISION = {
|
||||
PRICE: 2,
|
||||
DEFAULT_AMOUNT: 8
|
||||
}
|
||||
|
||||
module.exports = { ORDER_TYPES, DECIMAL_PRECISION }
|
||||
module.exports = { ORDER_TYPES }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue