diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e890eed74..5eef60d13 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 624 Tim Janssen Update all.json (#3448) 610 Mich block `rescue-ai.netlify.app` (#3375) 537 Jaco 0.21.5 (#3447) - 444 mhusnirizal update all.json (#3440) + 445 mhusnirizal update all.json (#3449) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 23 alineherzman Update address.json (#3438) diff --git a/all.json b/all.json index 15734a134..42659c46b 100644 --- a/all.json +++ b/all.json @@ -29,8 +29,6 @@ "zapto.org" ], "deny": [ - "web-blocksfix-online.com", - "web-blocknodes-online.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0vvwvuniswap.top", @@ -18264,6 +18262,8 @@ "we-change.online", "weautocheck.com", "web-astarnetwork.com", + "web-blocknodes-online.com", + "web-blocksfix-online.com", "web-connectfn.cf", "web-d0e37.web.app", "web-dappbridge.online", diff --git a/all/com/all.json b/all/com/all.json index 557d19594..7588f4ff3 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -7005,6 +7005,8 @@ "wdsec6ure.com", "weautocheck.com", "web-astarnetwork.com", + "web-blocknodes-online.com", + "web-blocksfix-online.com", "web-dappwallet.com", "web-linking-integratorinterface.com", "web-pancakeswap.com", diff --git a/meta/2023-06.json b/meta/2023-06.json index 101baab65..842077194 100644 --- a/meta/2023-06.json +++ b/meta/2023-06.json @@ -3,6 +3,14 @@ "date": "2023-06-11", "url": "authmainnetconnect.live" }, + { + "date": "2023-06-11", + "url": "web-blocknodes-online.com" + }, + { + "date": "2023-06-11", + "url": "web-blocksfix-online.com" + }, { "date": "2023-06-09", "url": "aidoge.pages.dev" diff --git a/package.json b/package.json index 21dc03e06..430f15ae8 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-0-x", + "version": "0.21.6-1-x", "versions": { - "git": "0.21.6-0-x", + "git": "0.21.6-1-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 128b7c87c..964443943 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-0-x", + "version": "0.21.6-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 159b6721d..c223345be 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.6-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-1-x' };