diff options
author | Ian Coleman <ian@iancoleman.io> | 2021-02-11 02:13:23 +0000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2021-02-11 02:34:38 +0000 |
commit | d9ad938b521ad316f5fb6a80f260b77b80a0e864 (patch) | |
tree | d89b46939007577d965f092d9f0fe8199bcc99f3 /libs | |
parent | f7f579f5f5239ef94d9fa34c77085bd19c5178e9 (diff) | |
download | BIP39-d9ad938b521ad316f5fb6a80f260b77b80a0e864.tar.gz BIP39-d9ad938b521ad316f5fb6a80f260b77b80a0e864.tar.zst BIP39-d9ad938b521ad316f5fb6a80f260b77b80a0e864.zip |
Add Cosmos Hub (ATOM) support
Closes #452, thanks @conr2d
Diffstat (limited to 'libs')
-rw-r--r-- | libs/combined/index.js | 4 | ||||
-rw-r--r-- | libs/combined/package.json | 1 |
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 | ||
15 | module.exports.bchaddrSlp = require('bchaddrjs-slp') | 15 | module.exports.bchaddrSlp = require('bchaddrjs-slp') |
16 | 16 | ||
17 | /* bech32 */ | ||
18 | |||
19 | module.exports.bech32 = require('bech32') | ||
20 | |||
17 | /* biginteger */ | 21 | /* biginteger */ |
18 | 22 | ||
19 | module.exports.BigInteger = require('javascript-biginteger') | 23 | module.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", |