diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c85691856..f14d4c7a0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 594 Mich block 4 polkastarter scams (#2664) 472 Jaco Block explore-ledger.online (#2655) - 392 Tim Janssen Update all.json (#2666) + 393 Tim Janssen Update all.json (#2667) 386 Frank Update all.json (#2663) 369 mhusnirizal update all.json (#2665) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index ddef2b7cc..225b76466 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "nodeappradar.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -8038,6 +8037,7 @@ "nodeactivations.com", "nodeapend.online", "nodeapp.netlify.app", + "nodeappradar.com", "nodeappsbot.info", "nodeauthenticate.org", "nodeauthorization.online", diff --git a/meta/2022-12.json b/meta/2022-12.json index 9d216cf89..3ef5d401d 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -35,6 +35,10 @@ "date": "2022-12-09", "url": "fastestonlinevalidation.site" }, + { + "date": "2022-12-09", + "url": "nodeappradar.com" + }, { "date": "2022-12-09", "url": "polkastarterdasboert.com" diff --git a/package.json b/package.json index a6651d61d..f5dda5d25 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-20-x", + "version": "0.18.13-21-x", "versions": { - "git": "0.18.13-20-x", + "git": "0.18.13-21-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0120a6c3b..69202aaa7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-20-x", + "version": "0.18.13-21-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ba4a0acff..098529671 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-21-x' };