From f561c838b3ce323df5186e4ba55d8207d4ad7afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 24 Oct 2017 18:39:14 +0530 Subject: [PATCH] fix WACoins integration --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4153d02..22b4751 100644 --- a/index.html +++ b/index.html @@ -10586,6 +10586,7 @@ janin.currencies = [ janin.currency.createCurrency ("Viacoin", 0x47, 0xc7, "7", "W" , "VeJMvqvsZFoTkYfitzEG8fYy7bC7hxMfT1"), janin.currency.createCurrency ("VikingCoin", 0x46, 0x56, "3", "D" , "VJXz1cD1mDGQmu52aDdd7Q2G5ejqA6mcqw"), janin.currency.createCurrency ("W2Coin", 0x49, 0xc9, "7", "W" , "Wa3AvKUP5J3BpEa93nwKHPAAQ2P1XdTCeU"), + janin.currency.createCurrency ("WACoins", 0x49, 0xc9, "7", "W" , ""), janin.currency.createCurrency ("WankCoin", 0x00, 0x80, "5", "[LK]" , "1CnEFZZxJQkNAvgFGdRV5JEKShkNj1LRWL"), janin.currency.createCurrency ("WeAreSatoshiCoin", 0x87, 0x97, "6", "P" , "wSEgPsCGqQESLDyzBJkwCXvMP1z3e1Qi3X"), janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"), @@ -10593,7 +10594,8 @@ janin.currencies = [ janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null), janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null), - janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null) + janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null), + janin.currency.createCurrency ("Testnet WACoins", 0x51, 0xd1, "8", "[XY]" , null) ];