Update BIP44 coin type for Palladium to registered value

This commit is contained in:
2025-11-20 15:49:20 +01:00
parent 1e0e79c92b
commit 18a3068ff0

View File

@@ -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