diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c6fba9c08..a5473bfdd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -12,8 +12,8 @@ 13 crypto-scambaiter Update all.json (#4246) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) + 9 ImdioR - Add scam websites (#5061) 8 grizzly375 Update all.json (#575) - 8 ImdioR - Fake website (#4371) 7 Florian Franzen Update all.json (#3939) 7 Valentin Fernandez 0.25.9 (#5058) 6 ccris02 Adding few newly registered phishing sites (#344) diff --git a/all.json b/all.json index 31fa24165..3e48aebab 100644 --- a/all.json +++ b/all.json @@ -6707,8 +6707,8 @@ "centralsyncingswifts.app", "centralsyncronize.in", "centrictool.live", - "centrifugeio.net", "centrifuge.onl", + "centrifugeio.net", "centrldasdm.com", "centrlisedappnet.xyz", "century-wallet.com", @@ -20388,7 +20388,6 @@ "int-corroborate.com", "intantfixchainsolution.org.ng", "intapps.xyz", - "isale.ltd", "intconwalls.space", "intdwintrectifier.com", "intechainhub.com", @@ -20670,6 +20669,7 @@ "irev.one", "irnajrjejmunew.top", "irssm.co", + "isale.ltd", "isecuredapps.net", "isecuredappsbrowser.net", "isecuredappsconnect.org", diff --git a/all/ltd/all.json b/all/ltd/all.json index aff8d73e2..492764215 100644 --- a/all/ltd/all.json +++ b/all/ltd/all.json @@ -11,6 +11,7 @@ "fixedfloat.ltd", "funairdrop.ltd", "globalpower.ltd", + "isale.ltd", "kasta.ltd", "mantanetwork.ltd", "mega-forexchange.ltd", diff --git a/all/onl/all.json b/all/onl/all.json index f78a2d89a..89b6d75ef 100644 --- a/all/onl/all.json +++ b/all/onl/all.json @@ -1,4 +1,5 @@ [ + "centrifuge.onl", "dappradar.onl", "polkadot.onl", "trustwalletbonus.onl", diff --git a/meta/2025-05.json b/meta/2025-05.json new file mode 100644 index 000000000..12740f323 --- /dev/null +++ b/meta/2025-05.json @@ -0,0 +1,10 @@ +[ + { + "date": "2025-05-02", + "url": "centrifuge.onl" + }, + { + "date": "2025-05-02", + "url": "isale.ltd" + } +] diff --git a/meta/index.json b/meta/index.json index 3eafea0de..2456ecc70 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2025-05", "2025-04", "2025-03", "2025-02", diff --git a/package.json b/package.json index 3ae086211..42389f754 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.10-0-x", + "version": "0.25.10-1-x", "versions": { - "git": "0.25.10-0-x", + "git": "0.25.10-1-x", "npm": "0.25.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 35126e07c..5c8ec0bb7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.10-0-x", + "version": "0.25.10-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 10cd29d97..410a48221 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.10-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.10-1-x' };