diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5be6e7b1e..306fee817 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 615 mhusnirizal update all.json (#4451) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 65 alineherzman Update all.json (#4452) + 66 alineherzman Update all.json (#4455) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 14 Tarik Gul 0.22.8 (#4438) diff --git a/all.json b/all.json index 350fe3d74..1c8b2c40b 100644 --- a/all.json +++ b/all.json @@ -36,7 +36,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "pspcvb.top", "0therside.com", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -22351,6 +22350,7 @@ "prspoi.org", "pryzmdrop.live", "pryzmdrops.network", + "pspcvb.top", "pspndh.top", "psydex.events", "psydex.finance", diff --git a/all/top/all.json b/all/top/all.json index 3bc429a78..087a0e8c4 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -214,6 +214,7 @@ "portalsbase.top", "proassetsledger.top", "protronx.top", + "pspcvb.top", "pspndh.top", "psyoptoken.top", "pvpdnn.top", diff --git a/meta/2024-06.json b/meta/2024-06.json index e3e816260..92cb614cc 100644 --- a/meta/2024-06.json +++ b/meta/2024-06.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-06-03", + "url": "pspcvb.top" + }, { "date": "2024-06-02", "url": "moonbeam-usdt.com" diff --git a/package.json b/package.json index 55fc05ead..d31ba7f90 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.9-9-x", + "version": "0.22.9-10-x", "versions": { - "git": "0.22.9-9-x", + "git": "0.22.9-10-x", "npm": "0.22.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a2d2d7c0d..3c3485ec1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.9-9-x", + "version": "0.22.9-10-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 21f311f53..f10f078ff 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.9-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.9-10-x' };