aboutsummaryrefslogtreecommitdiff
path: root/libs/combined
diff options
context:
space:
mode:
Diffstat (limited to 'libs/combined')
-rw-r--r--libs/combined/index.js4
-rw-r--r--libs/combined/package.json1
2 files changed, 5 insertions, 0 deletions
diff --git a/libs/combined/index.js b/libs/combined/index.js
index d3bc7a5..b020f59 100644
--- a/libs/combined/index.js
+++ b/libs/combined/index.js
@@ -14,6 +14,10 @@ module.exports.bchaddr = require('bchaddrjs')
14 14
15module.exports.bchaddrSlp = require('bchaddrjs-slp') 15module.exports.bchaddrSlp = require('bchaddrjs-slp')
16 16
17/* bech32 */
18
19module.exports.bech32 = require('bech32')
20
17/* biginteger */ 21/* biginteger */
18 22
19module.exports.BigInteger = require('javascript-biginteger') 23module.exports.BigInteger = require('javascript-biginteger')
diff --git a/libs/combined/package.json b/libs/combined/package.json
index 5b47f74..ed60059 100644
--- a/libs/combined/package.json
+++ b/libs/combined/package.json
@@ -8,6 +8,7 @@
8 "base-x": "3.0.7", 8 "base-x": "3.0.7",
9 "bchaddrjs": "0.4.4", 9 "bchaddrjs": "0.4.4",
10 "bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#af16e44a6bfbe4b3980a62dba50e2f68ed864c6b", 10 "bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#af16e44a6bfbe4b3980a62dba50e2f68ed864c6b",
11 "bech32": "1.1.4",
11 "bip38": "2.0.2", 12 "bip38": "2.0.2",
12 "bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151", 13 "bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
13 "bip85": "0.0.3", 14 "bip85": "0.0.3",