diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1bcef4d7a..b36948770 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,7 +8,7 @@ 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) - 6 alineherzman Update address.json (#2335) + 7 alineherzman Update all.json (#2336) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) diff --git a/all.json b/all.json index 396e84cbd..c43939284 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0xb7f72028d9b502dc871c444363a7ac5a52546608.pics", "0xfc0d6cf33e38bce7ca7d89c0e292274031b7157a.live", "0xtorus.com", - "crypto-delo.ru", "0xtoruslabs.com", "0xzabo.com", "104.168.169.107", diff --git a/package.json b/package.json index 4afd53155..4834b2d60 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-21-x", + "version": "0.18.10-22-x", "versions": { - "git": "0.18.10-21-x", + "git": "0.18.10-22-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d89b42993..a53ae8625 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-21-x", + "version": "0.18.10-22-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 695802d20..11a1967bb 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.10-21-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-22-x' };