diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 23d51d3d1..1b477a282 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 644 Frank Update all.json (#3312) - 607 Mich block realyork.online and airdrop-zksynsc.com (#3316) - 583 Tim Janssen Update all.json (#3315) + 608 Mich Block WalletConnect "node sync" scams (#3319) + 584 Tim Janssen Update all.json (#3317) 527 Jaco 0.21.2 (#3309) 425 mhusnirizal update all.json (#3295) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 04e530ba1..6e31fbf1b 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "webkeysync.secureonlinetrust.com", - "secureonlinetrust.com", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -42,9 +40,6 @@ "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.xyz", "0x91af0fbb28aba7e31403cb457106ce79397fd4e6.xyz", "0x946112efab61c3636cbd52de2e1392d7a75a6f01.art", - "secure-defi.online", - "multiversesyncon.vercel.app", - "dapptestverification.com", "0xb3d08c783ecebe7063b08b7f523a429e3c3547575731.xyz", "0xb7f72028d9b502dc871c444363a7ac5a52546608.pics", "0xfc0d6cf33e38bce7ca7d89c0e292274031b7157a.live", @@ -4898,6 +4893,7 @@ "dappsynsconnect.com", "dappsystem.company", "dapptechlink.com", + "dapptestverification.com", "dapptokenchains.com", "dapptokenconnect.com", "dapptokenfix.com", @@ -10043,6 +10039,7 @@ "multiversemigrate.bio", "multiversemigrate.lat", "multiversepad.net", + "multiversesyncon.vercel.app", "multiwalconn.com", "multiwallet-connect.io", "multiwallet-rectifier.net", @@ -12937,6 +12934,7 @@ "secure-dapp.netlify.app", "secure-dappmainnet.com", "secure-defi.app", + "secure-defi.online", "secure-metamask.org", "secure-opensea-x03.com", "secure-protocol.com", @@ -13059,6 +13057,7 @@ "securenodefix.org", "securenodes.org", "securenodeswap.com", + "secureonlinetrust.com", "secureprotocol.site", "securepublicchain.com", "securerectification.online", diff --git a/all/app/all.json b/all/app/all.json index c58372859..ed5321251 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -298,6 +298,7 @@ "multidappconnect.netlify.app", "multidapps-net.netlify.app", "multidappsnode.netlify.app", + "multiversesyncon.vercel.app", "mycelowallet.app", "mycoinbase.netlify.app", "mydappsync.netlify.app", diff --git a/all/com/all.json b/all/com/all.json index f4fded447..3e1faf938 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -1797,6 +1797,7 @@ "dappsyns-connect.com", "dappsynsconnect.com", "dapptechlink.com", + "dapptestverification.com", "dapptokenchains.com", "dapptokenconnect.com", "dapptokenfix.com", @@ -4960,6 +4961,7 @@ "securemobileaibapp.com", "securenodeconnect.com", "securenodeswap.com", + "secureonlinetrust.com", "securepublicchain.com", "securerestorechannel.com", "securerestoreindex.com", diff --git a/all/online/all.json b/all/online/all.json index fcc0a488e..d1f10bbf1 100644 --- a/all/online/all.json +++ b/all/online/all.json @@ -973,6 +973,7 @@ "sale-metagear.online", "sancozas.online", "saveshields.online", + "secure-defi.online", "securecryptowallet.online", "secured-node.online", "securedconnect.online", diff --git a/meta/2023-05.json b/meta/2023-05.json index 4e662e013..770d4b711 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,24 @@ [ + { + "date": "2023-05-03", + "url": "dapptestverification.com" + }, + { + "date": "2023-05-03", + "url": "multiversesyncon.vercel.app" + }, + { + "date": "2023-05-03", + "url": "secure-defi.online" + }, + { + "date": "2023-05-03", + "url": "secureonlinetrust.com" + }, + { + "date": "2023-05-03", + "url": "webkeysync.secureonlinetrust.com" + }, { "date": "2023-05-02", "url": "airdrop-zksynsc.com" diff --git a/package.json b/package.json index 339e4face..2232daf17 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-5-x", + "version": "0.21.3-6-x", "versions": { - "git": "0.21.3-5-x", + "git": "0.21.3-6-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d8490961e..edcb3d4ea 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-5-x", + "version": "0.21.3-6-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1340fe330..4691a325d 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.3-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-6-x' };