diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 79f05798e..1daf92405 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,12 +1,12 @@ 1282 Tim Janssen Update all.json (#5538) 1250 Frank Update all.json (#5537) - 778 mhusnirizal update all.json (#5543) + 779 mhusnirizal update all.json (#5545) 619 Mich block bad website dot-reward.com (#5421) 551 Jaco Allow addition of denySub entries (#4223) 133 alineherzman Update all.json (#5527) 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) - 42 ChainPatrol Bot Add phishing domains from ChainPatrol (#5544) + 43 ChainPatrol Bot Add phishing domains from ChainPatrol (#5546) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) 18 Josip Š Update all.json (#4408) diff --git a/all.json b/all.json index 8949f8e37..2d3e2c57c 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ "zapto.org" ], "deny": [ - "defiresolverapp.xyz", - "peaqclaim.live", "0-chain.com", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", @@ -17442,6 +17440,7 @@ "defiresolutions.com", "defiresolve.xyz", "defiresolveapp.com", + "defiresolverapp.xyz", "defiresolverprotocol.com", "defirestore.com", "defirestore.org", @@ -34545,6 +34544,7 @@ "peaqallocation.xyz.", "peaqapp.network", "peaqapp.xyz", + "peaqclaim.live", "peaqdashboard.xyz", "peaqdashboard.xyz.", "peaqportal.app", @@ -43052,6 +43052,7 @@ "sushi-botto.xyz.", "sushi-bsdeth.top", "sushi-bulla.top", + "sushi-cn.asia", "sushi-cn.cc", "sushi-coco.top", "sushi-com.bid", @@ -52810,8 +52811,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "sushi-cn.asia" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/asia/all.json b/all/asia/all.json index 7dd828b4f..50aaf9b1b 100644 --- a/all/asia/all.json +++ b/all/asia/all.json @@ -8,5 +8,6 @@ "metamask-cn.asia", "nodeops.asia", "polkadotevent2022.asia", - "polkadotevents.asia" + "polkadotevents.asia", + "sushi-cn.asia" ] diff --git a/all/live/all.json b/all/live/all.json index de48a7431..56ca0989e 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -1418,6 +1418,7 @@ "pancakeswep.live", "pawfury-claim.live", "peapodfis.live", + "peaqclaim.live", "peepsoul.live", "pelhamconnect.live", "pell-network.live", diff --git a/all/xyz/all.json b/all/xyz/all.json index b0da48141..9ee06440f 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -1308,6 +1308,7 @@ "definodeshub.xyz", "defirader.xyz", "defiresolve.xyz", + "defiresolverapp.xyz", "defisever.xyz", "defistations.xyz", "defivalidation.xyz", diff --git a/meta/2025-11.json b/meta/2025-11.json index 2ab2132b4..5ae0b4bc6 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,16 @@ [ + { + "date": "2025-11-29", + "url": "defiresolverapp.xyz" + }, + { + "date": "2025-11-29", + "url": "peaqclaim.live" + }, + { + "date": "2025-11-29", + "url": "sushi-cn.asia" + }, { "date": "2025-11-28", "url": "migrate-polkadotapp.pro" diff --git a/package.json b/package.json index c91d84857..f78041c53 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.24-3-x", + "version": "0.25.24-4-x", "versions": { - "git": "0.25.24-3-x", + "git": "0.25.24-4-x", "npm": "0.25.23" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0edc3c36f..08ccdcbcb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.24-3-x", + "version": "0.25.24-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2d26b96de..2b3591d5e 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.24-3-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.24-4-x' };