diff --git a/index.html b/index.html index d9e04ac..52dcc20 100644 --- a/index.html +++ b/index.html @@ -10438,6 +10438,7 @@ janin.currencies = [ janin.currency.createCurrency ("CryptoBullion", 0xb, 0x8b, "5", "M" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), janin.currency.createCurrency ("CryptoClub", 0x23, 0xa3, "6", "R" , "FKPFTw5LjoeGTZP1d3zHLfZNm91FktgPWY"), janin.currency.createCurrency ("Cryptoescudo", 0x1c, 0x9c, "6", "Q" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), + janin.currency.createCurrency ("Cryptonite", 0x1c, 0x80, "5", "[LK]" , "CP6uhgcDnXzdgQhnz2q1xhSFMFinmqkQkh"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars", 0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), janin.currency.createCurrency ("Deutsche eMark", 0x35, 0xb5, "7", "T" , "Ni4112Tmv1ScZ9fkN76knJ4jRTxeHQieJM"), diff --git a/logos/cryptonite.png b/logos/cryptonite.png new file mode 100644 index 0000000..585f24b Binary files /dev/null and b/logos/cryptonite.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 80d5630..37063e6 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -105,6 +105,7 @@ janin.currencies = [ janin.currency.createCurrency ("CryptoBullion", 0xb, 0x8b, "5", "M" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), janin.currency.createCurrency ("CryptoClub", 0x23, 0xa3, "6", "R" , "FKPFTw5LjoeGTZP1d3zHLfZNm91FktgPWY"), janin.currency.createCurrency ("Cryptoescudo", 0x1c, 0x9c, "6", "Q" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), + janin.currency.createCurrency ("Cryptonite", 0x1c, 0x80, "5", "[LK]" , "CP6uhgcDnXzdgQhnz2q1xhSFMFinmqkQkh"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars", 0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), janin.currency.createCurrency ("Deutsche eMark", 0x35, 0xb5, "7", "T" , "Ni4112Tmv1ScZ9fkN76knJ4jRTxeHQieJM"), diff --git a/wallets/cryptonite.png b/wallets/cryptonite.png new file mode 100644 index 0000000..aab6ad6 Binary files /dev/null and b/wallets/cryptonite.png differ