@xchainjs/xchain-bitcoin 0.20.1 → 0.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -85766,9 +85766,9 @@ class Client extends xchainClient.UTXOClient {
85766
85766
  lower: LOWER_FEE_BOUND,
85767
85767
  upper: UPPER_FEE_BOUND,
85768
85768
  }, sochainUrl = 'https://sochain.com/api/v2', haskoinUrl = {
85769
- [xchainClient.Network.Testnet]: 'https://api.haskoin.com/btctest',
85770
- [xchainClient.Network.Mainnet]: 'https://api.haskoin.com/btc',
85771
- [xchainClient.Network.Stagenet]: 'https://api.haskoin.com/btc',
85769
+ [xchainClient.Network.Testnet]: 'https://haskoin.ninerealms.com/btctest',
85770
+ [xchainClient.Network.Mainnet]: 'https://haskoin.ninerealms.com/btc',
85771
+ [xchainClient.Network.Stagenet]: 'https://haskoin.ninerealms.com/btc',
85772
85772
  }, rootDerivationPaths = {
85773
85773
  [xchainClient.Network.Mainnet]: `84'/0'/0'/0/`,
85774
85774
  [xchainClient.Network.Testnet]: `84'/1'/0'/0/`,