@xchainjs/xchain-bitcoin 0.20.0 → 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.esm.js +3 -3
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/package.json +5 -5
package/lib/index.esm.js
CHANGED
|
@@ -85752,9 +85752,9 @@ class Client extends UTXOClient {
|
|
|
85752
85752
|
lower: LOWER_FEE_BOUND,
|
|
85753
85753
|
upper: UPPER_FEE_BOUND,
|
|
85754
85754
|
}, sochainUrl = 'https://sochain.com/api/v2', haskoinUrl = {
|
|
85755
|
-
[Network.Testnet]: 'https://
|
|
85756
|
-
[Network.Mainnet]: 'https://
|
|
85757
|
-
[Network.Stagenet]: 'https://
|
|
85755
|
+
[Network.Testnet]: 'https://haskoin.ninerealms.com/btctest',
|
|
85756
|
+
[Network.Mainnet]: 'https://haskoin.ninerealms.com/btc',
|
|
85757
|
+
[Network.Stagenet]: 'https://haskoin.ninerealms.com/btc',
|
|
85758
85758
|
}, rootDerivationPaths = {
|
|
85759
85759
|
[Network.Mainnet]: `84'/0'/0'/0/`,
|
|
85760
85760
|
[Network.Testnet]: `84'/1'/0'/0/`,
|