@xchainjs/xchain-doge 0.7.3 → 0.7.4
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ You can specify own array of providers, whoch will be executed in array-order, t
|
|
|
73
73
|
### example sochain v3, blockcypher backup
|
|
74
74
|
|
|
75
75
|
```typescript
|
|
76
|
-
import { Client, defaultDogeParams, AssetDOGE, SochainDataProviders,
|
|
76
|
+
import { Client, defaultDogeParams, AssetDOGE, SochainDataProviders, blockcypherDataProviders } from '@xchainjs/xchain-doge'
|
|
77
77
|
import { SochainNetwork, SochainProvider } from '@xchainjs/xchain-utxo-providers'
|
|
78
78
|
import { Network, UtxoClientParams } from '@xchainjs/xchain-client'
|
|
79
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xchainjs/xchain-doge",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Custom Doge client and utilities used by XChain clients",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Xchain",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@xchainjs/xchain-client": "^0.15.1",
|
|
37
37
|
"@xchainjs/xchain-crypto": "^0.3.0",
|
|
38
38
|
"@xchainjs/xchain-util": "^0.13.1",
|
|
39
|
-
"@xchainjs/xchain-utxo-providers": "^0.2.
|
|
39
|
+
"@xchainjs/xchain-utxo-providers": "^0.2.6",
|
|
40
40
|
"@types/wif": "^2.0.2",
|
|
41
41
|
"axios": "^1.3.6",
|
|
42
42
|
"axios-mock-adapter": "^1.20.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@xchainjs/xchain-client": "^0.15.1",
|
|
50
50
|
"@xchainjs/xchain-crypto": "^0.3.0",
|
|
51
51
|
"@xchainjs/xchain-util": "^0.13.1",
|
|
52
|
-
"@xchainjs/xchain-utxo-providers": "^0.2.
|
|
52
|
+
"@xchainjs/xchain-utxo-providers": "^0.2.6",
|
|
53
53
|
"axios": "^1.3.6",
|
|
54
54
|
"bitcoinjs-lib": "5.2.0",
|
|
55
55
|
"coininfo": "5.1.0",
|