Skip to content

Commit

Permalink
Merge pull request #97 from leonardocustodio/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala authored Sep 11, 2023
2 parents 69ab4c9 + 7974f4d commit 8db661a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/supported_apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,16 @@ export const supportedApps: SubstrateAppParams[] = [
slip0044: 0x80000219,
ss58_addr_type: 126,
},
{
name: "Enjin",
cla: 0xb9,
slip0044: 0x80000483,
ss58_addr_type: 2135,
},
{
name: "Matrixchain",
cla: 0xba,
slip0044: 0x80000483,
ss58_addr_type: 1110,
}
];

0 comments on commit 8db661a

Please sign in to comment.