From 967186059631f5e7e38a13a2a1d60912d1ee195e Mon Sep 17 00:00:00 2001 From: Beqa Abuladze Date: Wed, 7 May 2025 17:48:06 +0400 Subject: [PATCH] feat: add creditcoin3 network --- src/supported_apps.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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, + }, ]