diff --git a/src/supported_apps.ts b/src/supported_apps.ts index 0da82d1..e4e2931 100644 --- a/src/supported_apps.ts +++ b/src/supported_apps.ts @@ -314,4 +314,64 @@ export const supportedApps: SubstrateAppParams[] = [ slip0044: 0x8000003c, ss58_addr_type: 42, }, + { + name: 'Polkadot AssetHub', + cla: 0xbe, + slip0044: 0x80000162, + ss58_addr_type: 0, + }, + { + name: 'Polkadot BridgeHub', + cla: 0xbf, + slip0044: 0x80000162, + ss58_addr_type: 0, + }, + { + name: 'Polkadot Collectives', + cla: 0xc0, + slip0044: 0x80000162, + ss58_addr_type: 0, + }, + { + name: 'Polkadot Coretime', + cla: 0xc1, + slip0044: 0x80000162, + ss58_addr_type: 0, + }, + { + name: 'Polkadot People', + cla: 0xc2, + slip0044: 0x80000162, + ss58_addr_type: 0, + }, + { + name: 'Kusama AssetHub', + cla: 0xc3, + slip0044: 0x800001b2, + ss58_addr_type: 2, + }, + { + name: 'Kusama BridgeHub', + cla: 0xc4, + slip0044: 0x800001b2, + ss58_addr_type: 2, + }, + { + name: 'Kusama Coretime', + cla: 0xc5, + slip0044: 0x800001b2, + ss58_addr_type: 2, + }, + { + name: 'Encointer Network', + cla: 0xc6, + slip0044: 0x800001b2, + ss58_addr_type: 2, + }, + { + name: 'Kusama People', + cla: 0xc7, + slip0044: 0x800001b2, + ss58_addr_type: 2, + }, ]