Add support for iCash. Contribution from Alexander Pochtov.
This commit is contained in:
parent
1c63d38dcd
commit
f965bed684
4 changed files with 2 additions and 0 deletions
|
@ -10446,6 +10446,7 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("IncognitoCoin",0x00,0x80,"5", "LK" , "1BbRmhGKyKshFge9kBMdfJyQr3KZoh5K5t"),
|
||||
janin.currency.createCurrency ("Influxcoin", 0x66, 0xe6, "8", "b" , "i83eN9HxFvfsxSwjXiZQZaWf13cWF25K9Y"),
|
||||
janin.currency.createCurrency ("IridiumCoin",0x30, 0xb0, "6", "T" , "LKTu2strS8zV1mDJxJtgE3HLqChD2m54yN"),
|
||||
janin.currency.createCurrency ("iCash", 0x66, 0xcc, "7", "X" , "iKCghTCFEPhriPxrduWxks2SCDE1XKzCU6"),
|
||||
janin.currency.createCurrency ("iXcoin", 0x8a, 0x80, "5", "[LK]" , "xnF1nshqFLaVdDGBmQ4k2jBQkr8nbuCkLz"),
|
||||
janin.currency.createCurrency ("Judgecoin", 0x2b, 0xab, "6", "S" , "JbF9ZnvoFkBdasPEq21jCCTnTUDSiyWrAQ"),
|
||||
janin.currency.createCurrency ("Jumbucks", 0x2b, 0xab, "6", "S" , "JSzHiaoD6ewtymBMJHsHqkpFzCYKBzxJeC"),
|
||||
|
|
BIN
logos/icash.png
Normal file
BIN
logos/icash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -133,6 +133,7 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("IncognitoCoin",0x00,0x80,"5", "LK" , "1BbRmhGKyKshFge9kBMdfJyQr3KZoh5K5t"),
|
||||
janin.currency.createCurrency ("Influxcoin", 0x66, 0xe6, "8", "b" , "i83eN9HxFvfsxSwjXiZQZaWf13cWF25K9Y"),
|
||||
janin.currency.createCurrency ("IridiumCoin",0x30, 0xb0, "6", "T" , "LKTu2strS8zV1mDJxJtgE3HLqChD2m54yN"),
|
||||
janin.currency.createCurrency ("iCash", 0x66, 0xcc, "7", "X" , "iKCghTCFEPhriPxrduWxks2SCDE1XKzCU6"),
|
||||
janin.currency.createCurrency ("iXcoin", 0x8a, 0x80, "5", "[LK]" , "xnF1nshqFLaVdDGBmQ4k2jBQkr8nbuCkLz"),
|
||||
janin.currency.createCurrency ("Judgecoin", 0x2b, 0xab, "6", "S" , "JbF9ZnvoFkBdasPEq21jCCTnTUDSiyWrAQ"),
|
||||
janin.currency.createCurrency ("Jumbucks", 0x2b, 0xab, "6", "S" , "JSzHiaoD6ewtymBMJHsHqkpFzCYKBzxJeC"),
|
||||
|
|
BIN
wallets/icash.png
Normal file
BIN
wallets/icash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 603 KiB |
Loading…
Add table
Reference in a new issue