diff --git a/index.html b/index.html index cc268108..0d006015 100755 --- a/index.html +++ b/index.html @@ -10696,6 +10696,7 @@

Release notes

janin.currency.createCurrency ("Rupaya", 0x3c, 0xbc, "7", "U" , "RENYagTnHvczPgFYaAhfVqh9y6B1yaMaij"), janin.currency.createCurrency ("Sambacoin", 0x3e, 0xbe, "7", "V" , "SJdiAgazqtum79HzGbNDxi879NzSDjtH5P"), janin.currency.createCurrency ("SecKCoin", 0x3f, 0xbf, "7", "V" , "Se1aaa5T1HRpMEfyBPGswVUgTQoZUst9jA"), + janin.currency.createCurrency ("Securypto", 0x3f, 0xd4, "8", "Y" , ""), janin.currency.createCurrency ("SibCoin", 0x3f, 0x80, "5", "[LK]" , "SY7GAzvFVS8bUA89e7hosPMxqMS482ecsp"), janin.currency.createCurrency ("SixEleven", 0x34, 0x80, "5", "[LK]" , "NGPimZxoZMmAsoF4eJME8TkG7UW8vqoJQJ"), janin.currency.createCurrency ("SmileyCoin", 0x19, 0x99, "6", "P" , "BEaZDZ8gCbbP1y3t2gPNKwqZa76rUDfR73"), @@ -13496,7 +13497,7 @@

Release notes

document.getElementById("seedpoolarea").style.display = "block"; } // change currency -var currency = ninja.getQueryString()["currency"] || "bitcoin"; +var currency = ninja.getQueryString()["currency"] || "securypto"; currency = currency.toLowerCase(); for(i = 0; i < janin.currencies.length; i++) { if (janin.currencies[i].name.toLowerCase() == currency) diff --git a/logos/securypto.png b/logos/securypto.png new file mode 100644 index 00000000..3cab29e7 Binary files /dev/null and b/logos/securypto.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 5b774d2a..050aa540 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -249,6 +249,7 @@ janin.currencies = [ janin.currency.createCurrency ("Rupaya", 0x3c, 0xbc, "7", "U" , "RENYagTnHvczPgFYaAhfVqh9y6B1yaMaij"), janin.currency.createCurrency ("Sambacoin", 0x3e, 0xbe, "7", "V" , "SJdiAgazqtum79HzGbNDxi879NzSDjtH5P"), janin.currency.createCurrency ("SecKCoin", 0x3f, 0xbf, "7", "V" , "Se1aaa5T1HRpMEfyBPGswVUgTQoZUst9jA"), + janin.currency.createCurrency ("Securypto", 0x3f, 0xd4, "8", "Y" , ""), janin.currency.createCurrency ("SibCoin", 0x3f, 0x80, "5", "[LK]" , "SY7GAzvFVS8bUA89e7hosPMxqMS482ecsp"), janin.currency.createCurrency ("SixEleven", 0x34, 0x80, "5", "[LK]" , "NGPimZxoZMmAsoF4eJME8TkG7UW8vqoJQJ"), janin.currency.createCurrency ("SmileyCoin", 0x19, 0x99, "6", "P" , "BEaZDZ8gCbbP1y3t2gPNKwqZa76rUDfR73"), diff --git a/wallets/securypto.png b/wallets/securypto.png new file mode 100644 index 00000000..40b45891 Binary files /dev/null and b/wallets/securypto.png differ