Skip to content

Commit b0381d4

Browse files
Changed prefixes for Ravencoin and Foxdcoin
New prefixes are ra1v for Ravencoin and fx1d for Foxdcoin.
1 parent d365d78 commit b0381d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hdwallet/cryptocurrencies.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,7 @@ class FoxdcoinMainnet(Cryptocurrency):
25662566
PUBLIC_KEY_ADDRESS = 0x23
25672567
SEGWIT_ADDRESS = SegwitAddress({
25682568
"HRP": "fx",
2569-
"VERSION": 0x0c
2569+
"VERSION": 0x0d
25702570
})
25712571

25722572
EXTENDED_PRIVATE_KEY = ExtendedPrivateKey({
@@ -5045,8 +5045,8 @@ class RavencoinMainnet(Cryptocurrency):
50455045
SCRIPT_ADDRESS = 0x7a
50465046
PUBLIC_KEY_ADDRESS = 0x3c
50475047
SEGWIT_ADDRESS = SegwitAddress({
5048-
"HRP": "rv",
5049-
"VERSION": 0x0a
5048+
"HRP": "ra",
5049+
"VERSION": 0x0c
50505050
})
50515051

50525052
EXTENDED_PRIVATE_KEY = ExtendedPrivateKey({

0 commit comments

Comments
 (0)