Skip to content

Commit

Permalink
[GB] minimum order size for doge on kraken, fix askmike#2535
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Sep 17, 2018
1 parent 7d548fb commit d8b90d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions exchange/util/genMarketFiles/update-kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ let getMinTradeSize = asset => {
case 'USDT':
minTradeSize = '5'
break;
case 'XXDG':
minTradeSize = '3000'
break;
default:
break;
}
Expand Down
2 changes: 1 addition & 1 deletion exchange/wrappers/kraken-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
],
"book": "XXDGXXBT",
"minimalOrder": {
"amount": 0.01,
"amount": "3000",
"unit": "asset"
},
"pricePrecision": 8,
Expand Down

0 comments on commit d8b90d7

Please sign in to comment.