Skip to content

Commit c7f417e

Browse files
authored
add Avail Recovery (#170)
1 parent 5732e37 commit c7f417e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/supported_apps.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,10 @@ export const supportedApps: SubstrateAppParams[] = [
314314
slip0044: 0x8000003c,
315315
ss58_addr_type: 42,
316316
},
317+
{
318+
name: 'AvailRecovery',
319+
cla: 0xbe,
320+
slip0044: 0x80000162,
321+
ss58_addr_type: 42,
322+
},
317323
]

0 commit comments

Comments
 (0)