Skip to content

Commit

Permalink
Add avail
Browse files Browse the repository at this point in the history
  • Loading branch information
juditortiz10 committed Mar 19, 2024
1 parent 21f0170 commit 0a589ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/supported_apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
];

0 comments on commit 0a589ef

Please sign in to comment.