Skip to content

Commit

Permalink
Add Ravencoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Unspent committed Nov 27, 2020
1 parent 32b57ef commit 6c20f98
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ var CURRENCIES = [{
addressTypes: { prod: ['1e', '3f'], testnet: [] },
bech32Hrp: { prod: ['dgb'], testnet: [] },
validator: BTCValidator
}, {
name: 'Ravencoin',
symbol: 'rvn',
addressTypes: { prod: ['3c'], testnet: [] },
validator: BTCValidator
}, {
name: 'Tether',
symbol: 'usdt',
Expand Down Expand Up @@ -517,5 +522,3 @@ var CURRENCIES = [{
// CURRENCIES
// .sort((a, b) => a.name.toUpperCase() > b.name.toUpperCase() ? 1 : -1)
// .forEach(c => console.log(`"${c.name}","${c.symbol}",`));


0 comments on commit 6c20f98

Please sign in to comment.