Skip to content

Commit

Permalink
Add support for NEETCOIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Masao Hidemitsu committed Jan 19, 2018
1 parent 83c9995 commit 4da9197
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 @@ -10634,6 +10634,7 @@ <h3>Release notes</h3>
janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"),
janin.currency.createCurrency ("Navcoin", 0x35, 0x96, "6", "P" , "NP2wVKjiT1PbpkFMCfkSxR7QsV3iezf4T6"),
janin.currency.createCurrency ("NeedleCoin", 0x35, 0xb5, "7", "T" , "NYtEDYHNabMqiad5J2tEPFwE9wnhJQpN1W"),
janin.currency.createCurrency ("NEETCOIN", 0x35, 0xb5, "7", "T" , "NgTALUftFyFk8osvqo5TryBkeNYKvGBssp"),
janin.currency.createCurrency ("NYC", 0x3c, 0xbc, "7", "U" , "RY1XJPWksA5zUTCNJ416XJhY9yiFSFfTvz"),
janin.currency.createCurrency ("Neoscoin", 0x35, 0xb1, "6", "T" , "NZw6WJPiKYcXxua1VveieihiNJRYanHjrP"),
janin.currency.createCurrency ("Nevacoin", 0x35, 0xb1, "6", "T" , "NQDJrKGP3TNhKhKzaHMdg1Wk9FWCT4Nx3q"),
Expand Down
Binary file added logos/neetcoin.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 @@ -212,6 +212,7 @@ janin.currencies = [
janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"),
janin.currency.createCurrency ("Navcoin", 0x35, 0x96, "6", "P" , "NP2wVKjiT1PbpkFMCfkSxR7QsV3iezf4T6"),
janin.currency.createCurrency ("NeedleCoin", 0x35, 0xb5, "7", "T" , "NYtEDYHNabMqiad5J2tEPFwE9wnhJQpN1W"),
janin.currency.createCurrency ("NEETCOIN", 0x35, 0xb5, "7", "T" , "NgTALUftFyFk8osvqo5TryBkeNYKvGBssp"),
janin.currency.createCurrency ("NYC", 0x3c, 0xbc, "7", "U" , "RY1XJPWksA5zUTCNJ416XJhY9yiFSFfTvz"),
janin.currency.createCurrency ("Neoscoin", 0x35, 0xb1, "6", "T" , "NZw6WJPiKYcXxua1VveieihiNJRYanHjrP"),
janin.currency.createCurrency ("Nevacoin", 0x35, 0xb1, "6", "T" , "NQDJrKGP3TNhKhKzaHMdg1Wk9FWCT4Nx3q"),
Expand Down
Binary file added wallets/neetcoin.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 4da9197

Please sign in to comment.