diff --git a/common/defs/ethereum/aqua.png b/common/defs/ethereum/aqua.png new file mode 100644 index 0000000000..6d23634d38 Binary files /dev/null and b/common/defs/ethereum/aqua.png differ diff --git a/common/defs/ethereum/networks.json b/common/defs/ethereum/networks.json index d3d7458708..163e949f94 100644 --- a/common/defs/ethereum/networks.json +++ b/common/defs/ethereum/networks.json @@ -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, diff --git a/core/src/apps/ethereum/networks.py b/core/src/apps/ethereum/networks.py index b1b2341caa..de5e1a9bf6 100644 --- a/core/src/apps/ethereum/networks.py +++ b/core/src/apps/ethereum/networks.py @@ -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,