1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

chore(common): add Solana support info

This commit is contained in:
matejcik 2023-12-20 16:31:27 +01:00 committed by matejcik
parent f4d3a7456a
commit c09f9e88e2
2 changed files with 16 additions and 0 deletions

View File

@ -175,5 +175,18 @@
"Homepage": "https://tether.to" "Homepage": "https://tether.to"
}, },
"wallet": {} "wallet": {}
},
{
"name": "Solana",
"shortcut": "SOL",
"slip44": 501,
"curve": "ed25519",
"decimals": 9,
"links": {
"Homepage": "https://solana.com"
},
"wallet": {
"Trezor Suite": "https://suite.trezor.io"
}
} }
] ]

View File

@ -105,6 +105,7 @@
"misc:BNB": "not implemented", "misc:BNB": "not implemented",
"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:XMR": "not implemented", "misc:XMR": "not implemented",
"misc:XRP": "not implemented", "misc:XRP": "not implemented",
"misc:XTZ": "not implemented", "misc:XTZ": "not implemented",
@ -194,6 +195,7 @@
"misc:BNB": "2.6.1", "misc:BNB": "2.6.1",
"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:USDT": "2.6.1", "misc:USDT": "2.6.1",
"misc:XLM": "2.6.1", "misc:XLM": "2.6.1",
"misc:XMR": "2.6.1", "misc:XMR": "2.6.1",
@ -317,6 +319,7 @@
"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",
"misc:SOL": "2.6.4",
"misc:USDT": "2.0.10", "misc:USDT": "2.0.10",
"misc:XLM": "2.0.8", "misc:XLM": "2.0.8",
"misc:XMR": "2.0.8", "misc:XMR": "2.0.8",