diff --git a/src/supported_apps.ts b/src/supported_apps.ts index 2e96de1..5ab60fe 100644 --- a/src/supported_apps.ts +++ b/src/supported_apps.ts @@ -302,4 +302,10 @@ export const supportedApps: SubstrateAppParams[] = [ slip0044: 0x800002c5, ss58_addr_type: 42, }, + { + name: 'Entropy', + cla: 0xbd, + slip0044: 0x80000520, + ss58_addr_type: 42, + }, ]