From 1160291481e5772ef98c7b5e11a0cb2a425eb354 Mon Sep 17 00:00:00 2001 From: tivotyro Date: Tue, 5 Jul 2016 15:06:13 -0500 Subject: [PATCH] Adding Testnet Dogecoin to index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index f775da2..cbc87d6 100644 --- a/index.html +++ b/index.html @@ -10517,6 +10517,7 @@ janin.currencies = [ janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"), 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) ];