@xchainjs/xchain-bitcoin 2.2.4 → 2.2.6

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.
Files changed (2) hide show
  1. package/README.md +0 -11
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -48,17 +48,6 @@ If you plan on using the publicly accessible endpoints listed below, ensure that
48
48
  - https://api.haskoin.com (BTC/BCH/LTC)
49
49
  - https://gateway.liquify.com/chain/thorchain_api
50
50
 
51
- Example
52
-
53
- ```typescript
54
- import cosmosclient from '@cosmos-client/core'
55
- import axios from 'axios'
56
- import { register9Rheader } from '@xchainjs/xchain-util'
57
-
58
- register9Rheader(axios)
59
- register9Rheader(cosmosclient.config.globalAxios)
60
- ```
61
-
62
51
  For a complete example please see this [test](https://github.com/xchainjs/xchainjs-lib/blob/master/packages/xchain-thorchain-amm/__e2e__/wallet.e2e.ts)
63
52
 
64
53
  ### UtxoOnlineDataProviders
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-bitcoin",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
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.13",
39
+ "@xchainjs/xchain-client": "2.0.14",
40
40
  "@xchainjs/xchain-crypto": "1.0.6",
41
41
  "@xchainjs/xchain-util": "2.0.7",
42
- "@xchainjs/xchain-utxo": "2.2.4",
43
- "@xchainjs/xchain-utxo-providers": "2.0.14",
42
+ "@xchainjs/xchain-utxo": "2.2.6",
43
+ "@xchainjs/xchain-utxo-providers": "2.0.16",
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.15.2",
50
+ "axios": "1.16.1",
51
51
  "axios-mock-adapter": "^2.1.0"
52
52
  },
53
53
  "publishConfig": {