diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index d4ac152c..c7dec445 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -941,13 +941,21 @@ class MarketController extends BaseController { $types = array(); if (SERVER_ENV == _ONLINE) { array_push($types, array( - 'name' => 'online', - 'address' => 'online', + 'name' => 'CEC', + 'address' => '0x9561C133DD8580860B6b7E504bC5Aa500f0f06a7', + )); + array_push($types, array( + 'name' => 'CEG', + 'address' => '0x59d3631c86BbE35EF041872d502F218A39FBa150', )); } else { array_push($types, array( - 'name' => 'test', - 'address' => 'test', + 'name' => 'D CEC', + 'address' => '0x9561C133DD8580860B6b7E504bC5Aa500f0f06a7', + )); + array_push($types, array( + 'name' => 'D CEG', + 'address' => '0x59d3631c86BbE35EF041872d502F218A39FBa150', )); } $this->_rspData(array(