diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 26334e7f2..e3457e218 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) - 170 Tim Janssen Update all.json (#2106) + 171 Tim Janssen Update all.json (#2108) 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 35f9d54fb..a2b5bb0da 100644 --- a/all.json +++ b/all.json @@ -27,8 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "app.bspad.net", - "bspad.net", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1153,6 +1151,7 @@ "bscscansystem.com", "bscsystemrestore.com", "bscwalletconnect.com", + "bspad.net", "bswapstoken.com", "bswaptoken.com", "bswaptoken.comconnect", diff --git a/meta/2022-08.json b/meta/2022-08.json index 402fe6e0c..47adda459 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -1,8 +1,16 @@ [ + { + "date": "2022-08-22", + "url": "app.bspad.net" + }, { "date": "2022-08-22", "url": "boredbunnny.com" }, + { + "date": "2022-08-22", + "url": "bspad.net" + }, { "date": "2022-08-22", "url": "chainvalidator.tech" diff --git a/package.json b/package.json index 17ec2a856..50140db5d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-6-x", + "version": "0.18.7-7-x", "versions": { - "git": "0.18.7-6-x", + "git": "0.18.7-7-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fcf4f36cd..35ce2c56c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-6-x", + "version": "0.18.7-7-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 254d7a948..eb103d53a 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-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-7-x' };