From 0a589ef532ed9b8c6249280e8b7931bcd219ebc3 Mon Sep 17 00:00:00 2001 From: juditortiz10 Date: Tue, 19 Mar 2024 11:39:08 +0100 Subject: [PATCH] Add avail --- src/supported_apps.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/supported_apps.ts b/src/supported_apps.ts index d56f26b..5b680b2 100644 --- a/src/supported_apps.ts +++ b/src/supported_apps.ts @@ -294,5 +294,11 @@ export const supportedApps: SubstrateAppParams[] = [ cla: 0xbb, slip0044: 0x80000277, ss58_addr_type: 255, - } + }, + { + name: "Avail", + cla: 0xbc, + slip0044: 0x800002c5, + ss58_addr_type: 42, + }, ];