diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f307da178..cd678327b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) - 48 alineherzman Update address.json (#4325) + 49 alineherzman Update all.json (#4323) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 16 Josip Š Update all.json (#4294) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index c0a405b31..99a6e0480 100644 --- a/all.json +++ b/all.json @@ -44,7 +44,6 @@ "0x0portal.app", "0x0portal.com", "0x0portal.net", - "cryptodirectconnect.live", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", "0x483dd3425278c1f79f377f1034d9d2cae55648b6.xyz", "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.xyz", @@ -6836,6 +6835,7 @@ "cryptodatawebsite.com", "cryptodickbutt2.com", "cryptodickbutts2.com", + "cryptodirectconnect.live", "cryptodistribution.tech", "cryptodoubling.live", "cryptodroptoken.com", diff --git a/all/live/all.json b/all/live/all.json index 4162e3803..21f2502cd 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -332,6 +332,7 @@ "cryptoauthy.live", "cryptochainslab.live", "cryptodapps.live", + "cryptodirectconnect.live", "cryptodoubling.live", "cryptofix.webflows.live", "cryptolink.live", diff --git a/meta/2024-03.json b/meta/2024-03.json index 6e14b6900..a936841cc 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -11,6 +11,10 @@ "date": "2024-03-18", "url": "claim.ensworld.org" }, + { + "date": "2024-03-18", + "url": "cryptodirectconnect.live" + }, { "date": "2024-03-18", "url": "manta-network.art" diff --git a/package.json b/package.json index 78b03e15c..c92ad6732 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.4-4-x", + "version": "0.22.4-5-x", "versions": { - "git": "0.22.4-4-x", + "git": "0.22.4-5-x", "npm": "0.22.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 272d94cca..2af430b75 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.4-4-x", + "version": "0.22.4-5-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 a01c174a5..a0d5c2fde 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.4-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.4-5-x' };