We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0253894 commit 43fc284Copy full SHA for 43fc284
src/currencies.js
@@ -191,6 +191,11 @@ var CURRENCIES = [{
191
addressTypes: { prod: ['1e', '3f'], testnet: [] },
192
bech32Hrp: { prod: ['dgb'], testnet: [] },
193
validator: BTCValidator
194
+ }, {
195
+ name: 'Ravencoin',
196
+ symbol: 'rvn',
197
+ addressTypes: { prod: ['3c'], testnet: [] },
198
+ validator: BTCValidator
199
}, {
200
name: 'Tether',
201
symbol: 'usdt',
@@ -517,5 +522,3 @@ var CURRENCIES = [{
517
522
// CURRENCIES
518
523
// .sort((a, b) => a.name.toUpperCase() > b.name.toUpperCase() ? 1 : -1)
519
524
// .forEach(c => console.log(`"${c.name}","${c.symbol}",`));
520
-
521
0 commit comments