diff --git a/index.html b/index.html index 0440c19..0dae7f3 100644 --- a/index.html +++ b/index.html @@ -10437,6 +10437,7 @@ janin.currencies = [ janin.currency.createCurrency ("CashCoin", 0x22, 0xa2, "6", "[QR]" , "F3bkQC7xGZZcPFmsucYas7KuHoEwCPtGHC"), janin.currency.createCurrency ("Catcoin", 0x15, 0x95, "[56]", "P" , "9rEXDemG6S3k2ddAsKFzRpnMVz3bVryYXZ"), janin.currency.createCurrency ("ChainCoin", 0x1c, 0x9c, "6", "Q" , "Ca62ZnR3sfKotqDJzsBW6k75rTFFgFkw1x"), + janin.currency.createCurrency ("Condensate", 0x3c, 0xbc, "7", "U" , "RRZZMHaYZXCeUWRVeRvttKCNcvTRCxBfqD"), janin.currency.createCurrency ("Corgicoin", 0x1c, 0x9c, "6", "Q" , "CNwV11TaKrfB3TnBS8vQjNbWT6CNxV8GBi"), janin.currency.createCurrency ("CryptoBullion", 0xb, 0x8b, "5", "M" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), janin.currency.createCurrency ("CryptoClub", 0x23, 0xa3, "6", "R" , "FKPFTw5LjoeGTZP1d3zHLfZNm91FktgPWY"), diff --git a/logos/condensate.png b/logos/condensate.png new file mode 100644 index 0000000..8c70ccd Binary files /dev/null and b/logos/condensate.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index acceedc..269bc0d 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -103,6 +103,7 @@ janin.currencies = [ janin.currency.createCurrency ("CashCoin", 0x22, 0xa2, "6", "[QR]" , "F3bkQC7xGZZcPFmsucYas7KuHoEwCPtGHC"), janin.currency.createCurrency ("Catcoin", 0x15, 0x95, "[56]", "P" , "9rEXDemG6S3k2ddAsKFzRpnMVz3bVryYXZ"), janin.currency.createCurrency ("ChainCoin", 0x1c, 0x9c, "6", "Q" , "Ca62ZnR3sfKotqDJzsBW6k75rTFFgFkw1x"), + janin.currency.createCurrency ("Condensate", 0x3c, 0xbc, "7", "U" , "RRZZMHaYZXCeUWRVeRvttKCNcvTRCxBfqD"), janin.currency.createCurrency ("Corgicoin", 0x1c, 0x9c, "6", "Q" , "CNwV11TaKrfB3TnBS8vQjNbWT6CNxV8GBi"), janin.currency.createCurrency ("CryptoBullion", 0xb, 0x8b, "5", "M" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), janin.currency.createCurrency ("CryptoClub", 0x23, 0xa3, "6", "R" , "FKPFTw5LjoeGTZP1d3zHLfZNm91FktgPWY"), diff --git a/wallets/condensate.png b/wallets/condensate.png new file mode 100644 index 0000000..37b195d Binary files /dev/null and b/wallets/condensate.png differ