@xchainjs/xchain-bitcoin 2.2.1 → 2.2.3
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/README.md +5 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -40,13 +40,13 @@ Sochain API rate limits: https://sochain.com/api#rate-limits (300 requests/minut
|
|
|
40
40
|
|
|
41
41
|
Bitgo API rate limits: https://app.bitgo.com/docs/#section/Rate-Limiting (10 requests/second)
|
|
42
42
|
|
|
43
|
-
### Setting Headers for
|
|
43
|
+
### Setting Headers for public endpoints
|
|
44
44
|
|
|
45
|
-
If you plan on using the
|
|
45
|
+
If you plan on using the publicly accessible endpoints listed below, ensure that you add a valid 'x-client-id' to all requests
|
|
46
46
|
|
|
47
|
-
- https://
|
|
48
|
-
- https://haskoin.
|
|
49
|
-
- https://
|
|
47
|
+
- https://gateway.liquify.com/chain/thorchain_midgard
|
|
48
|
+
- https://api.haskoin.com (BTC/BCH/LTC)
|
|
49
|
+
- https://gateway.liquify.com/chain/thorchain_api
|
|
50
50
|
|
|
51
51
|
Example
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xchainjs/xchain-bitcoin",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "Custom Bitcoin client and utilities used by XChainJS clients",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"XChain",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
|
|
37
37
|
"@ledgerhq/hw-app-btc": "^10.9.0",
|
|
38
38
|
"@scure/bip32": "^1.7.0",
|
|
39
|
-
"@xchainjs/xchain-client": "2.0.
|
|
39
|
+
"@xchainjs/xchain-client": "2.0.12",
|
|
40
40
|
"@xchainjs/xchain-crypto": "1.0.6",
|
|
41
|
-
"@xchainjs/xchain-util": "2.0.
|
|
42
|
-
"@xchainjs/xchain-utxo": "2.2.
|
|
43
|
-
"@xchainjs/xchain-utxo-providers": "2.0.
|
|
41
|
+
"@xchainjs/xchain-util": "2.0.7",
|
|
42
|
+
"@xchainjs/xchain-utxo": "2.2.3",
|
|
43
|
+
"@xchainjs/xchain-utxo-providers": "2.0.13",
|
|
44
44
|
"bitcoinjs-lib": "^6.1.7",
|
|
45
45
|
"coinselect": "3.1.12",
|
|
46
46
|
"ecpair": "2.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@ledgerhq/hw-transport-node-hid": "^6.28.6",
|
|
50
|
-
"axios": "1.
|
|
50
|
+
"axios": "1.15.0",
|
|
51
51
|
"axios-mock-adapter": "^2.1.0"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|