diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c4e12e763..8fec48e52 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) - 45 alineherzman Update all.json (#4295) + 46 alineherzman Update all.json (#4309) 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 f6f73d43f..f4b87a752 100644 --- a/all.json +++ b/all.json @@ -44,7 +44,6 @@ "0x0portal.app", "0x0portal.com", "0x0portal.net", - "polka-d.com", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", "0x483dd3425278c1f79f377f1034d9d2cae55648b6.xyz", "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.xyz", @@ -19822,6 +19821,7 @@ "poljadotpolkadot.js.org", "poljkastarter.com", "polka-crypto.com", + "polka-d.com", "polka-dot.exchange", "polka-dotnetwork.com", "polka-live.network", diff --git a/all/com/all.json b/all/com/all.json index 8110d7af0..31f52d2c6 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -7014,6 +7014,7 @@ "polikadot.com", "poljkastarter.com", "polka-crypto.com", + "polka-d.com", "polka-dotnetwork.com", "polka-rare.com", "polka-star.com", diff --git a/meta/2024-03.json b/meta/2024-03.json index cd844e7b6..615a5ef10 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-03-12", + "url": "polka-d.com" + }, { "date": "2024-03-11", "url": "accesspoint.pages.dev" diff --git a/package.json b/package.json index eb910b676..a8642c6f8 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.3-13-x", + "version": "0.22.3-14-x", "versions": { - "git": "0.22.3-13-x", + "git": "0.22.3-14-x", "npm": "0.22.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 18d5a5c60..597e4b383 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.3-13-x", + "version": "0.22.3-14-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 7b1d60039..fcc4fe4b4 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-13-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.3-14-x' };