Support Charred Cherry (#25)

* Support Charred Cherry

* Update endpoint to old version

* chainId -> networkId, unit -> tokenSymbol

* decimals -> tokenDecimals

* Bump deps

* Update PoC-3 network description

* Bump deps
This commit is contained in:
Jaco Greeff
2018-12-19 19:58:01 +01:00
committed by GitHub
parent 71b7c7c865
commit a7c8322837
9 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class Settings implements SettingsStruct {
constructor () {
const settings = store.get('settings') || {};
// FIXME Here we have the defaults for BBQ, swap to Polkadot as soon as poc-3 is there
// FIXME Here we have the defaults for Charred Cherry, swap to Polkadot as soon as poc-3 is there
// FIXME WS_URL first, then substrate-rpc
this._apiUrl = settings.apiUrl || ENDPOINTS[0].value || process.env.WS_URL;
this._i18nLang = settings.i18nLang || LANGUAGES[0].value;