We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d365d78 commit b0381d4Copy full SHA for b0381d4
hdwallet/cryptocurrencies.py
@@ -2566,7 +2566,7 @@ class FoxdcoinMainnet(Cryptocurrency):
2566
PUBLIC_KEY_ADDRESS = 0x23
2567
SEGWIT_ADDRESS = SegwitAddress({
2568
"HRP": "fx",
2569
- "VERSION": 0x0c
+ "VERSION": 0x0d
2570
})
2571
2572
EXTENDED_PRIVATE_KEY = ExtendedPrivateKey({
@@ -5045,8 +5045,8 @@ class RavencoinMainnet(Cryptocurrency):
5045
SCRIPT_ADDRESS = 0x7a
5046
PUBLIC_KEY_ADDRESS = 0x3c
5047
5048
- "HRP": "rv",
5049
- "VERSION": 0x0a
+ "HRP": "ra",
+ "VERSION": 0x0c
5050
5051
5052
0 commit comments