Skip to content

Commit

Permalink
Merge pull request #90 from XK4MiLX/main
Browse files Browse the repository at this point in the history
added neurai blockbook
  • Loading branch information
TheTrunk authored Sep 1, 2023
2 parents 2a5bc44 + e5733b1 commit 3189004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/application/checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,11 @@ async function generalWebsiteCheck(ip, port, timeOut = 2500, appname) {

async function checkBlockBook(ip, port, appsname) {
try {
const coinList = ['litecoin', 'flux', 'ethereumclassic', 'vertcoin', 'zcash', 'dogecoin', 'digibyte', 'groestlcoin', 'dash', 'firo', 'sin', 'ravencoin', 'pivx', 'decred'];
const coinList = ['litecoin', 'flux', 'ethereumclassic', 'vertcoin', 'zcash', 'dogecoin', 'digibyte', 'groestlcoin', 'dash', 'firo', 'sin', 'ravencoin', 'pivx', 'decred', 'neurai'];
const addressList = ['LVjoCYFESyTbKAEU5VbFYtb9EYyBXx55V5', 't1UPSwfMYLe18ezbCqnR5QgdJGznzCUYHkj', '0x0e009d19cb4693fcf2d15aaf4a5ee1c8a0bb5ecf', 'VbFrQgNEiR8ZxMh9WmkjJu9kkqjJA6imdD',
't1UPSwfMYLe18ezbCqnR5QgdJGznzCUYHkj', 'DFewUat3fj7pbMiudwbWpdgyuULCiVf6q8', 'DFewUat3fj7pbMiudwbWpdgyuULCiVf6q8', 'FfgZPEfmvou5VxZRnTbRjPKhgVsrx7Qjq9',
'XmCgmabJL2S8DJ8tmEvB8QDArgBbSSMJea', 'aBEJgEP2b7DP7tyQukv639qtdhjFhWp2QE', 'SXoqyAiZ6gQjafKmSnb2pmfwg7qLC8r4Sf', 'RKo31qpgy9278MuWNXb5NPranc4W6oaUFf',
'DTVg3KVrPiv9QLPT1cYQ8XYV6SUugMYkZV', 'DsUbTWsJWNzNdfUigTrUqbxmnwntDBJXasi'];
'DTVg3KVrPiv9QLPT1cYQ8XYV6SUugMYkZV', 'DsUbTWsJWNzNdfUigTrUqbxmnwntDBJXasi', 'NfXjy71SH9CdC8tNzQjkYGKUCYfMsTPaKS'];
let coin = appsname.replace('blockbook', '');
coin = coin.replace(/\d+/g, '');
const index = coinList.indexOf(coin);
Expand Down

0 comments on commit 3189004

Please sign in to comment.