enable ledger nano s for Ella

* MINING token added. Please see https://github.com/kvhnuke/etherwallet/pull/1636
This commit is contained in:
hackyminer 2018-08-17 06:22:42 +09:00
parent 1308b6193d
commit 76617c1339
No known key found for this signature in database
GPG Key ID: 46D453DDCA4B766F
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
[
{
"address": "0x991e7fe4b05f2b3db1d788e705963f5d647b0044",
"symbol": "MINING",
"decimal": 18,
"type": "default"
}
]

View File

@ -272,11 +272,12 @@ export const STATIC_NETWORKS_INITIAL_STATE: StaticNetworksState = {
name: 'Ellaism Explorer',
origin: 'https://explorer.ellaism.org'
}),
tokens: [],
tokens: require('config/tokens/ella.json'),
contracts: [],
dPathFormats: {
[SecureWalletName.TREZOR]: ELLA_DEFAULT,
[SecureWalletName.SAFE_T]: ELLA_DEFAULT,
[SecureWalletName.LEDGER_NANO_S]: ELLA_DEFAULT,
[InsecureWalletName.MNEMONIC_PHRASE]: ELLA_DEFAULT
},
gasPriceSettings: {