Skip to content

Commit

Permalink
Merge pull request walletgeneratornet#141 from todd1251/master
Browse files Browse the repository at this point in the history
Add support for LBRY Credits (https://lbry.io)
  • Loading branch information
MichaelMure authored Jan 15, 2018
2 parents b8fbedd + 6c5e69c commit 40987cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10605,6 +10605,7 @@ <h3>Release notes</h3>
janin.currency.createCurrency ("KHcoin", 0x30, 0xb0, "6", "T" , "LZWM2nptWZpSDZna5k96Rk1uqN8NDTigvK"),
janin.currency.createCurrency ("Lanacoin", 0x30, 0xb0, "6", "T" , "LhqrrTHtfNMn8rZi7QesFbbpJYeGWX7319"),
janin.currency.createCurrency ("Latium", 0x17, 0x80, "5", "[LK]" , "ASz2EgegeXfKyHaY1SbJ6nCDK6sxd7BpXg"),
janin.currency.createCurrency ("LBRY Credits", 0x55, 0x80, "5", "[LK]" , "bTLCuxhV5m6DK9yPmADz9H23PyoaQo84KP"),
janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"),
janin.currency.createCurrency ("LiteDoge", 0x5a, 0xab, "6", "S" , "daaV1gQ63HpHHn4Ny1fJZHMA7KCeUVE538"),
janin.currency.createCurrency ("LoMoCoin", 0x30, 0xb0, "6", "T" , "LSdeGMxfMFX38GHCFQT65SJaU1E8ezT2og"),
Expand Down
Binary file added logos/lbry credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/janin.currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ janin.currencies = [
janin.currency.createCurrency ("KHcoin", 0x30, 0xb0, "6", "T" , "LZWM2nptWZpSDZna5k96Rk1uqN8NDTigvK"),
janin.currency.createCurrency ("Lanacoin", 0x30, 0xb0, "6", "T" , "LhqrrTHtfNMn8rZi7QesFbbpJYeGWX7319"),
janin.currency.createCurrency ("Latium", 0x17, 0x80, "5", "[LK]" , "ASz2EgegeXfKyHaY1SbJ6nCDK6sxd7BpXg"),
janin.currency.createCurrency ("LBRY Credits", 0x55, 0x80, "5", "[LK]" , "bTLCuxhV5m6DK9yPmADz9H23PyoaQo84KP"),
janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"),
janin.currency.createCurrency ("LiteDoge", 0x5a, 0xab, "6", "S" , "daaV1gQ63HpHHn4Ny1fJZHMA7KCeUVE538"),
janin.currency.createCurrency ("LoMoCoin", 0x30, 0xb0, "6", "T" , "LSdeGMxfMFX38GHCFQT65SJaU1E8ezT2og"),
Expand Down
Binary file added wallets/lbry credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40987cb

Please sign in to comment.