Skip to content

Commit 4f22f98

Browse files
committed
Added TokenPay Testnet
1 parent 77ce329 commit 4f22f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/currencies.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,15 @@ var CURRENCIES = [{
159159
},{
160160
name: 'tokenpay',
161161
symbol: 'tpay',
162-
addressTypes: {prod: ['41', '7e'], testnet: []}
162+
addressTypes: {prod: ['41', '7e'], testnet: ['7f', 'c4']}
163163
},{
164164
name: 'verge',
165165
symbol: 'xvg',
166166
addressTypes: {prod: ['1e', '33'], testnet: ['6f', 'c4']}
167167
}];
168168

169169

170+
170171
module.exports = {
171172
getByNameOrSymbol: function (currencyNameOrSymbol) {
172173
var nameOrSymbol = currencyNameOrSymbol.toLowerCase();

0 commit comments

Comments
 (0)