Skip to content

Commit 6b8d943

Browse files
committed
added back in solana
1 parent 3cdeac0 commit 6b8d943

File tree

1 file changed

+2
-0
lines changed
  • packages/core-mobile/app/new/features/ledger/utils

1 file changed

+2
-0
lines changed

packages/core-mobile/app/new/features/ledger/utils/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export const getLedgerAppName = (network?: Network): LedgerAppType => {
4040
? LedgerAppType.ETHEREUM
4141
: network?.vmName === NetworkVMType.BITCOIN
4242
? LedgerAppType.BITCOIN
43+
: network?.vmName === NetworkVMType.SVM
44+
? LedgerAppType.SOLANA
4345
: LedgerAppType.UNKNOWN
4446
}
4547

0 commit comments

Comments
 (0)