diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 03abaa5e7..c3e5afbb4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 757 mhusnirizal update all.json (#5412) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 130 alineherzman Update all.json (#5371) + 131 alineherzman Update all.json (#5415) 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) diff --git a/all.json b/all.json index a6f9a8aba..f5d157347 100644 --- a/all.json +++ b/all.json @@ -37,7 +37,6 @@ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "09sync1n0-duckdnrs.org", - "rpcrescue.net", "09sync1n0-duckdns.org", "0aavvee.app", "0asisprotocol.com", @@ -38195,6 +38194,7 @@ "rpcrepairsfixtool.com", "rpcrepairtoolprotocol.com", "rpcrepairtools.com", + "rpcrescue.net", "rpcreset.com", "rpcreset.net", "rpcresettools.com", diff --git a/all/net/all.json b/all/net/all.json index a57a48490..4c7505f27 100644 --- a/all/net/all.json +++ b/all/net/all.json @@ -1871,6 +1871,7 @@ "rpcreboot.net", "rpcrectify.net", "rpcrefresh.net", + "rpcrescue.net", "rpcreset.net", "rpcresolution.net", "rpcresolve.net", diff --git a/meta/2025-10.json b/meta/2025-10.json index bb511efd5..61b3f779c 100644 --- a/meta/2025-10.json +++ b/meta/2025-10.json @@ -359,6 +359,10 @@ "date": "2025-10-09", "url": "register-summer.app" }, + { + "date": "2025-10-09", + "url": "rpcrescue.net" + }, { "date": "2025-10-09", "url": "safechaintroubleshooting.com" diff --git a/package.json b/package.json index fcf3c698f..95b3a99bf 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.21-3-x", + "version": "0.25.21-4-x", "versions": { - "git": "0.25.21-3-x", + "git": "0.25.21-4-x", "npm": "0.25.20" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ccc4c0d1b..f99269ba2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.21-3-x", + "version": "0.25.21-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a50c82811..08099b6b7 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.25.21-3-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.21-4-x' };