From ea23702bd262965a347d5d78e496b513d17819d2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 13 Jun 2023 14:43:10 +0800 Subject: [PATCH] 1 --- webapp/services/ContractConfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { ); } } - } + // } } }