beignet 0.0.49 → 0.0.51

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.
@@ -61,7 +61,7 @@ export const servers = {
61
61
  host: '35.187.18.233',
62
62
  ssl: 8900,
63
63
  tcp: 8911,
64
- protocol: EProtocol.tcp
64
+ protocol: EProtocol.ssl
65
65
  }
66
66
  ],
67
67
  [EAvailableNetworks.testnet]: [
@@ -69,7 +69,7 @@ export const servers = {
69
69
  host: 'testnet.aranguren.org',
70
70
  ssl: 51002,
71
71
  tcp: 51001,
72
- protocol: EProtocol.tcp
72
+ protocol: EProtocol.ssl
73
73
  }
74
74
  ],
75
75
  [EAvailableNetworks.regtest]: [
@@ -77,7 +77,7 @@ export const servers = {
77
77
  host: '35.233.47.252',
78
78
  ssl: 18484,
79
79
  tcp: 18483,
80
- protocol: EProtocol.tcp
80
+ protocol: EProtocol.ssl
81
81
  }
82
82
  ]
83
83
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beignet",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "description": "A self-custodial, JS Bitcoin wallet management library.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -50,7 +50,7 @@
50
50
  "ecpair": "2.1.0",
51
51
  "lodash.clonedeep": "4.5.0",
52
52
  "net": "1.0.2",
53
- "rn-electrum-client": "0.0.18"
53
+ "rn-electrum-client": "0.0.21"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/chai": "4.3.0",