From b9390a5f583ecadba0186eb8a038db52243981d7 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 5 Jan 2020 08:26:11 -0500 Subject: [PATCH] Update to new HUSH v3 mainnet ports --- lib/Hush/RPC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Hush/RPC.pm b/lib/Hush/RPC.pm index 26f831a..cc534ec 100644 --- a/lib/Hush/RPC.pm +++ b/lib/Hush/RPC.pm @@ -9,7 +9,7 @@ use URL::Encode qw/url_encode/; sub new { # TODO: update ports - my $port = $ENV{HUSH_RPC_PORT} || 8822; + my $port = $ENV{HUSH_RPC_PORT} || 18031; my $host = $ENV{HUSH_RPC_HOST} || "127.0.0.1"; my $HOME = $ENV{HOME}; # TODO: support other OS's and custom config file path @@ -43,7 +43,7 @@ sub new { return $rpc, } else { my $coins = { - 8822 => 'HUSH', + 18031 => 'HUSH', 18822 => 'TUSH', 7770 => 'KMD', 17770 => 'KMD-test',