Skip to content

Commit

Permalink
Revert "api: handle cryptobridge public balances"
Browse files Browse the repository at this point in the history
This explorer data seems fully random and incomplete, useless so

This reverts commit 789aec2454429b23cb5ea4049122924983dca5c0.
  • Loading branch information
tpruvot committed Feb 25, 2019
1 parent f701887 commit 2846dd9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 80 deletions.
1 change: 0 additions & 1 deletion web/serverconfig.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
define('EXCH_COINMARKETS_USER', '');
define('EXCH_COINMARKETS_PIN', '');
define('EXCH_CREX24_KEY', '');
define('EXCH_CRYPTOBRIDGE_ID', '');
define('EXCH_BINANCE_KEY', '');
define('EXCH_BITSTAMP_ID','');
define('EXCH_BITSTAMP_KEY','');
Expand Down
75 changes: 0 additions & 75 deletions web/yaamp/core/trading/cryptobridge_trading.php

This file was deleted.

2 changes: 0 additions & 2 deletions web/yaamp/core/trading/trading.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
require_once('alcurex_trading.php');
require_once('coinsmarkets_trading.php');
require_once('crex24_trading.php');
require_once('cryptobridge_trading.php');
require_once('cryptopia_trading.php');
require_once('hitbtc_trading.php');
require_once('kucoin_trading.php');
Expand Down Expand Up @@ -83,7 +82,6 @@ function runExchange($exchangeName=false)
break;

case 'cryptobridge':
doCryptobridgeTrading(true);
updateCryptoBridgeMarkets();
break;

Expand Down
1 change: 0 additions & 1 deletion web/yaamp/defaultconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
if (!defined('EXCH_CEXIO_ID')) define('EXCH_CEXIO_ID', '');
if (!defined('EXCH_CEXIO_KEY')) define('EXCH_CEXIO_KEY', '');
if (!defined('EXCH_CREX24_KEY')) define('EXCH_CREX24_KEY', '');
if (!defined('EXCH_CRYPTOBRIDGE_ID')) define('EXCH_CRYPTOBRIDGE_ID', '');
if (!defined('EXCH_CRYPTOPIA_KEY')) define('EXCH_CRYPTOPIA_KEY', '');
if (!defined('EXCH_HITBTC_KEY')) define('EXCH_HITBTC_KEY', '');
if (!defined('EXCH_POLONIEX_KEY')) define('EXCH_POLONIEX_KEY', '');
Expand Down
1 change: 0 additions & 1 deletion web/yaamp/modules/thread/CronjobController.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public function actionRun()
doBinanceTrading();
doCCexTrading();
doBleutradeTrading();
doCryptobridgeTrading();
doKuCoinTrading();
doNovaTrading();
doYobitTrading();
Expand Down

0 comments on commit 2846dd9

Please sign in to comment.