diff --git a/index.html b/index.html index d55688e..e29fe4e 100644 --- a/index.html +++ b/index.html @@ -10373,6 +10373,7 @@ janin.currencies = [ janin.currency.createCurrency ("Potcoin", 0x37, 0xb7, "7", "U" , "PQcMNuCdeooMcS5H3DGwxXnSE2kmyVMU39"), janin.currency.createCurrency ("Primecoin", 0x17, 0x97, "6", "P" , "AbXChfoHyFESePFuVh1xLZdn7Rj1mfD2a4"), janin.currency.createCurrency ("Reddcoin", 0x3d, 0xbd, "7", "[UV]" , "RmAB99NsX6Wbjk5WdqNeEab83y72d7zkqZ"), + janin.currency.createCurrency ("StealthCoin",0x3e, 0xbe, "7", "V" , ""), janin.currency.createCurrency ("Titcoin", 0x00, 0x80, "5", "[LK]" , "1CHAo7muicsLHdPk5q4asrEbh6aUeSPpdC"), janin.currency.createCurrency ("TittieCoin", 0x41, 0xc1, "7", "V" , "TYrdtLy9irV4u1yo2YQVCkS27RzDzBqWwJ"), janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"), diff --git a/logos/stealthcoin.png b/logos/stealthcoin.png new file mode 100644 index 0000000..680a950 Binary files /dev/null and b/logos/stealthcoin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index b6b79b6..6e94831 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -139,6 +139,7 @@ janin.currencies = [ janin.currency.createCurrency ("Potcoin", 0x37, 0xb7, "7", "U" , "PQcMNuCdeooMcS5H3DGwxXnSE2kmyVMU39"), janin.currency.createCurrency ("Primecoin", 0x17, 0x97, "6", "P" , "AbXChfoHyFESePFuVh1xLZdn7Rj1mfD2a4"), janin.currency.createCurrency ("Reddcoin", 0x3d, 0xbd, "7", "[UV]" , "RmAB99NsX6Wbjk5WdqNeEab83y72d7zkqZ"), + janin.currency.createCurrency ("StealthCoin",0x3e, 0xbe, "7", "V" , ""), janin.currency.createCurrency ("Titcoin", 0x00, 0x80, "5", "[LK]" , "1CHAo7muicsLHdPk5q4asrEbh6aUeSPpdC"), janin.currency.createCurrency ("TittieCoin", 0x41, 0xc1, "7", "V" , "TYrdtLy9irV4u1yo2YQVCkS27RzDzBqWwJ"), janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"), diff --git a/wallets/stealthcoin.png b/wallets/stealthcoin.png new file mode 100644 index 0000000..3c521d4 Binary files /dev/null and b/wallets/stealthcoin.png differ