From 4aef9439e73ac22c6e1b96084bcd08f3c35ee163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Benso?= Date: Thu, 4 Jul 2024 10:13:42 -0300 Subject: [PATCH] Add entropy (#113) --- src/supported_apps.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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, + }, ]