1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-30 10:08:18 +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": [
"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",
"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"

View File

@ -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": {}