diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a5978ca4a..03aa7daf7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 472 Jaco Block explore-ledger.online (#2655) 395 Tim Janssen Update all.json (#2670) 387 Frank Update all.json (#2668) - 369 mhusnirizal update all.json (#2665) + 370 mhusnirizal update all.json (#2671) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 alineherzman Update all.json (#2660) diff --git a/all.json b/all.json index 061808214..69cf4e107 100644 --- a/all.json +++ b/all.json @@ -27,8 +27,6 @@ "zapto.org" ], "deny": [ - "app.instantfix.live", - "instantfix.live", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -5741,6 +5739,7 @@ "instantcoinsync.xyz", "instantdappfix.net", "instantdexverifications.com", + "instantfix.live", "instantfix.net", "instantfix.org", "instantfixedfloat.com", diff --git a/meta/2022-12.json b/meta/2022-12.json index 8910476a6..e12c5a455 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-12-10", + "url": "app.instantfix.live" + }, { "date": "2022-12-10", "url": "autohelpfix.com" @@ -7,6 +11,10 @@ "date": "2022-12-10", "url": "evmfixtools.com" }, + { + "date": "2022-12-10", + "url": "instantfix.live" + }, { "date": "2022-12-10", "url": "webconnects.online" diff --git a/package.json b/package.json index ec50e35d8..a8d579ec3 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-24-x", + "version": "0.18.13-25-x", "versions": { - "git": "0.18.13-24-x", + "git": "0.18.13-25-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9ee2ad01e..301ab1d37 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-24-x", + "version": "0.18.13-25-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 a189d29d9..911523f47 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-24-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-25-x' };