1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

defs/ethereum: sort networks.json by chain_id

This commit is contained in:
Pavol Rusnak 2018-08-28 13:56:11 +02:00
parent e52ec75a91
commit 4b947e3a22
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -119,6 +119,14 @@
"rskip60": false,
"url": "https://callisto.network"
},
{
"chain_id": 1620,
"slip44": 1620,
"shortcut": "ATH",
"name": "Atheios",
"rskip60": false,
"url": "https://atheios.com"
},
{
"chain_id": 1987,
"slip44": 1987,
@ -166,13 +174,5 @@
"name": "Pirl",
"rskip60": false,
"url": "https://pirl.io"
},
{
"chain_id": 1620,
"slip44": 1620,
"shortcut": "ATH",
"name": "Atheios",
"rskip60": false,
"url": "https://atheios.com"
}
]