mirror of https://github.com/lukechilds/vainjs.git
Luke Childs
6 years ago
6 changed files with 44 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||
const charsets = { |
|||
base58: '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz', |
|||
bech32: 'qpzry9x8gf2tvdw0s3jn54khce6mua7l' |
|||
}; |
|||
|
|||
module.exports = charsets; |
Loading…
Reference in new issue