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:
parent
98b7607e44
commit
a09a6c6bbd
2 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
16.2.dev4
|
||||
16.2.dev5
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue