From 18a3068ff00014909ce3f0b07b4fe81edcf49d03 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Thu, 20 Nov 2025 15:49:20 +0100 Subject: [PATCH] Update BIP44 coin type for Palladium to registered value --- electrum/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/constants.py b/electrum/constants.py index 238593155..8196006aa 100644 --- a/electrum/constants.py +++ b/electrum/constants.py @@ -207,7 +207,7 @@ class PalladiumMainnet(AbstractNet): 'p2wsh': 0x02aa7ed3, # Zpub } XPUB_HEADERS_INV = inv_dict(XPUB_HEADERS) - BIP44_COIN_TYPE = 5701 # Palladium coin type + BIP44_COIN_TYPE = 746 # Palladium coin type (SLIP-0044 registered) LN_REALM_BYTE = 0 LN_DNS_SEEDS = [] # Lightning DNS seeds not configured yet