Skip to content

Commit 63982b1

Browse files
committed
chore: move creditcoin3 to genericLedgerApps
1 parent d10ce17 commit 63982b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hw-ledger/src/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const prevLedgerRecord: Record<string, string> = {
1414
'bifrost-kusama': 'BifrostKusama',
1515
centrifuge: 'Centrifuge',
1616
composable: 'Composable',
17-
creditcoin3: 'Creditcoin3',
1817
darwinia: 'Darwinia',
1918
'dock-mainnet': 'Dock',
2019
edgeware: 'Edgeware',
@@ -52,6 +51,7 @@ export const prevLedgerRecord: Record<string, string> = {
5251
// Any chains moving forward that are supported by the PolkadotGenericApp from ledger will input their names below.
5352
export const genericLedgerApps = {
5453
bittensor: 'Bittensor',
54+
creditcoin3: 'Creditcoin3',
5555
encointer: 'Encointer',
5656
frequency: 'Frequency',
5757
integritee: 'Integritee',

0 commit comments

Comments
 (0)