diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ab8630cbf..4f62c5ee5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 599 Mich Block three scams spread on twitter (#2708) 477 Jaco Unlist tickets.newfutures.network (#2750) - 421 Tim Janssen Update all.json (#2753) + 422 Tim Janssen Update all.json (#2755) 417 Frank Update all.json (#2752) 380 mhusnirizal update all.json (#2754) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 1560f69ce..069c7cf27 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "apichainz.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -519,6 +518,7 @@ "apiauthenticate-sync.com", "apibridgenetwork.com", "apibridgnetwork.org", + "apichainz.online", "apicolab.land", "apifirmwareswap.com", "apikucoinconnect.com", diff --git a/meta/2023-01.json b/meta/2023-01.json index a955a03a6..20b4f0166 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-01-04", + "url": "apichainz.online" + }, { "date": "2023-01-04", "url": "omnidefi.io" diff --git a/package.json b/package.json index 9ddd80b83..d44dc5be3 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-95-x", + "version": "0.18.13-96-x", "versions": { - "git": "0.18.13-95-x", + "git": "0.18.13-96-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2b2878518..5516cbb72 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-95-x", + "version": "0.18.13-96-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 5357e314c..3b61e501d 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-95-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-96-x' };