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

common/defs: add Aquachain (AQUA) ETH network (#138)

This commit is contained in:
aerth 2019-05-07 12:32:45 -07:00 committed by Pavol Rusnak
parent d378f05d27
commit ffde130003
3 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -298,6 +298,16 @@
"url": "https://ether1.org",
"blockbook": []
},
{
"chain": "aqua",
"chain_id": 61717561,
"slip44": 61717561,
"shortcut": "AQUA",
"name": "Aquachain",
"rskip60": false,
"url": "https://aquachain.github.io",
"blockbook": []
},
{
"chain": "pirl",
"chain_id": 3125659152,

View File

@ -233,6 +233,13 @@ NETWORKS = [
name="Musicoin",
rskip60=False,
),
NetworkInfo(
chain_id=61717561,
slip44=61717561,
shortcut="AQUA",
name="Aquachain",
rskip60=False,
),
NetworkInfo(
chain_id=3125659152,
slip44=164,