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:
parent
2b3f72f994
commit
31fca6d25d
@ -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,
|
||||
|
BIN
common/defs/ethereum/teo.png
Normal file
BIN
common/defs/ethereum/teo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
@ -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",
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user