diff --git a/src/supported_apps.ts b/src/supported_apps.ts index 94f32fe..9aee37d 100644 --- a/src/supported_apps.ts +++ b/src/supported_apps.ts @@ -320,4 +320,10 @@ export const supportedApps: SubstrateAppParams[] = [ slip0044: 0x80000162, ss58_addr_type: 42, }, + { + name: 'Creditcoin3', + cla: 0xbf, + slip0044: 0x80000162, + ss58_addr_type: 42, + }, ]