mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
common/defs: add Aquachain (AQUA) ETH network (#138)
This commit is contained in:
parent
d378f05d27
commit
ffde130003
BIN
common/defs/ethereum/aqua.png
Normal file
BIN
common/defs/ethereum/aqua.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user