diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bd8ce0598..94839840b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) - 52 alineherzman Update all.json (#4335) + 53 alineherzman Update all.json (#4342) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 16 Josip Š Update all.json (#4294) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 90bcb46ff..b6767657b 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0nlinebot.github.io", "0pensea.co.uk", "0therside.com", - "nodeactivator.us", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -18486,6 +18485,7 @@ "nodeactivation.org", "nodeactivations.com", "nodeactivator.com", + "nodeactivator.us", "nodeapend.online", "nodeapp-fix.com", "nodeapp.live", diff --git a/all/us/all.json b/all/us/all.json index a6e05c36e..4c8356992 100644 --- a/all/us/all.json +++ b/all/us/all.json @@ -57,6 +57,7 @@ "myetherwallet.us", "netrectify.us", "netxxx.us", + "nodeactivator.us", "nodeverify.us", "oneinchex.us", "polkastarters.us", diff --git a/meta/2024-03.json b/meta/2024-03.json index f0dabc17b..f39ac2617 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-03-25", + "url": "nodeactivator.us" + }, { "date": "2024-03-24", "url": "accessrectification.app" diff --git a/package.json b/package.json index 16c60b488..3f06cd089 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-5-x", + "version": "0.22.5-6-x", "versions": { - "git": "0.22.5-5-x", + "git": "0.22.5-6-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 39137759c..5679f0dbf 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-5-x", + "version": "0.22.5-6-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1b19123f4..8f04a5d26 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.22.5-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-6-x' };