Add Cosmos Hub (ATOM) support

Closes #452, thanks @conr2d
This commit is contained in:
Ian Coleman
2021-02-11 02:13:23 +00:00
parent f7f579f5f5
commit d9ad938b52
6 changed files with 42 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ module.exports.bchaddr = require('bchaddrjs')
module.exports.bchaddrSlp = require('bchaddrjs-slp')
/* bech32 */
module.exports.bech32 = require('bech32')
/* biginteger */
module.exports.BigInteger = require('javascript-biginteger')

View File

@@ -8,6 +8,7 @@
"base-x": "3.0.7",
"bchaddrjs": "0.4.4",
"bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#af16e44a6bfbe4b3980a62dba50e2f68ed864c6b",
"bech32": "1.1.4",
"bip38": "2.0.2",
"bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
"bip85": "0.0.3",