瀏覽代碼

add ethf code

Rony 2 年之前
父節點
當前提交
9425a7473d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      model/utils.js

+ 1 - 0
model/utils.js

@@ -197,6 +197,7 @@ function getChainNameFromChain(chain) {
         case CHAIN_ID.okc_testnet:
             return 'okc'
         case CHAIN_ID.ethf:
+        case 'ethf':
             return 'ethf'
         default:
             return null