Adding Testnet Dogecoin to janin.currency.js
This commit is contained in:
parent
1160291481
commit
ec92e82c3b
1 changed files with 1 additions and 0 deletions
|
@ -196,5 +196,6 @@ janin.currencies = [
|
||||||
janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"),
|
janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"),
|
||||||
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
|
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
|
||||||
|
|
||||||
|
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c", null),
|
||||||
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
|
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue