Merge pull request #126 from drewrothstein/drew/add_dnotes
add support for dnotes
This commit is contained in:
commit
f6d54d5933
4 changed files with 2 additions and 0 deletions
|
@ -10520,6 +10520,7 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"),
|
||||
janin.currency.createCurrency ("DigiByte", 0x1e, 0x9e, "6", "Q" , "D9s71nQPBCEbM2SvGwHQcrhay6KrJaVo3Z"),
|
||||
janin.currency.createCurrency ("Digitalcoin", 0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"),
|
||||
janin.currency.createCurrency ("DNotes", 0x1f, 0x9f, "6", "Q" , "DqmNyJd9xiaNpE65meAYX6EqJCFDwhsQoX"),
|
||||
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
|
||||
janin.currency.createCurrency ("DogecoinDark", 0x1e, 0x9e, "6", "Q" , "DLbjdRYsfiT62JZf5YxSAfNZJo1VKxDTNP"),
|
||||
janin.currency.createCurrency ("eGulden", 0x30, 0xb0, "6", "T" , "LhBsKs2GUb24KBAzZfua5AsqfQF5uPdWXQ"),
|
||||
|
|
BIN
logos/dnotes.png
Normal file
BIN
logos/dnotes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
|
@ -134,6 +134,7 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"),
|
||||
janin.currency.createCurrency ("DigiByte", 0x1e, 0x9e, "6", "Q" , "D9s71nQPBCEbM2SvGwHQcrhay6KrJaVo3Z"),
|
||||
janin.currency.createCurrency ("Digitalcoin", 0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"),
|
||||
janin.currency.createCurrency ("DNotes", 0x1f, 0x9f, "6", "Q" , "DqmNyJd9xiaNpE65meAYX6EqJCFDwhsQoX"),
|
||||
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
|
||||
janin.currency.createCurrency ("DogecoinDark", 0x1e, 0x9e, "6", "Q" , "DLbjdRYsfiT62JZf5YxSAfNZJo1VKxDTNP"),
|
||||
janin.currency.createCurrency ("eGulden", 0x30, 0xb0, "6", "T" , "LhBsKs2GUb24KBAzZfua5AsqfQF5uPdWXQ"),
|
||||
|
|
BIN
wallets/dnotes.png
Normal file
BIN
wallets/dnotes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 592 KiB |
Loading…
Add table
Reference in a new issue