diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d724969b9..845fd4058 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 445 Jaco Add missing URL (#2049) 295 mhusnirizal update all.json (#2051) 218 Frank Update all.json (#2053) - 148 Tim Janssen Update all.json (#2054) + 149 Tim Janssen Update all.json (#2055) 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 039fc1ca7..001aebd41 100644 --- a/all.json +++ b/all.json @@ -27,9 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "metaconects.com", - "secureassetschain.com", - "syncdatanodes.org", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -5472,6 +5469,7 @@ "metaceware.net", "metachainconnect.com", "metacoinsolution.com", + "metaconects.com", "metaconnectplus.com", "metadapps.online", "metadappsfixer.live", @@ -8103,6 +8101,7 @@ "secure-wallet-connect.ipq.co", "secure02e.com", "securealliance.net", + "secureassetschain.com", "secureassetsnode.com", "secureauthenticationportal.info", "secureblocknode.com", @@ -8855,6 +8854,7 @@ "syncdatachain.com", "syncdatachain.org", "syncdatanode.org", + "syncdatanodes.org", "syncdefinodes.com", "syncdefiprotocol.com", "syncdeftools.com", diff --git a/meta/2022-08.json b/meta/2022-08.json index d0d25a22d..b55c8a6ac 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -1,4 +1,16 @@ [ + { + "date": "2022-08-13", + "url": "metaconects.com" + }, + { + "date": "2022-08-13", + "url": "secureassetschain.com" + }, + { + "date": "2022-08-13", + "url": "syncdatanodes.org" + }, { "date": "2022-08-12", "url": "allinone-connects.com" diff --git a/package.json b/package.json index df6cebe73..ce5f04e60 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-36-x", + "version": "0.18.5-37-x", "versions": { - "git": "0.18.5-36-x", + "git": "0.18.5-37-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 24fbc6d7d..4be2c6b06 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-36-x", + "version": "0.18.5-37-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 8f83b14dd..3234e83d5 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.5-36-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-37-x' };