From d67604e02ed62dff4bf17137599ee710a2e047b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Molina?= Date: Wed, 8 Jan 2025 14:08:34 +0100 Subject: [PATCH] Add support for Mythos --- src/supported_apps.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/supported_apps.ts b/src/supported_apps.ts index 94f32fe..ae4550f 100644 --- a/src/supported_apps.ts +++ b/src/supported_apps.ts @@ -320,4 +320,10 @@ export const supportedApps: SubstrateAppParams[] = [ slip0044: 0x80000162, ss58_addr_type: 42, }, + { + name: 'Mythos', + cla: 0xbf, + slip0044: 0x8000003c, + ss58_addr_type: 42, + }, ]