diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aae1c6c4c..3c5657ae9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 79 mhusnirizal update all.json (#946) 72 michalisFr Update all.json (#904) 24 Bill Laboon "tripple your DOT" scam (#838) - 23 frankywild Update all.json (#945) + 24 frankywild Update all.json (#954) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) diff --git a/all.json b/all.json index e06f4444d..1efa4edfe 100644 --- a/all.json +++ b/all.json @@ -2563,8 +2563,8 @@ "v3-uniswap-token.im", "v3-withdraw.quest", "v5myetherwallet.com", - "validate-dappswallet.com", "validate-chain.com", + "validate-dappswallet.com", "validate.walletsmask.com", "validate.xtokenvalidator.com", "validateassets.live", diff --git a/meta/2022-01.json b/meta/2022-01.json index 97805398b..ceb9ce564 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,68 @@ [ + { + "date": "2022-01-17", + "url": "connectactivation.site" + }, + { + "date": "2022-01-17", + "url": "connectsyn.com" + }, + { + "date": "2022-01-17", + "url": "dappnodetools.online" + }, + { + "date": "2022-01-17", + "url": "dapps-online.com" + }, + { + "date": "2022-01-17", + "url": "defi-authentication.com" + }, + { + "date": "2022-01-17", + "url": "easysynchconnect.com" + }, + { + "date": "2022-01-17", + "url": "isecuredappsbrowser.net" + }, + { + "date": "2022-01-17", + "url": "isecuredappsconnection.net" + }, + { + "date": "2022-01-17", + "url": "sync-collabland.online" + }, + { + "date": "2022-01-17", + "url": "syncmydapps.com" + }, + { + "date": "2022-01-17", + "url": "thedappsauth.com" + }, + { + "date": "2022-01-17", + "url": "trustdappsmainnet.online" + }, + { + "date": "2022-01-17", + "url": "validate-chain.com" + }, + { + "date": "2022-01-17", + "url": "validatestoken.com" + }, + { + "date": "2022-01-17", + "url": "wallet-moonriver.com" + }, + { + "date": "2022-01-17", + "url": "walletconnectadmins.com" + }, { "date": "2022-01-16", "url": "16-b.it" diff --git a/package.json b/package.json index 244fa77c7..a61684abf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.36", + "version": "0.8.37", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0362f3f31..c0cc82b8d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.36", + "version": "0.8.37", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ae6630c37..8d94db1f3 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.36' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.37' };