We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdeac0 commit 6b8d943Copy full SHA for 6b8d943
packages/core-mobile/app/new/features/ledger/utils/index.ts
@@ -40,6 +40,8 @@ export const getLedgerAppName = (network?: Network): LedgerAppType => {
40
? LedgerAppType.ETHEREUM
41
: network?.vmName === NetworkVMType.BITCOIN
42
? LedgerAppType.BITCOIN
43
+ : network?.vmName === NetworkVMType.SVM
44
+ ? LedgerAppType.SOLANA
45
: LedgerAppType.UNKNOWN
46
}
47
0 commit comments