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.
This commit is contained in:
The MMGen Project 2026-07-15 11:37:06 +00:00
commit a09a6c6bbd
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
16.2.dev4
16.2.dev5

View file

@ -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)