Skip to content

Commit

Permalink
Update currencies.js
Browse files Browse the repository at this point in the history
Add PatentTX (PTX) coin support
  • Loading branch information
hypocalese authored Oct 30, 2018
1 parent 4dcfb94 commit d5f89b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ var CURRENCIES = [{
symbol: 'kmd',
addressTypes: {prod: ['3c', '55'], testnet: ['0','5']},
validator: BTCValidator
},{
name: 'patenttx',
symbol: 'ptx',
addressTypes: {prod: ['3c', '55'], testnet: ['0','5']},
validator: BTCValidator
},{
name: 'bitcoinz',
symbol: 'btcz',
Expand Down

0 comments on commit d5f89b7

Please sign in to comment.