chore(common): add Solana support info

pull/3477/head
matejcik 5 months ago committed by matejcik
parent f4d3a7456a
commit c09f9e88e2

@ -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"
}
}
]

@ -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",

Loading…
Cancel
Save