1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-02 11:30:58 +00:00

chore(common): fix solana and ada support

This commit is contained in:
tomasklim 2024-06-07 13:31:28 +02:00 committed by matejcik
parent 9b6496358b
commit 4f4e9ab904
3 changed files with 41 additions and 1 deletions

View File

@ -237,5 +237,20 @@
"url": [ "url": [
"wss://trezor-cardano-preview.blockfrost.io" "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"
]
} }
} }

View File

@ -183,7 +183,22 @@
"curve": "ed25519", "curve": "ed25519",
"decimals": 9, "decimals": 9,
"links": { "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": { "wallet": {
"Trezor Suite": "https://suite.trezor.io" "Trezor Suite": "https://suite.trezor.io"

View File

@ -103,6 +103,7 @@
"bitcoin:tPART": "incompatible fork", "bitcoin:tPART": "incompatible fork",
"misc:ADA": "not implemented", "misc:ADA": "not implemented",
"misc:BNB": "not implemented", "misc:BNB": "not implemented",
"misc:DSOL": "not implemented for T1",
"misc:EOS": "not implemented", "misc:EOS": "not implemented",
"misc:LSK": "Incompatible mainnet hard-fork", "misc:LSK": "Incompatible mainnet hard-fork",
"misc:SOL": "not implemented for T1", "misc:SOL": "not implemented for T1",
@ -193,6 +194,7 @@
"eth:tETH:5": "2.6.1", "eth:tETH:5": "2.6.1",
"misc:ADA": "2.6.1", "misc:ADA": "2.6.1",
"misc:BNB": "2.6.1", "misc:BNB": "2.6.1",
"misc:DSOL": "2.6.4",
"misc:MAID": "2.6.1", "misc:MAID": "2.6.1",
"misc:OMNI": "2.6.1", "misc:OMNI": "2.6.1",
"misc:SOL": "2.6.4", "misc:SOL": "2.6.4",
@ -316,6 +318,7 @@
"eth:tETH:5": "2.5.3", "eth:tETH:5": "2.5.3",
"misc:ADA": "2.0.8", "misc:ADA": "2.0.8",
"misc:BNB": "2.1.5", "misc:BNB": "2.1.5",
"misc:DSOL": "2.6.4",
"misc:EOS": "2.1.1", "misc:EOS": "2.1.1",
"misc:MAID": "2.0.10", "misc:MAID": "2.0.10",
"misc:OMNI": "2.0.10", "misc:OMNI": "2.0.10",
@ -421,6 +424,7 @@
"eth:tETH:5": "2.6.1", "eth:tETH:5": "2.6.1",
"misc:ADA": "2.6.1", "misc:ADA": "2.6.1",
"misc:BNB": "2.6.1", "misc:BNB": "2.6.1",
"misc:DSOL": "2.6.4",
"misc:MAID": "2.6.1", "misc:MAID": "2.6.1",
"misc:OMNI": "2.6.1", "misc:OMNI": "2.6.1",
"misc:SOL": "2.6.4", "misc:SOL": "2.6.4",
@ -503,7 +507,9 @@
"eth:tETH:3": true, "eth:tETH:3": true,
"misc:ADA": true, "misc:ADA": true,
"misc:BNB": true, "misc:BNB": true,
"misc:DSOL": true,
"misc:EOS": true, "misc:EOS": true,
"misc:SOL": true,
"misc:XLM": true, "misc:XLM": true,
"misc:XRP": true, "misc:XRP": true,
"misc:XTZ": true, "misc:XTZ": true,
@ -533,7 +539,11 @@
"bitcoin:VTC": true, "bitcoin:VTC": true,
"bitcoin:ZEC": true, "bitcoin:ZEC": true,
"eth:tETH:3": true, "eth:tETH:3": true,
"misc:ADA": true,
"misc:DSOL": true,
"misc:SOL": true,
"misc:XRP": true, "misc:XRP": true,
"misc:tADA": true,
"misc:tXRP": true "misc:tXRP": true
}, },
"unsupported": {} "unsupported": {}