diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c7ff1be5e..23f458a3d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 669 mhusnirizal update all.json (#4744) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 111 alineherzman Update all.json (#4742) + 112 alineherzman Update all.json (#4745) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 31 Tarik Gul 0.24.2 (#4736) diff --git a/all.json b/all.json index 40e5409aa..6250086ae 100644 --- a/all.json +++ b/all.json @@ -36,7 +36,6 @@ "09sync1n0-duckdnrs.org", "09sync1n0-duckdns.org", "0kxwallet.org", - "alephzeroFoundation.com", "0nlinebot.github.io", "0pensea.co.uk", "0therside.com", @@ -1299,6 +1298,7 @@ "aleo-network.com", "alephszero.org", "alephzero-airdrop.com", + "alephzeroFoundation.com", "alerts-claimables.com", "alfa-coin.org", "alfaaccountancy.com.au", diff --git a/all/com/all.json b/all/com/all.json index 03ac7a2ac..7c72ef0bd 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -330,6 +330,7 @@ "alainetoken.com", "aleo-network.com", "alephzero-airdrop.com", + "alephzeroFoundation.com", "alerts-claimables.com", "alfacoinx.com", "algorealmofficial.com", diff --git a/meta/2024-11.json b/meta/2024-11.json index 58332f362..459c708d8 100644 --- a/meta/2024-11.json +++ b/meta/2024-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-11-07", + "url": "alephzeroFoundation.com" + }, { "date": "2024-11-06", "url": "airdrop-cybro.com" diff --git a/package.json b/package.json index f8fe3be82..3778e9a00 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.3-5-x", + "version": "0.24.3-6-x", "versions": { - "git": "0.24.3-5-x", + "git": "0.24.3-6-x", "npm": "0.24.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 99c8be2ef..7527865ee 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.3-5-x", + "version": "0.24.3-6-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0371f228c..ba354a62d 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.24.3-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.3-6-x' };