diff --git a/deps/gateways.json b/deps/gateways.json index f12b1d5f6..f2be009f6 100644 --- a/deps/gateways.json +++ b/deps/gateways.json @@ -154,14 +154,6 @@ }], "hotwallets": [], "domain": "ripple-market.jp" - }, { - "name": "PaxMoneta", - "accounts": [{ - "address": "rUkMKjQitpgAM5WTGk79xpjT38DEJY283d", - "currencies": ["KRW"] - }], - "hotwallets": ["rhLSigWL4J9JBBW1JFMBvaduDkVghG7cc2"], - "domain": "paxmoneta.com" }, { "name": "RippleExchangeTokyo", "accounts": [{ diff --git a/src/js/data/currencies.js b/src/js/data/currencies.js index ce26fb80f..77b8c49b0 100644 --- a/src/js/data/currencies.js +++ b/src/js/data/currencies.js @@ -29,7 +29,7 @@ module.exports = [ {value: 'PLN', name: 'Polish Zloty', display: true, custom_trade_currency_dropdown: false, standard_precision: 2, order: 0}, {value: 'AUD', name: 'Australian Dollar', display: true, custom_trade_currency_dropdown: true, standard_precision: 2, order: 0}, {value: 'MXN', name: 'Mexican Peso', display: true, custom_trade_currency_dropdown: true, standard_precision: 2, order: 0}, - {value: 'KRW', name: 'South Korean Won', display: true, custom_trade_currency_dropdown: true, standard_precision: 2, order: 0}, + {value: 'KRW', name: 'South Korean Won', display: true, custom_trade_currency_dropdown: false, standard_precision: 2, order: 0}, {value: 'TWD', name: 'New Taiwan Dollar', display: true, custom_trade_currency_dropdown: false, standard_precision: 2, order: 0}, {value: 'HKD', name: 'Hong Kong Dollar', display: true, custom_trade_currency_dropdown: false, standard_precision: 2, order: 0}, // Alphabetical from here