Skip to content

Commit

Permalink
fcoin ci retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Jul 4, 2018
1 parent 180fc93 commit ff34e8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/fcoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ module.exports = class fcoin extends Exchange {
'LTC/USDT': { 'amount': { 'min': 0.001, 'max': 40000 }},
'BCH/USDT': { 'amount': { 'min': 0.001, 'max': 5000 }},
'BTC/USDT': { 'amount': { 'min': 0.001, 'max': 1000 }},
'FT/BTC': { 'amount': { 'min': 1, 'max': 10000000 }},
'FT/ETH': { 'amount': { 'min': 1, 'max': 10000000 }},
'ICX/ETH': { 'amount': { 'min': 0.01, 'max': 3000000 }},
'OMG/ETH': { 'amount': { 'min': 0.01, 'max': 500000 }},
'FT/USDT': { 'amount': { 'min': 1, 'max': 10000000 }},
'ZIL/ETH': { 'amount': { 'min': 1, 'max': 10000000 }},
'ZIP/ETH': { 'amount': { 'min': 1, 'max': 10000000 }},
'OMG/ETH': { 'amount': { 'min': 0.01, 'max': 500000 }},
'ICX/ETH': { 'amount': { 'min': 0.01, 'max': 3000000 }},
'FT/BTC': { 'amount': { 'min': 1, 'max': 10000000 }},
'FT/ETH': { 'amount': { 'min': 1, 'max': 10000000 }},
},
},
'exceptions': {
Expand Down

0 comments on commit ff34e8d

Please sign in to comment.