From a09a6c6bbdd1c5a1c0abe0b5671c3af2c6f6c709 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Wed, 15 Jul 2026 11:37:06 +0000 Subject: [PATCH] reenable THORChain swaps, RUNE transacting RPC endpoints have been migrated from ninerealms to liquify.com. Tested on mainnet (swaps and RUNE transacting). As always, swap and transact small amounts at first. --- mmgen/data/version | 2 +- mmgen/proto/rune/params.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mmgen/data/version b/mmgen/data/version index f3102ed2..49c68c69 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -16.2.dev4 +16.2.dev5 diff --git a/mmgen/proto/rune/params.py b/mmgen/proto/rune/params.py index a46589ce..369a53b8 100755 --- a/mmgen/proto/rune/params.py +++ b/mmgen/proto/rune/params.py @@ -46,10 +46,10 @@ class mainnet(CoinProtocol.Secp256k1): encode_wif = btc_mainnet.encode_wif decode_wif = btc_mainnet.decode_wif - rpc_remote_params = {'server_domain': Hostname('ninerealms.com')} - rpc_remote_rest_params = {'host': Hostname('thornode.ninerealms.com')} - rpc_remote_rpc_params = {'host': Hostname('rpc.ninerealms.com')} - rpc_swap_params = {'host': Hostname('thornode.ninerealms.com')} + rpc_remote_params = {'server_domain': Hostname('liquify.com')} + rpc_remote_rest_params = {'host': Hostname('gateway.liquify.com/chain/thorchain_api')} + rpc_remote_rpc_params = {'host': Hostname('gateway.liquify.com/chain/thorchain_rpc')} + rpc_swap_params = {'host': Hostname('gateway.liquify.com/chain/thorchain_api')} def decode_addr(self, addr): hrp, data = bech32.bech32_decode(addr)