diff --git a/webapp/services/ContractConfig.php b/webapp/services/ContractConfig.php index 2ed3fd89..8b4855e5 100644 --- a/webapp/services/ContractConfig.php +++ b/webapp/services/ContractConfig.php @@ -15,7 +15,7 @@ class ContractConfig extends BaseService { if (!$type){ return; } - if (SERVER_ENV != _ONLINE){ + // if (SERVER_ENV != _ONLINE){ switch ($type){ case "erc721" : { return array( @@ -31,7 +31,7 @@ class ContractConfig extends BaseService { ); } } - } + // } } }