diff --git a/index.html b/index.html index 6c8643a..61f0ad6 100644 --- a/index.html +++ b/index.html @@ -10364,6 +10364,7 @@ janin.currencies = [ janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"), janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"), janin.currency.createCurrency ("Nubits", 0x19, 0xbf, "7", "V" , "BPWCkyaVqWdaf3uqahrgdTjB2QTnRZzPMM"), + janin.currency.createCurrency ("Ocupy", 0x73, 0xf3, "9", "[cd]" , ""), janin.currency.createCurrency ("Onyxcoin", 0x73, 0xf3, "9", "[cd]" , "odRRCGXooJvKs7cn7sax1bJv9EJwwEy94Z"), janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , "PT6guZjCgsrBkqCUhTnG1NNBYBqgzo8gVv"), janin.currency.createCurrency ("PHCoin", 0x37, 0xb7, "7", "[LK]" , "P9e6c714JUHUfuBVHSS36eqaxGCN6X8nyU"), diff --git a/logos/ocupy.png b/logos/ocupy.png new file mode 100644 index 0000000..942c3ed Binary files /dev/null and b/logos/ocupy.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 5409c17..f850a75 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -130,6 +130,7 @@ janin.currencies = [ janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"), janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"), janin.currency.createCurrency ("Nubits", 0x19, 0xbf, "7", "V" , "BPWCkyaVqWdaf3uqahrgdTjB2QTnRZzPMM"), + janin.currency.createCurrency ("Ocupy", 0x73, 0xf3, "9", "[cd]" , ""), janin.currency.createCurrency ("Onyxcoin", 0x73, 0xf3, "9", "[cd]" , "odRRCGXooJvKs7cn7sax1bJv9EJwwEy94Z"), janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , "PT6guZjCgsrBkqCUhTnG1NNBYBqgzo8gVv"), janin.currency.createCurrency ("PHCoin", 0x37, 0xb7, "7", "[LK]" , "P9e6c714JUHUfuBVHSS36eqaxGCN6X8nyU"), diff --git a/wallets/ocupy.png b/wallets/ocupy.png new file mode 100644 index 0000000..3c521d4 Binary files /dev/null and b/wallets/ocupy.png differ