Selaa lähdekoodia

add ethf code

Rony 2 vuotta sitten
vanhempi
commit
9425a7473d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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