1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

common/defs: add TEO (#163)

This commit is contained in:
Trustfarm-heart 2019-05-22 22:43:47 +09:00 committed by Pavol Rusnak
parent 2b3f72f994
commit 31fca6d25d
4 changed files with 20 additions and 0 deletions

View File

@ -258,6 +258,16 @@
"url": "https://ethersocial.org",
"blockbook": []
},
{
"chain": "teo",
"chain_id": 33416,
"slip44": 33416,
"shortcut": "TEO",
"name": "Trust ETH reOrigin",
"rskip60": false,
"url": "https://tao.foundation",
"blockbook": []
},
{
"chain": "akroma",
"chain_id": 200625,

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -68,6 +68,7 @@
"eth:PIRL": true,
"eth:RBTC": true,
"eth:REOSC": true,
"eth:TEO": true,
"eth:UBQ": true,
"eth:tETC": true,
"eth:tKOV": true,
@ -1247,6 +1248,7 @@
"eth:PIRL": "1.6.3",
"eth:RBTC": "1.6.2",
"eth:REOSC": "1.7.2",
"eth:TEO": "soon",
"eth:UBQ": "1.6.2",
"eth:tATS": "1.8.0",
"eth:tETC": "1.6.2",
@ -2595,6 +2597,7 @@
"eth:PIRL": "2.0.8",
"eth:RBTC": "2.0.7",
"eth:REOSC": "2.0.11",
"eth:TEO": "soon",
"eth:UBQ": "2.0.7",
"eth:tATS": "2.0.11",
"eth:tETC": "2.0.7",

View File

@ -198,6 +198,13 @@ NETWORKS = [
name="Ethersocial Network",
rskip60=False,
),
NetworkInfo(
chain_id=33416,
slip44=33416,
shortcut="TEO",
name="Trust ETH reOrigin",
rskip60=False,
),
NetworkInfo(
chain_id=200625,
slip44=200625,