diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 325eed064..a0f24340e 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) - 52 ChainPatrol Bot Add phishing domains from ChainPatrol (#5595) + 53 ChainPatrol Bot Add phishing domains from ChainPatrol (#5597) 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 d8dcd718c..9bb0b4e77 100644 --- a/all.json +++ b/all.json @@ -1591,6 +1591,7 @@ "airdrop987.duckdns.org", "airdropaborean.finance", "airdropaethir-claim.xyz", + "airdropalert.onl", "airdropalerts.co", "airdropanalog.one", "airdropancient8.org", @@ -53626,8 +53627,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdropalert.onl" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/onl/all.json b/all/onl/all.json index ac5b45fac..041dc0283 100644 --- a/all/onl/all.json +++ b/all/onl/all.json @@ -1,4 +1,5 @@ [ + "airdropalert.onl", "airdropsalert.onl", "centrifuge.onl", "dappradar.onl", diff --git a/meta/2025-12.json b/meta/2025-12.json index bec5efd9f..e1fa8de38 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-12-17", + "url": "airdropalert.onl" + }, { "date": "2025-12-16", "url": "0rigiindefi.world" diff --git a/package.json b/package.json index 6e2bc6be5..d40538dad 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.25-12-x", + "version": "0.25.25-13-x", "versions": { - "git": "0.25.25-12-x", + "git": "0.25.25-13-x", "npm": "0.25.24" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 336a7d18c..2766ade49 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.25-12-x", + "version": "0.25.25-13-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 8f4b4af87..b00c9632a 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-12-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.25-13-x' };