Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
templates: build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusanka committed Oct 23, 2018
1 parent 260130c commit 7e1b7ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/apps/ethereum/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ def __init__(
name="Ubiq",
rskip60=False,
),
NetworkInfo(
chain_id=20,
slip44=2018,
shortcut="EOSC",
name="EOS Classic",
rskip60=False,
),
NetworkInfo(
chain_id=28,
slip44=1128,
Expand Down Expand Up @@ -156,6 +149,13 @@ def __init__(
name="EtherGem",
rskip60=False,
),
NetworkInfo(
chain_id=2018,
slip44=2018,
shortcut="EOSC",
name="EOS Classic",
rskip60=False,
),
NetworkInfo(
chain_id=31102,
slip44=31102,
Expand Down

0 comments on commit 7e1b7ce

Please sign in to comment.