diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2176bbb4d..b52f9d647 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) - 75 alineherzman Update all.json (#4499) + 76 alineherzman Update all.json (#4500) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 16 Tarik Gul 0.22.10 (#4489) diff --git a/all.json b/all.json index f84e42f20..3a07da748 100644 --- a/all.json +++ b/all.json @@ -48,7 +48,6 @@ "0x0portal.app", "0x0portal.com", "0x0portal.net", - "cwgml.top", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", "0x483dd3425278c1f79f377f1034d9d2cae55648b6.xyz", "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.xyz", @@ -7991,6 +7990,7 @@ "cwalet.com", "cwaptrade.com", "cwconnecting.online", + "cwgml.top", "cwnodeconnecting.online", "cxjig.top", "cxvxc.tech", diff --git a/all/top/all.json b/all/top/all.json index 3b29d902e..beba345ed 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -90,6 +90,7 @@ "cryptomarket24.top", "cryptowallets.top", "curva.top", + "cwgml.top", "cxjig.top", "cyber-claim-reward.top", "cyberclaimreward.top", diff --git a/meta/2024-07.json b/meta/2024-07.json index 41721718e..76f004fb6 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-07-02", + "url": "cwgml.top" + }, { "date": "2024-07-01", "url": "kryptian.org" diff --git a/package.json b/package.json index cc0b79ce6..b198faa69 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.11-7-x", + "version": "0.22.11-8-x", "versions": { - "git": "0.22.11-7-x", + "git": "0.22.11-8-x", "npm": "0.22.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 150708bbe..ae094cbfb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.11-7-x", + "version": "0.22.11-8-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 1e1117116..7c4d5b3c9 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.11-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.11-8-x' };