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

Commit

Permalink
[GB] update XLM minimum amount to 30, fix #2558
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Sep 23, 2018
1 parent d676a6e commit b60f2fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -52,7 +52,7 @@ let getMinTradeSize = asset => {
minTradeSize = '30'
break;
case 'XXLM':
minTradeSize = '300'
minTradeSize = '30'
break;
case 'XZEC':
minTradeSize = '0.03'
Expand Down
6 changes: 3 additions & 3 deletions exchange/wrappers/kraken-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
],
"book": "XXLMXXBT",
"minimalOrder": {
"amount": "300",
"amount": "30",
"unit": "asset"
},
"pricePrecision": 8,
Expand All @@ -770,7 +770,7 @@
],
"book": "XXLMZEUR",
"minimalOrder": {
"amount": "300",
"amount": "30",
"unit": "asset"
},
"pricePrecision": 6,
Expand All @@ -787,7 +787,7 @@
],
"book": "XXLMZUSD",
"minimalOrder": {
"amount": "300",
"amount": "30",
"unit": "asset"
},
"pricePrecision": 6,
Expand Down

0 comments on commit b60f2fd

Please sign in to comment.