diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b96dc9225..9b86d1358 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 449 Jaco 0.18.6 (#2100) 302 mhusnirizal update all.json (#2099) 231 Frank Update all.json (#2107) - 172 Tim Janssen Update all.json (#2109) + 173 Tim Janssen Update all.json (#2110) 89 michalisFr Added 0 new domains (#2004) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 5c6f15479..826f7af41 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "ethpow.ink", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -4036,6 +4035,7 @@ "etherservice.co", "ethicaltokens.org", "ethplodeoption.com", + "ethpow.ink", "ethrise22.org", "ethswap.site", "ethswiftrecon.net", diff --git a/meta/2022-08.json b/meta/2022-08.json index f6eb4a46b..ddd769c5a 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -23,6 +23,10 @@ "date": "2022-08-23", "url": "digitalvaultbridge.tech" }, + { + "date": "2022-08-23", + "url": "ethpow.ink" + }, { "date": "2022-08-22", "url": "app.bspad.net" diff --git a/package.json b/package.json index 3ef7f3dc6..f0544ee77 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-8-x", + "version": "0.18.7-9-x", "versions": { - "git": "0.18.7-8-x", + "git": "0.18.7-9-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3647af74e..bff63534c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-8-x", + "version": "0.18.7-9-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5f5a19e38..bc6aa0330 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.7-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-9-x' };