Merge pull request #41 from tivotyro/tivotyro-adding-dogecoin

Tivotyro adding dogecoin
This commit is contained in:
Michael Muré 2017-01-03 17:29:41 +13:00 committed by GitHub
commit aa9fda11c4
4 changed files with 2 additions and 0 deletions

View file

@ -10519,6 +10519,7 @@ janin.currencies = [
janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"),
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c", null),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
];

BIN
logos/testnet dogecoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -198,5 +198,6 @@ janin.currencies = [
janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"),
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c", null),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
];

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 KiB