diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7644f85f0..cce07b4f5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -19,6 +19,7 @@ 2 Keegan | W3F Update all.json (#1585) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) + 1 Abdulaziz Kamil Update all.json (#2562) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) diff --git a/all.json b/all.json index 5cc755d9b..a95f15e99 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ "zapto.org" ], "deny": [ - "cryptofixpro.surge.sh", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2517,6 +2516,7 @@ "cryptoextension-dapp.best", "cryptofin.biz", "cryptofixall.com", + "cryptofixpro.surge.sh", "cryptoflips.net", "cryptofreefox.com", "cryptogain-invest.xyz", diff --git a/meta/2022-11.json b/meta/2022-11.json index 466f011f4..735533359 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-11-12", + "url": "cryptofixpro.surge.sh" + }, { "date": "2022-11-12", "url": "cryptomining.work" diff --git a/package.json b/package.json index 326f20467..fbfdbc653 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-155-x", + "version": "0.18.11-156-x", "versions": { - "git": "0.18.11-155-x", + "git": "0.18.11-156-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index aa86a2012..e17556721 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-155-x", + "version": "0.18.11-156-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9d8c86a8a..54e2fab25 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.11-155-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-156-x' };