Skip to content

Commit

Permalink
Changed prefixes for Ravencoin and Foxdcoin
Browse files Browse the repository at this point in the history
New prefixes are ra1v for Ravencoin and fx1d  for Foxdcoin.
  • Loading branch information
git-infinianti authored Apr 25, 2023
1 parent d365d78 commit b0381d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hdwallet/cryptocurrencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@ class FoxdcoinMainnet(Cryptocurrency):
PUBLIC_KEY_ADDRESS = 0x23
SEGWIT_ADDRESS = SegwitAddress({
"HRP": "fx",
"VERSION": 0x0c
"VERSION": 0x0d
})

EXTENDED_PRIVATE_KEY = ExtendedPrivateKey({
Expand Down Expand Up @@ -5045,8 +5045,8 @@ class RavencoinMainnet(Cryptocurrency):
SCRIPT_ADDRESS = 0x7a
PUBLIC_KEY_ADDRESS = 0x3c
SEGWIT_ADDRESS = SegwitAddress({
"HRP": "rv",
"VERSION": 0x0a
"HRP": "ra",
"VERSION": 0x0c
})

EXTENDED_PRIVATE_KEY = ExtendedPrivateKey({
Expand Down

0 comments on commit b0381d4

Please sign in to comment.