diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ba950ef80..4f923cdbe 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 686 Frank Update all.json (#3454) - 626 Tim Janssen Update all.json (#3452) + 627 Tim Janssen Update all.json (#3457) 610 Mich block `rescue-ai.netlify.app` (#3375) 538 Jaco Adjust crosscheck to check for sub-domains (#3456) 445 mhusnirizal update all.json (#3449) diff --git a/all.json b/all.json index b2b787634..c6d3e55e0 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "syncprotocol.org", - "machete.exchange", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -8719,6 +8717,7 @@ "m26securiter.info", "maaima.com", "macfot.online", + "machete.exchange", "macmiral.000webhostapp.com", "mad-meerkatcompensation.live", "maesara.com", @@ -14826,6 +14825,7 @@ "syncprocesslink.site", "syncprotocol.net", "syncprotocol.online", + "syncprotocol.org", "syncprotocol.space", "syncprotocols.com", "syncprotocols.net", diff --git a/all/exchange/all.json b/all/exchange/all.json index 8e70247ea..6bbfa4986 100644 --- a/all/exchange/all.json +++ b/all/exchange/all.json @@ -12,6 +12,7 @@ "flxedfloat.exchange", "gingercrypto.exchange", "kcoins.exchange", + "machete.exchange", "polka-dot.exchange", "polkadot.exchange", "smartconnect.exchange", diff --git a/all/org/all.json b/all/org/all.json index 502da8d4e..242f0d0ba 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -871,6 +871,7 @@ "syncmesh.org", "syncnetworks.org", "synconnect.org", + "syncprotocol.org", "syncsystem.org", "syncwallet.mywebcommunity.org", "syncwalletcloud.org", diff --git a/meta/2023-06.json b/meta/2023-06.json index fea4d058c..349803f9a 100644 --- a/meta/2023-06.json +++ b/meta/2023-06.json @@ -19,6 +19,10 @@ "date": "2023-06-13", "url": "linkifyauto.xyz" }, + { + "date": "2023-06-13", + "url": "machete.exchange" + }, { "date": "2023-06-13", "url": "multilinkguide.site" @@ -47,6 +51,10 @@ "date": "2023-06-13", "url": "spxmap.cc" }, + { + "date": "2023-06-13", + "url": "syncprotocol.org" + }, { "date": "2023-06-13", "url": "violet-wallet.com" diff --git a/package.json b/package.json index 1a4636c8e..cf94bfef4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-4-x", + "version": "0.21.6-5-x", "versions": { - "git": "0.21.6-4-x", + "git": "0.21.6-5-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4a7ea7a4d..53be59204 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-4-x", + "version": "0.21.6-5-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 d51ffc190..568be5bc3 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-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-5-x' };