diff --git a/index.html b/index.html index 7261359..a166c08 100644 --- a/index.html +++ b/index.html @@ -10476,6 +10476,7 @@ janin.currencies = [ 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 ("CryptoWisdomCoin", 0x49, 0x87, "5", "[LM]" , "WYeSz9KmpjgdtycPiJVPcQdp7bBqECfr3W"), janin.currency.createCurrency ("C2coin", 0x1c, 0x9c, "6", "Q" , "Cd3kyj77p2zivnqbcoBzNya7LD1w7uUU9v"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars", 0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), diff --git a/logos/cryptowisdomcoin.png b/logos/cryptowisdomcoin.png new file mode 100644 index 0000000..b1161f5 Binary files /dev/null and b/logos/cryptowisdomcoin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index da76c42..cceeb32 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -114,6 +114,7 @@ janin.currencies = [ 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 ("CryptoWisdomCoin", 0x49, 0x87, "5", "[LM]" , "WYeSz9KmpjgdtycPiJVPcQdp7bBqECfr3W"), janin.currency.createCurrency ("C2coin", 0x1c, 0x9c, "6", "Q" , "Cd3kyj77p2zivnqbcoBzNya7LD1w7uUU9v"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars", 0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), diff --git a/wallets/cryptowisdomcoin.png b/wallets/cryptowisdomcoin.png new file mode 100644 index 0000000..4aab364 Binary files /dev/null and b/wallets/cryptowisdomcoin.png differ