From b0381d4182f9780acfa08e5b0eddb5f2d3fbe8bd Mon Sep 17 00:00:00 2001 From: Joshua Infante <38098280+git-infinianti@users.noreply.github.com> Date: Tue, 25 Apr 2023 06:29:56 -0700 Subject: [PATCH] Changed prefixes for Ravencoin and Foxdcoin New prefixes are ra1v for Ravencoin and fx1d for Foxdcoin. --- hdwallet/cryptocurrencies.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hdwallet/cryptocurrencies.py b/hdwallet/cryptocurrencies.py index a1aeccb..f36584d 100644 --- a/hdwallet/cryptocurrencies.py +++ b/hdwallet/cryptocurrencies.py @@ -2566,7 +2566,7 @@ class FoxdcoinMainnet(Cryptocurrency): PUBLIC_KEY_ADDRESS = 0x23 SEGWIT_ADDRESS = SegwitAddress({ "HRP": "fx", - "VERSION": 0x0c + "VERSION": 0x0d }) EXTENDED_PRIVATE_KEY = ExtendedPrivateKey({ @@ -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({