We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10ce17 commit 63982b1Copy full SHA for 63982b1
packages/hw-ledger/src/defaults.ts
@@ -14,7 +14,6 @@ export const prevLedgerRecord: Record<string, string> = {
14
'bifrost-kusama': 'BifrostKusama',
15
centrifuge: 'Centrifuge',
16
composable: 'Composable',
17
- creditcoin3: 'Creditcoin3',
18
darwinia: 'Darwinia',
19
'dock-mainnet': 'Dock',
20
edgeware: 'Edgeware',
@@ -52,6 +51,7 @@ export const prevLedgerRecord: Record<string, string> = {
52
51
// Any chains moving forward that are supported by the PolkadotGenericApp from ledger will input their names below.
53
export const genericLedgerApps = {
54
bittensor: 'Bittensor',
+ creditcoin3: 'Creditcoin3',
55
encointer: 'Encointer',
56
frequency: 'Frequency',
57
integritee: 'Integritee',
0 commit comments