diff --git a/common/defs/blockchain_link.json b/common/defs/blockchain_link.json index ccc86f9e22..09914fa2fe 100644 --- a/common/defs/blockchain_link.json +++ b/common/defs/blockchain_link.json @@ -237,5 +237,20 @@ "url": [ "wss://trezor-cardano-preview.blockfrost.io" ] + }, + "misc:SOL": { + "type": "solana", + "url": [ + "https://solana1.trezor.io", + "https://solana2.trezor.io", + "https://solana3.trezor.io", + "https://solana4.trezor.io" + ] + }, + "misc:DSOL": { + "type": "solana", + "url": [ + "https://solana-dev.trezor.io" + ] } } diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index f98f4d9114..729e3f565b 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -183,7 +183,22 @@ "curve": "ed25519", "decimals": 9, "links": { - "Homepage": "https://solana.com" + "Homepage": "https://solana.com", + "Github": "https://github.com/solana-labs" + }, + "wallet": { + "Trezor Suite": "https://suite.trezor.io" + } + }, + { + "name": "Solana Devnet", + "shortcut": "DSOL", + "slip44": 501, + "curve": "ed25519", + "decimals": 9, + "links": { + "Homepage": "https://solana.com", + "Github": "https://github.com/solana-labs" }, "wallet": { "Trezor Suite": "https://suite.trezor.io" diff --git a/common/defs/support.json b/common/defs/support.json index 8f0a77d12d..f79ad9e8b9 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -103,6 +103,7 @@ "bitcoin:tPART": "incompatible fork", "misc:ADA": "not implemented", "misc:BNB": "not implemented", + "misc:DSOL": "not implemented for T1", "misc:EOS": "not implemented", "misc:LSK": "Incompatible mainnet hard-fork", "misc:SOL": "not implemented for T1", @@ -193,6 +194,7 @@ "eth:tETH:5": "2.6.1", "misc:ADA": "2.6.1", "misc:BNB": "2.6.1", + "misc:DSOL": "2.6.4", "misc:MAID": "2.6.1", "misc:OMNI": "2.6.1", "misc:SOL": "2.6.4", @@ -316,6 +318,7 @@ "eth:tETH:5": "2.5.3", "misc:ADA": "2.0.8", "misc:BNB": "2.1.5", + "misc:DSOL": "2.6.4", "misc:EOS": "2.1.1", "misc:MAID": "2.0.10", "misc:OMNI": "2.0.10", @@ -421,6 +424,7 @@ "eth:tETH:5": "2.6.1", "misc:ADA": "2.6.1", "misc:BNB": "2.6.1", + "misc:DSOL": "2.6.4", "misc:MAID": "2.6.1", "misc:OMNI": "2.6.1", "misc:SOL": "2.6.4", @@ -503,7 +507,9 @@ "eth:tETH:3": true, "misc:ADA": true, "misc:BNB": true, + "misc:DSOL": true, "misc:EOS": true, + "misc:SOL": true, "misc:XLM": true, "misc:XRP": true, "misc:XTZ": true, @@ -533,7 +539,11 @@ "bitcoin:VTC": true, "bitcoin:ZEC": true, "eth:tETH:3": true, + "misc:ADA": true, + "misc:DSOL": true, + "misc:SOL": true, "misc:XRP": true, + "misc:tADA": true, "misc:tXRP": true }, "unsupported": {}