diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 277a8baac..37a73b19a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 660 Frank Update all.json (#3372) 609 Mich block "dapps-activate.web.app", (#3369) - 606 Tim Janssen Update all.json (#3370) + 607 Tim Janssen Update all.json (#3373) 529 Jaco Bump dev deps (#3371) 430 mhusnirizal update all.json (#3367) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 4eba43313..fcdca55a0 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "bscsmartfix.live", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1958,6 +1957,7 @@ "bscpad.in", "bscscangateway.com", "bscscansystem.com", + "bscsmartfix.live", "bscsystemrestore.com", "bscwalletconnect.com", "bsmartconnect.net", diff --git a/all/live/all.json b/all/live/all.json index 163ce4863..fe9adef69 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -118,6 +118,7 @@ "bridgenewcontract.live", "bridges-links.live", "bsccoin.live", + "bscsmartfix.live", "bunkrectify.live", "bunkvalidate.live", "buy-bigeyes.live", diff --git a/meta/2023-05.json b/meta/2023-05.json index aba5f8a53..1739b20b3 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-05-19", + "url": "bscsmartfix.live" + }, { "date": "2023-05-18", "url": "all-nodes-staking.com" diff --git a/package.json b/package.json index 27e106479..094c3e5d5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-17-x", + "version": "0.21.4-18-x", "versions": { - "git": "0.21.4-17-x", + "git": "0.21.4-18-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bf4830146..013b53e23 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-17-x", + "version": "0.21.4-18-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 415650b8f..29492beec 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.21.4-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-18-x' };