1
This commit is contained in:
parent
b7ab6f1949
commit
ea23702bd2
@ -15,7 +15,7 @@ class ContractConfig extends BaseService {
|
|||||||
if (!$type){
|
if (!$type){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (SERVER_ENV != _ONLINE){
|
// if (SERVER_ENV != _ONLINE){
|
||||||
switch ($type){
|
switch ($type){
|
||||||
case "erc721" : {
|
case "erc721" : {
|
||||||
return array(
|
return array(
|
||||||
@ -31,7 +31,7 @@ class ContractConfig extends BaseService {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user