Browse Source

add ethf code

Rony 2 years ago
parent
commit
9425a7473d
1 changed files with 1 additions and 0 deletions
  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