diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 44cf9d724..7b2dc6afa 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 97 michalisFr Update address.json (#4380) 60 alineherzman Update all.json (#4370) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 17 Josip Š Update all.json (#4366) + 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) 10 Tarik Gul 0.22.6 (#4391) diff --git a/all.json b/all.json index 889c2cd37..2aadc5835 100644 --- a/all.json +++ b/all.json @@ -10566,13 +10566,13 @@ "disable-us1.com", "disapprove-login.com", "discoparrot.com", - "discord.kavaget.one", "discord-acc.com", "discord-accounts.ru", "discord-collab-land.github.io", "discord-collabland.com", "discord-nitro-best.com", "discord-verification.xyz", + "discord.kavaget.one", "discordantibot.github.io", "discordantibot.pro", "discordappinvite.com", diff --git a/all/one/all.json b/all/one/all.json index 25ce30e32..7b9719e5c 100644 --- a/all/one/all.json +++ b/all/one/all.json @@ -39,6 +39,7 @@ "dappsolution.one", "dapptools.one", "dappz.one", + "discord.kavaget.one", "drop-zone.one", "eminent-global.one", "ethclaim.one", diff --git a/meta/2024-05.json b/meta/2024-05.json index 476d5db10..b31bbafd9 100644 --- a/meta/2024-05.json +++ b/meta/2024-05.json @@ -47,6 +47,10 @@ "date": "2024-05-03", "url": "degen-tips.eth.limo" }, + { + "date": "2024-05-03", + "url": "discord.kavaget.one" + }, { "date": "2024-05-03", "url": "ethena-airdrop.us" diff --git a/package.json b/package.json index 4f1beff48..a6a5a3078 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.7-13-x", + "version": "0.22.7-14-x", "versions": { - "git": "0.22.7-13-x", + "git": "0.22.7-14-x", "npm": "0.22.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 415f3647c..c1c05bf09 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.7-13-x", + "version": "0.22.7-14-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 157af65b4..a152ccb83 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.22.7-13-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.7-14-x' };