From d54dab2ed55fb973d8010be42cdee14848c83053 Mon Sep 17 00:00:00 2001 From: songliang Date: Wed, 11 Jan 2023 16:34:19 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 5c264e16..34b46d18 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -962,27 +962,11 @@ class MarketController extends BaseController { 'name' => 'USDT', 'address' => '0xc22Ffa318051d8aF4E5f2E2732d7049486fcE093', )); - array_push($types, array( - 'name' => 'CEC', - 'address' => '0x9561C133DD8580860B6b7E504bC5Aa500f0f06a7', - )); - array_push($types, array( - 'name' => 'CEG', - 'address' => '0xc22Ffa318051d8aF4E5f2E2732d7049486fcE093', - )); } else { array_push($types, array( 'name' => 'USDT', 'address' => '0xc22Ffa318051d8aF4E5f2E2732d7049486fcE093', )); - array_push($types, array( - 'name' => 'D CEC', - 'address' => '0x9561C133DD8580860B6b7E504bC5Aa500f0f06a7', - )); - array_push($types, array( - 'name' => 'D CEG', - 'address' => '0x59d3631c86BbE35EF041872d502F218A39FBa150', - )); } $this->_rspData(array( 'list' => $types,