aboutsummaryrefslogtreecommitdiff
path: root/libs/combined/index.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2021-02-11 02:13:23 +0000
committerIan Coleman <ian@iancoleman.io>2021-02-11 02:34:38 +0000
commitd9ad938b521ad316f5fb6a80f260b77b80a0e864 (patch)
treed89b46939007577d965f092d9f0fe8199bcc99f3 /libs/combined/index.js
parentf7f579f5f5239ef94d9fa34c77085bd19c5178e9 (diff)
downloadBIP39-d9ad938b521ad316f5fb6a80f260b77b80a0e864.tar.gz
BIP39-d9ad938b521ad316f5fb6a80f260b77b80a0e864.tar.zst
BIP39-d9ad938b521ad316f5fb6a80f260b77b80a0e864.zip
Add Cosmos Hub (ATOM) support
Closes #452, thanks @conr2d
Diffstat (limited to 'libs/combined/index.js')
-rw-r--r--libs/combined/index.js4
1 files changed, 4 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')