Skip to content

Commit 77ce329

Browse files
committed
Added currencies TokenPay(TPAY) and Verge(XVG)
1 parent fbcb3c3 commit 77ce329

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/currencies.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@ var CURRENCIES = [{
156156
name: 'qtum',
157157
symbol: 'qtum',
158158
addressTypes: {prod: ['3a', '32'], testnet: ['6f', 'c4']}
159+
},{
160+
name: 'tokenpay',
161+
symbol: 'tpay',
162+
addressTypes: {prod: ['41', '7e'], testnet: []}
163+
},{
164+
name: 'verge',
165+
symbol: 'xvg',
166+
addressTypes: {prod: ['1e', '33'], testnet: ['6f', 'c4']}
159167
}];
160168

161169

0 commit comments

Comments
 (0)