diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a3454f3c5..0fe356345 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 356 Jaco Remove checkout from auto-{approve, merge} actions (#1197) 137 mhusnirizal update all.json (#1200) 77 michalisFr Update all.json (#1036) - 54 frankywild Update all.json (#1187) + 55 frankywild Update all.json (#1201) 26 Bill Laboon Add Polkapromo.com (#1035) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/all.json b/all.json index 8b2a0babe..08d3bc5bf 100644 --- a/all.json +++ b/all.json @@ -4,12 +4,6 @@ "02auth-mtb.myz.info", "0vvvvuniswap.top", "0vvwvuniswap.top", - "acs-dapp.com", - "collabsyncwallet.com", - "encryptwalletbsc.online", - "launchmainnet-sync.com", - "multidexsconnect.com", - "walletconnect.com", "0vvwwuniswap.top", "0vwwuniswap.top", "123-informatica.com", @@ -83,6 +77,7 @@ "accountsvalidator.com", "accountvalidationpage.com", "acount.ca", + "acs-dapp.com", "activateswallets.com", "activatingmainnet.com", "activatingmymainnet.com", @@ -587,6 +582,7 @@ "collabs-helpdesk.com", "collabs-helpdesks.com", "collabsconnect.com", + "collabsyncwallet.com", "collabvalidator.com", "collabverify.online", "collpolkadot.js.org", @@ -1594,6 +1590,7 @@ "en.square-space.online", "encryptednode.online", "encryptodapps.com", + "encryptwalletbsc.online", "eosuniswap.org", "epolkadot.com", "erc-20-airdrop-rewards.site", @@ -1975,6 +1972,7 @@ "kusamatokens.com", "lacasadepapeltoken.org", "laconfianzacoop.com", + "launchmainnet-sync.com", "launchpad.dapps-seedify.com", "launchpad.dapps-seedify.live", "launchpad.dapps-synapse.network", @@ -2550,6 +2548,7 @@ "multidappsrectify.online", "multidappsvalidator.com", "multidefiwallet.io", + "multidexsconnect.com", "multifaucetconnect.online", "multifixchain.net", "multiibridgedapps.com", @@ -4678,6 +4677,7 @@ "walletconnect.authenticapps.cloud", "walletconnect.biz", "walletconnect.buzz", + "walletconnect.com", "walletconnect.com.finance-airdrop.info", "walletconnect.com.holders-airdrop.info", "walletconnect.finance-airdrop.info", diff --git a/meta/2022-03.json b/meta/2022-03.json index 9f13efbb7..085c7e4f0 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -3,6 +3,10 @@ "date": "2022-03-03", "url": "02auth-mtb.myz.info" }, + { + "date": "2022-03-03", + "url": "acs-dapp.com" + }, { "date": "2022-03-03", "url": "alterdappasync.com" @@ -39,6 +43,10 @@ "date": "2022-03-03", "url": "cidappsweb.com" }, + { + "date": "2022-03-03", + "url": "collabsyncwallet.com" + }, { "date": "2022-03-03", "url": "connecthubs.net" @@ -87,6 +95,10 @@ "date": "2022-03-03", "url": "dom2mail.com" }, + { + "date": "2022-03-03", + "url": "encryptwalletbsc.online" + }, { "date": "2022-03-03", "url": "fix-blockchain.com" @@ -95,10 +107,18 @@ "date": "2022-03-03", "url": "kornettoken.com" }, + { + "date": "2022-03-03", + "url": "launchmainnet-sync.com" + }, { "date": "2022-03-03", "url": "moneylion.com" }, + { + "date": "2022-03-03", + "url": "multidexsconnect.com" + }, { "date": "2022-03-03", "url": "mycelowallet.app" @@ -187,6 +207,10 @@ "date": "2022-03-03", "url": "walletbridgepad.site" }, + { + "date": "2022-03-03", + "url": "walletconnect.com" + }, { "date": "2022-03-03", "url": "walletconnecthubs.connecthubs.net" diff --git a/package.json b/package.json index a5514cab6..e9a16fb95 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.250", + "version": "0.8.251", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3f01c1241..fa2e94b3a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.250", + "version": "0.8.251", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f4a7ed69e..8898f981e 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.8.250' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.251' };