diff --git a/index.html b/index.html index 53a5a87..ec38c6b 100644 --- a/index.html +++ b/index.html @@ -10550,6 +10550,7 @@ janin.currencies = [ janin.currency.createCurrency ("Ocupy", 0x73, 0xf3, "9", "[cd]" , "ocLKVPkQRFtKn5mFygrd4QJG9eZd1sKTyi"), janin.currency.createCurrency ("Omnicoin", 0x73, 0xf3, "9", "[cd]" , "oMesh62joeab2yMoJUH28mGE8h2suDzcYc"), janin.currency.createCurrency ("Onyxcoin", 0x73, 0xf3, "9", "[cd]" , "odRRCGXooJvKs7cn7sax1bJv9EJwwEy94Z"), + janin.currency.createCurrency ("Particl", 0x38, 0x6c, "4", "[HG]" , ""), janin.currency.createCurrency ("Paycoin", 0x37, 0xb7, "7", "U" , "PV2t9zzj9rQm81c9VJqqL8edj1ndpcW9HD"), janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , "PT6guZjCgsrBkqCUhTnG1NNBYBqgzo8gVv"), janin.currency.createCurrency ("ParkByte", 0x37, 0xb7, "7", "U" , "PCLozfQ5cBinqdRFGEf6DkuC56YU1jWzMQ"), diff --git a/logos/particl.png b/logos/particl.png new file mode 100644 index 0000000..8c1262b Binary files /dev/null and b/logos/particl.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index f585133..57c31dd 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -188,6 +188,7 @@ janin.currencies = [ janin.currency.createCurrency ("Ocupy", 0x73, 0xf3, "9", "[cd]" , "ocLKVPkQRFtKn5mFygrd4QJG9eZd1sKTyi"), janin.currency.createCurrency ("Omnicoin", 0x73, 0xf3, "9", "[cd]" , "oMesh62joeab2yMoJUH28mGE8h2suDzcYc"), janin.currency.createCurrency ("Onyxcoin", 0x73, 0xf3, "9", "[cd]" , "odRRCGXooJvKs7cn7sax1bJv9EJwwEy94Z"), + janin.currency.createCurrency ("Particl", 0x38, 0x6c, "4", "[HG]" , ""), janin.currency.createCurrency ("Paycoin", 0x37, 0xb7, "7", "U" , "PV2t9zzj9rQm81c9VJqqL8edj1ndpcW9HD"), janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , "PT6guZjCgsrBkqCUhTnG1NNBYBqgzo8gVv"), janin.currency.createCurrency ("ParkByte", 0x37, 0xb7, "7", "U" , "PCLozfQ5cBinqdRFGEf6DkuC56YU1jWzMQ"), diff --git a/wallets/particl.png b/wallets/particl.png new file mode 100644 index 0000000..8942459 Binary files /dev/null and b/wallets/particl.png differ