diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2d2171a3d..593f8dbb8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 80 alineherzman Update all.json (#4513) + 81 alineherzman Update all.json (#4521) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 19 Tarik Gul 0.23.1 (#4519) 18 Josip Š Update all.json (#4408) diff --git a/all.json b/all.json index 6b957edef..0d0b62efb 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "qvegy.top", "0therside.com", "0ver.network", "0vvwvuniswap.top", @@ -24086,6 +24085,7 @@ "quickwithdrawal.com", "quivilentdex.website", "qutrex.com", + "qvegy.top", "qwazily.com", "qwertasverify.ddnss.org", "r5r6yt78u9i92jg.com", diff --git a/all/top/all.json b/all/top/all.json index f96a2b20b..ffafe261d 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -263,6 +263,7 @@ "psyoptoken.top", "pvpdnn.top", "pythairdrop.top", + "qvegy.top", "rbntoken.top", "rectifycavity.top", "rectivaxdapp.top", diff --git a/meta/2024-07.json b/meta/2024-07.json index 88c6e0762..a5d75bc4f 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-07-15", + "url": "qvegy.top" + }, { "date": "2024-07-12", "url": "aevofoundation.support" diff --git a/package.json b/package.json index bff88ca54..f68cdecd6 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.1", + "version": "0.23.2-0-x", "versions": { - "git": "0.23.1", + "git": "0.23.2-0-x", "npm": "0.23.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e2a8130c6..3cf17f921 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.1", + "version": "0.23.2-0-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 7bbea0ba4..4a6ae6d8a 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.1' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.2-0-x' };