1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

common/defs: switch ERE logo (#808)

This commit is contained in:
EtherCore Contributor 2020-01-29 18:49:21 +09:00 committed by GitHub
parent e9c5e47ab4
commit c03caaf76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -55,6 +55,7 @@
"eth:EGEM": true, "eth:EGEM": true,
"eth:ELLA": true, "eth:ELLA": true,
"eth:EOSC": true, "eth:EOSC": true,
"eth:ERE": true,
"eth:ESN": true, "eth:ESN": true,
"eth:ETC": true, "eth:ETC": true,
"eth:ETH": true, "eth:ETH": true,
@ -1344,6 +1345,7 @@
"eth:EGEM": "1.6.2", "eth:EGEM": "1.6.2",
"eth:ELLA": "1.6.2", "eth:ELLA": "1.6.2",
"eth:EOSC": "1.6.2", "eth:EOSC": "1.6.2",
"eth:ERE": "1.8.4",
"eth:ESN": "1.6.3", "eth:ESN": "1.6.3",
"eth:ETC": "1.6.2", "eth:ETC": "1.6.2",
"eth:ETH": "1.6.2", "eth:ETH": "1.6.2",
@ -2813,6 +2815,7 @@
"eth:EGEM": "2.0.7", "eth:EGEM": "2.0.7",
"eth:ELLA": "2.0.7", "eth:ELLA": "2.0.7",
"eth:EOSC": "2.0.7", "eth:EOSC": "2.0.7",
"eth:ERE": "2.2.2",
"eth:ESN": "2.0.8", "eth:ESN": "2.0.8",
"eth:ETC": "2.0.7", "eth:ETC": "2.0.7",
"eth:ETH": "2.0.7", "eth:ETH": "2.0.7",

View File

@ -196,6 +196,13 @@ NETWORKS = [
name="High Performance Blockchain", name="High Performance Blockchain",
rskip60=False, rskip60=False,
), ),
NetworkInfo(
chain_id=466,
slip44=466,
shortcut="ERE",
name="EtherCore",
rskip60=False,
),
NetworkInfo( NetworkInfo(
chain_id=820, chain_id=820,
slip44=820, slip44=820,