From 77901c201bff4986090762477e0ce70f61a81644 Mon Sep 17 00:00:00 2001 From: Sigve Kvalsvik Date: Wed, 11 Oct 2017 11:26:34 +0200 Subject: [PATCH] Fix #483: Remove TRADE.X from dropdown and remove blocktrades gateway --- .../Account/AccountDepositWithdraw.jsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/app/components/Account/AccountDepositWithdraw.jsx b/app/components/Account/AccountDepositWithdraw.jsx index 9f03d87ac9..6f01097ba8 100644 --- a/app/components/Account/AccountDepositWithdraw.jsx +++ b/app/components/Account/AccountDepositWithdraw.jsx @@ -180,7 +180,7 @@ class AccountDepositWithdraw extends React.Component { }); serList.push({ - name: "BlockTrades (TRADE.X)", + name: "BlockTrades", template: (
@@ -189,11 +189,9 @@ class AccountDepositWithdraw extends React.Component {
  • -
- {btService === "bridge" ? : null} - - {btService === "gateway" ? -
-

This cryptocurrency gateway is shutting down as it is rarely if ever used

-

Openledger's gateway continues to operate, and it offers more coins and a far more liquid trading environment. Note that we will be continuing the operation of our cryptocurrency bridge for quickly buying and selling cryptocurrency, since it is actively used by the Bitshares community.

- -

We'll be shutting down this gateway in stages. In the first stage, which has just begun, we've disabled deposits to the gateway. Inevitably, someone may still use one of their old deposit addresses, in which case we'll manually refund them when you contact us. We request that if you hold any TRADE assets, you perform a withdrawal of those assets during this stage.

- -

Eventually, we will also disable withdrawals as well, but we will leave in place a 1-1 market order on OPEN.BTC_TRADE.BTC for a while after that to allow users to exchange any remaining TRADE.BTC for OPEN.BTC. We will place similar orders for any other TRADE assets that remain outstanding after withdrawals are disabled.

-
: null} + />