diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ecde24e87..5f4814f31 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 551 Jaco Allow addition of denySub entries (#4223) 133 alineherzman Update all.json (#5527) 97 michalisFr Update address.json (#4380) - 56 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5618) + 57 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5620) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) diff --git a/all.json b/all.json index 7cc3bd18d..b085793f2 100644 --- a/all.json +++ b/all.json @@ -760,6 +760,7 @@ "aeroclrome.finance", "aerodrom.network", "aerodrome-claim.net", + "aerodrome.baby", "aerodrome.community", "aerodrome.exchange", "aerodrome.network", @@ -36098,6 +36099,7 @@ "polkadot.gifts", "polkadot.gold", "polkadot.group", + "polkadot.icu", "polkadot.info", "polkadot.jsextension.sbs", "polkadot.life", @@ -53975,9 +53977,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "aerodrome.baby", - "polkadot.icu" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/baby/all.json b/all/baby/all.json index 35de50dc8..b8dd51c4a 100644 --- a/all/baby/all.json +++ b/all/baby/all.json @@ -1,3 +1,4 @@ [ + "aerodrome.baby", "metamask.baby" ] diff --git a/all/icu/all.json b/all/icu/all.json index a0d219865..7f493ae97 100644 --- a/all/icu/all.json +++ b/all/icu/all.json @@ -216,6 +216,7 @@ "playzap-games.icu", "plumechain.icu", "pokexsol-claim.icu", + "polkadot.icu", "preview.sosovalues.icu", "printt.ovaiq.icu", "privasea.icu", diff --git a/meta/2025-12.json b/meta/2025-12.json index eb1c71d76..cc164a766 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-12-26", + "url": "aerodrome.baby" + }, { "date": "2025-12-26", "url": "airdrop-paintswap.xyz" @@ -7,6 +11,10 @@ "date": "2025-12-26", "url": "migratepolkadot.pages.dev" }, + { + "date": "2025-12-26", + "url": "polkadot.icu" + }, { "date": "2025-12-26", "url": "polkadotapp.pro" diff --git a/package.json b/package.json index 1bb0e486f..c39be2aa0 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.25-28-x", + "version": "0.25.25-29-x", "versions": { - "git": "0.25.25-28-x", + "git": "0.25.25-29-x", "npm": "0.25.24" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 10f4a93db..607ffb1c6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.25-28-x", + "version": "0.25.25-29-x", "main": "index.js", "dependencies": { "@polkadot/util": "^14.0.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1ffa2264d..7408c36b4 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.25-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.25-29-x' };