Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
properly reference xbt
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jul 4, 2018
1 parent d1fa178 commit ff767f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion exchange/util/genMarketFiles/update-kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let getMinTradeSize = asset => {
case 'XREP':
minTradeSize = '0.3'
break;
case 'XBT':
case 'XXBT':
minTradeSize = '0.002'
break;
case 'BCH':
Expand Down
10 changes: 5 additions & 5 deletions exchange/wrappers/kraken-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
],
"book": "XXBTZCAD",
"minimalOrder": {
"amount": 0.01,
"amount": "0.002",
"unit": "asset"
},
"pricePrecision": 1,
Expand All @@ -668,7 +668,7 @@
],
"book": "XXBTZEUR",
"minimalOrder": {
"amount": 0.01,
"amount": "0.002",
"unit": "asset"
},
"pricePrecision": 1,
Expand All @@ -685,7 +685,7 @@
],
"book": "XXBTZGBP",
"minimalOrder": {
"amount": 0.01,
"amount": "0.002",
"unit": "asset"
},
"pricePrecision": 1,
Expand All @@ -702,7 +702,7 @@
],
"book": "XXBTZJPY",
"minimalOrder": {
"amount": 0.01,
"amount": "0.002",
"unit": "asset"
},
"pricePrecision": 0,
Expand All @@ -719,7 +719,7 @@
],
"book": "XXBTZUSD",
"minimalOrder": {
"amount": 0.01,
"amount": "0.002",
"unit": "asset"
},
"pricePrecision": 1,
Expand Down

0 comments on commit ff767f6

Please sign in to comment.