diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 48f8d169f..e76a87c89 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 458 Jaco Add missing cross-check entries (#2239) 323 mhusnirizal update all.json (#2238) 262 Frank Update all.json (#2246) - 226 Tim Janssen Update all.json (#2247) + 227 Tim Janssen Update all.json (#2248) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 22af7e5ea..c366400f4 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "bnarectifierer.quest", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1121,6 +1120,7 @@ "bloksync.online", "bluecubefinance.com", "bmtmetaverse.com", + "bnarectifierer.quest", "bnb-fund.top", "bnb-give.com", "bnbpool.live", diff --git a/meta/2022-09.json b/meta/2022-09.json index c064d2b64..532e5b08f 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-09-14", + "url": "bnarectifierer.quest" + }, { "date": "2022-09-13", "url": "assetfix.vercel.app" diff --git a/package.json b/package.json index 94173ac44..6bdf574c8 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-66-x", + "version": "0.18.8-67-x", "versions": { - "git": "0.18.8-66-x", + "git": "0.18.8-67-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1048a8952..31a277eaa 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-66-x", + "version": "0.18.8-67-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 feee18c58..249c3643c 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.8-66-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-67-x' };