diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d353e2adf..5c7f247fb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 102 frankywild Update all.json (#1508) 78 michalisFr Update address.json (#1438) 27 Bill Laboon Fake polkadot site (#1298) - 12 ccris02 Update all.json (#1501) + 13 ccris02 Update all.json (#1510) 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 38cdade89..02629974f 100644 --- a/all.json +++ b/all.json @@ -2,10 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "tokenin.me", - "babyswape.net", - "token8.shop", - "defiweb-interface.org", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -497,6 +493,7 @@ "babyelontoken.online", "babyeswap.to", "babyryoshitoken.com", + "babyswape.net", "babyswaps.to", "backend-dapps.net", "badapplesiphonerepair.com", @@ -2380,6 +2377,7 @@ "defiwalletrestore.netxxx.us", "defiwalletrestore.top", "defiwalletswap.com", + "defiweb-interface.org", "defixrectify.live", "deflkingdom.live", "defo-collab.com", @@ -6291,6 +6289,7 @@ "token-support.net", "token.men", "token568.im", + "token8.shop", "tokenapp.me", "tokenassetrectify.live", "tokenassetsrectify.live", @@ -6319,6 +6318,7 @@ "tokenextensions.org", "tokenfixerror.com", "tokenim.men", + "tokenin.me", "tokenintegration.io", "tokenintergration.io", "tokenizeall.com", diff --git a/meta/2022-04.json b/meta/2022-04.json index e9ec8c527..dd4c573f7 100644 --- a/meta/2022-04.json +++ b/meta/2022-04.json @@ -7,6 +7,10 @@ "date": "2022-04-27", "url": "app-wasync.com" }, + { + "date": "2022-04-27", + "url": "babyswape.net" + }, { "date": "2022-04-27", "url": "chainswap-ecomi.com" @@ -23,6 +27,10 @@ "date": "2022-04-27", "url": "dappstoken.online" }, + { + "date": "2022-04-27", + "url": "defiweb-interface.org" + }, { "date": "2022-04-27", "url": "defixrectify.live" @@ -39,6 +47,14 @@ "date": "2022-04-27", "url": "mainetsync.com" }, + { + "date": "2022-04-27", + "url": "token8.shop" + }, + { + "date": "2022-04-27", + "url": "tokenin.me" + }, { "date": "2022-04-27", "url": "walletchainsync.com" diff --git a/package.json b/package.json index 6ac850bd8..6a753dc84 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.95", + "version": "0.11.96", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 08a2c19c4..2d877d601 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.95", + "version": "0.11.96", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f620ce304..7e81a019d 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.11.95' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.96' };