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

Merge #23

Merged
merged 8 commits into from
Sep 18, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[GB] minimum order size for doge on kraken, fix askmike#2535
  • Loading branch information
askmike committed Sep 17, 2018
commit d8b90d76b349c6cce5d7cf83467699593539c57b
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