diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c6f91e334..c8a69727a 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) - 46 alineherzman Update all.json (#4309) + 47 alineherzman Update all.json (#4314) 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 d3ed606a8..632d83482 100644 --- a/all.json +++ b/all.json @@ -44,7 +44,6 @@ "0x0portal.app", "0x0portal.com", "0x0portal.net", - "polkey-d.com", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", "0x483dd3425278c1f79f377f1034d9d2cae55648b6.xyz", "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.xyz", @@ -20393,6 +20392,7 @@ "polkdot-live.network", "polkergame.netlify.app", "polkerstarrter.com", + "polkey-d.com", "polklastarter.com", "polkodot.network", "polkongres.live", diff --git a/all/com/all.json b/all/com/all.json index e699cac06..af3f1e709 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -7217,6 +7217,7 @@ "polkaupx2.com", "polkaystarter.com", "polkerstarrter.com", + "polkey-d.com", "polklastarter.com", "polkqstqrtter.com", "pollkafoundry.com", diff --git a/meta/2024-03.json b/meta/2024-03.json index 3a7332661..98dc23c1e 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -75,6 +75,10 @@ "date": "2024-03-13", "url": "polkatrade-drop.web.app" }, + { + "date": "2024-03-13", + "url": "polkey-d.com" + }, { "date": "2024-03-13", "url": "protocolresetsrpctools.com" diff --git a/package.json b/package.json index 42b11bac3..d2b4e9f97 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.3-17-x", + "version": "0.22.3-18-x", "versions": { - "git": "0.22.3-17-x", + "git": "0.22.3-18-x", "npm": "0.22.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3ed9a1dab..d576ad046 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.3-17-x", + "version": "0.22.3-18-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 2c7bef03f..e67da200b 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.3-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.3-18-x' };