diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4989480c7..9e4aeee9c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 636 mhusnirizal Update all.json (#4546) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 99 alineherzman Update all.json (#4547) + 100 alineherzman Update all.json (#4548) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 19 Tarik Gul 0.23.1 (#4519) diff --git a/all.json b/all.json index f0ef4ec72..b41313c0d 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "sovkh.top", "0therside.com", "0ver.network", "0vvwwuniswap.top", @@ -27210,6 +27209,7 @@ "sourcefixapp.com", "sourcevalidations.net", "southpacificmissions.org", + "sovkh.top", "spaatial.net", "space-authynet.com", "space-pi.xyz", diff --git a/all/top/all.json b/all/top/all.json index 892d498d6..6a8f8817a 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -305,6 +305,7 @@ "smartcointechsauth.top", "smartsyncfix.top", "solvematrix.top", + "sovkh.top", "spaceshuttles.top", "stadershub.top", "stake-rewards.top", diff --git a/meta/2024-07.json b/meta/2024-07.json index 13a353b55..10032610c 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-07-26", + "url": "sovkh.top" + }, { "date": "2024-07-25", "url": "airdrop-ancient.top" diff --git a/package.json b/package.json index ccfb62426..1da2787d7 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.2-20-x", + "version": "0.23.2-21-x", "versions": { - "git": "0.23.2-20-x", + "git": "0.23.2-21-x", "npm": "0.23.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ce2ac90ae..36dca01d0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.2-20-x", + "version": "0.23.2-21-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 203996428..93044c7ca 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.23.2-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.2-21-x' };