From c09f9e88e207c531d73850a04220a2837b17ae65 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 20 Dec 2023 16:31:27 +0100 Subject: [PATCH] chore(common): add Solana support info --- common/defs/misc/misc.json | 13 +++++++++++++ common/defs/support.json | 3 +++ 2 files changed, 16 insertions(+) diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index bc6f8f17a..f98f4d911 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -175,5 +175,18 @@ "Homepage": "https://tether.to" }, "wallet": {} + }, + { + "name": "Solana", + "shortcut": "SOL", + "slip44": 501, + "curve": "ed25519", + "decimals": 9, + "links": { + "Homepage": "https://solana.com" + }, + "wallet": { + "Trezor Suite": "https://suite.trezor.io" + } } ] diff --git a/common/defs/support.json b/common/defs/support.json index b049e6275..ed46cc4ed 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -105,6 +105,7 @@ "misc:BNB": "not implemented", "misc:EOS": "not implemented", "misc:LSK": "Incompatible mainnet hard-fork", + "misc:SOL": "not implemented for T1", "misc:XMR": "not implemented", "misc:XRP": "not implemented", "misc:XTZ": "not implemented", @@ -194,6 +195,7 @@ "misc:BNB": "2.6.1", "misc:MAID": "2.6.1", "misc:OMNI": "2.6.1", + "misc:SOL": "2.6.4", "misc:USDT": "2.6.1", "misc:XLM": "2.6.1", "misc:XMR": "2.6.1", @@ -317,6 +319,7 @@ "misc:EOS": "2.1.1", "misc:MAID": "2.0.10", "misc:OMNI": "2.0.10", + "misc:SOL": "2.6.4", "misc:USDT": "2.0.10", "misc:XLM": "2.0.8", "misc:XMR": "2.0.8",