mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
enable ledger nano s for Ella
* MINING token added. Please see https://github.com/kvhnuke/etherwallet/pull/1636
This commit is contained in:
parent
1308b6193d
commit
76617c1339
8
common/config/tokens/ella.json
Normal file
8
common/config/tokens/ella.json
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"address": "0x991e7fe4b05f2b3db1d788e705963f5d647b0044",
|
||||
"symbol": "MINING",
|
||||
"decimal": 18,
|
||||
"type": "default"
|
||||
}
|
||||
]
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user