Skip to content

Commit

Permalink
merged pr - adds bnb
Browse files Browse the repository at this point in the history
  • Loading branch information
christsim committed Jan 24, 2022
1 parent dcec9ae commit f85d1fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dist/wallet-address-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12490,11 +12490,11 @@ var CURRENCIES = [{
// .sort((a, b) => a.name.toUpperCase() > b.name.toUpperCase() ? 1 : -1)
// .forEach(c => console.log(`* ${c.name}/${c.symbol} \`'${c.name}'\` or \`'${c.symbol}'\` `));

//spit out keywords for package.json
CURRENCIES
.sort((a, b) => a.name.toUpperCase() > b.name.toUpperCase() ? 1 : -1)
.forEach(c => console.log(`"${c.name}","${c.symbol}",`));

////spit out keywords for package.json
// CURRENCIES
// .sort((a, b) => a.name.toUpperCase() > b.name.toUpperCase() ? 1 : -1)
// .forEach(c => console.log(`"${c.name}","${c.symbol}",`));
//


},{"./ada_validator":37,"./algo_validator":38,"./base58_validator":39,"./bch_validator":40,"./bip173_validator":41,"./bitcoin_validator":42,"./dot_validator":54,"./eos_validator":55,"./ethereum_validator":56,"./lisk_validator":57,"./monero_validator":58,"./nano_validator":59,"./nem_validator":60,"./ripple_validator":61,"./siacoin_validator":62,"./stellar_validator":63,"./tezos_validator":64,"./tron_validator":65,"./usdt_validator":66}],54:[function(require,module,exports){
Expand Down
2 changes: 1 addition & 1 deletion dist/wallet-address-validator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"ZClassic","zcl",
"ZenCash","zen"
],
"version": "0.5.6",
"version": "0.5.7",
"author": "Chris <[email protected]>",
"homepage": "https://github.com/christsim/multicoin-address-validator",
"license": "MIT",
Expand Down

0 comments on commit f85d1fd

Please sign in to comment.