Add support for VergeCoin. Contribution from Graham Pratt.

This commit is contained in:
Michael Muré 2017-12-28 10:34:15 +01:00
parent eddbd138cd
commit 812cc6d2d2
No known key found for this signature in database
GPG key ID: A4457C029293126F
4 changed files with 2 additions and 0 deletions

View file

@ -10639,6 +10639,7 @@ janin.currencies = [
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 ("VergeCoin", 0x1e, 0x9e, "6", "Q" , "DJvyiaUdFAH7zmn23SaWzSj9FT5X9a3pSS"),
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"),

BIN
logos/vergecoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -252,6 +252,7 @@ janin.currencies = [
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 ("VergeCoin", 0x1e, 0x9e, "6", "Q" , "DJvyiaUdFAH7zmn23SaWzSj9FT5X9a3pSS"),
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"),

BIN
wallets/vergecoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB