diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 23ff56786..7bc6e7ab9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 593 Mich block scam webdappssynchronization.pages.dev (#2630) 472 Jaco Block explore-ledger.online (#2655) 389 Tim Janssen Update all.json (#2654) - 382 Frank Update all.json (#2648) + 383 Frank Update all.json (#2656) 368 mhusnirizal update all.json (#2639) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 02acbce3e..945fe7532 100644 --- a/all.json +++ b/all.json @@ -69,7 +69,6 @@ "185-236-231-141.plesk.page", "185-236-231-184.plesk.page", "185-236-231-227.plesk.page", - "dot-parachain.com", "185-236-231-84.plesk.page", "185-236-231-93.plesk.page", "185-249-218-167.plesk.page", @@ -4505,6 +4504,7 @@ "dot-event.org", "dot-give.com", "dot-giveaway.com", + "dot-parachain.com", "dot-promo.com", "dot21.net", "dot2x.com", diff --git a/meta/2022-12.json b/meta/2022-12.json index 110ceaa37..a43e0772b 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -27,6 +27,10 @@ "date": "2022-12-08", "url": "digitaldexsync.xyz" }, + { + "date": "2022-12-08", + "url": "dot-parachain.com" + }, { "date": "2022-12-08", "url": "explore-ledger.online" diff --git a/package.json b/package.json index 007e45b24..07a97123f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-10-x", + "version": "0.18.13-11-x", "versions": { - "git": "0.18.13-10-x", + "git": "0.18.13-11-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f67854b42..bd6521175 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-10-x", + "version": "0.18.13-11-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 90f3cebed..4133a226c 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.18.13-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-11-x' };