diff --git a/index.html b/index.html index 27420e3..7be1821 100644 --- a/index.html +++ b/index.html @@ -10535,6 +10535,7 @@ janin.currencies = [ janin.currency.createCurrency ("Unobtanium", 0x82, 0xe0, "8", "a" , "uZ8Gq61NGJ2wz3PLybXyXKLYC1FhRpz8Kq"), janin.currency.createCurrency ("USDe", 0x26, 0xa6, "6", "R" , "GQTeNSfx6xPbBNsUfqoZNrrCBQXeY5Dtdu"), janin.currency.createCurrency ("Vcash", 0x47, 0xc7, "7", "W" , "VoaKH8ndxJoFfM3XJ7DK3P6g7kxASpCf5g"), + janin.currency.createCurrency ("Versioncoin", 0x46, 0xc6, "7", "W" , "VRYmn3ABchWK7ZSx2V3VD6TzxmqCLsxJSH"), janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"), janin.currency.createCurrency ("Viacoin", 0x47, 0xc7, "7", "W" , "VeJMvqvsZFoTkYfitzEG8fYy7bC7hxMfT1"), janin.currency.createCurrency ("VikingCoin", 0x46, 0x56, "3", "D" , "VJXz1cD1mDGQmu52aDdd7Q2G5ejqA6mcqw"), diff --git a/logos/versioncoin.png b/logos/versioncoin.png new file mode 100644 index 0000000..aa293c1 Binary files /dev/null and b/logos/versioncoin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index fcb0651..9613f9c 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -202,6 +202,7 @@ janin.currencies = [ janin.currency.createCurrency ("Unobtanium", 0x82, 0xe0, "8", "a" , "uZ8Gq61NGJ2wz3PLybXyXKLYC1FhRpz8Kq"), janin.currency.createCurrency ("USDe", 0x26, 0xa6, "6", "R" , "GQTeNSfx6xPbBNsUfqoZNrrCBQXeY5Dtdu"), janin.currency.createCurrency ("Vcash", 0x47, 0xc7, "7", "W" , "VoaKH8ndxJoFfM3XJ7DK3P6g7kxASpCf5g"), + janin.currency.createCurrency ("Versioncoin", 0x46, 0xc6, "7", "W" , "VRYmn3ABchWK7ZSx2V3VD6TzxmqCLsxJSH"), janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"), janin.currency.createCurrency ("Viacoin", 0x47, 0xc7, "7", "W" , "VeJMvqvsZFoTkYfitzEG8fYy7bC7hxMfT1"), janin.currency.createCurrency ("VikingCoin", 0x46, 0x56, "3", "D" , "VJXz1cD1mDGQmu52aDdd7Q2G5ejqA6mcqw"), diff --git a/wallets/versioncoin.png b/wallets/versioncoin.png new file mode 100644 index 0000000..a673f59 Binary files /dev/null and b/wallets/versioncoin.png differ