diff --git a/index.html b/index.html index ece0cbd..bd59bd5 100644 --- a/index.html +++ b/index.html @@ -10443,6 +10443,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 ("C2coin", 0x1c, 0x9c, "6", "Q" , "Cd3kyj77p2zivnqbcoBzNya7LD1w7uUU9v"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars", 0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), janin.currency.createCurrency ("DeepOnion", 0x1f, 0x9f, "6", "Q" , "DhUAMCqydnYNx9PmeQ1wnyeyAxi477DbTz"), diff --git a/logos/c2coin.png b/logos/c2coin.png new file mode 100644 index 0000000..e296e2f Binary files /dev/null and b/logos/c2coin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 4f12749..e0b66b1 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -109,6 +109,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 ("C2coin", 0x1c, 0x9c, "6", "Q" , "Cd3kyj77p2zivnqbcoBzNya7LD1w7uUU9v"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars", 0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), janin.currency.createCurrency ("DeepOnion", 0x1f, 0x9f, "6", "Q" , "DhUAMCqydnYNx9PmeQ1wnyeyAxi477DbTz"), diff --git a/wallets/c2coin.png b/wallets/c2coin.png new file mode 100644 index 0000000..5d43d69 Binary files /dev/null and b/wallets/c2coin.png differ