diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3cef2a3f5..0906a69b4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 491 Mich Update all.json (#1434) 376 Jaco Add airdrop (#1418) - 202 mhusnirizal update all.json (#1433) + 203 mhusnirizal update all.json (#1436) 89 frankywild Update all.json (#1394) 77 michalisFr Update all.json (#1036) 27 Bill Laboon Fake polkadot site (#1298) diff --git a/all.json b/all.json index 8078823b8..98673fee1 100644 --- a/all.json +++ b/all.json @@ -1,10 +1,6 @@ { "allow": [], "deny": [ - "goshoutlight.com", - "maincoinauth.com", - "multibridgemint.com", - "wallet-connectx.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2413,6 +2409,7 @@ "gomos.xyz", "goodluckplay.com", "gopaltexeng.com", + "goshoutlight.com", "goswap-tokens.in", "goswapp.net", "gotcoinwallet.com", @@ -2826,6 +2823,7 @@ "mainblocksync.com", "mainbotrectify.online", "mainbugerrorfixing.com", + "maincoinauth.com", "maincoinvault.com", "maincollab.online", "mainconnectify.com", @@ -3423,6 +3421,7 @@ "multibridgedap.com", "multibridgedapp.com", "multibridgedapps.com", + "multibridgemint.com", "multibridgetok.com", "multibridgetoken.com", "multibridggedapps.com", @@ -5952,6 +5951,7 @@ "wallet-connects.com", "wallet-connectsyncs.com", "wallet-connectvalidation.com", + "wallet-connectx.com", "wallet-control.com", "wallet-dappauthorization.com", "wallet-dapps.com", diff --git a/meta/2022-04.json b/meta/2022-04.json index 556feeb79..94a7e143f 100644 --- a/meta/2022-04.json +++ b/meta/2022-04.json @@ -163,6 +163,10 @@ "date": "2022-04-14", "url": "giveaway-tifitoken.com" }, + { + "date": "2022-04-14", + "url": "goshoutlight.com" + }, { "date": "2022-04-14", "url": "govgrantsupport.org" @@ -203,6 +207,10 @@ "date": "2022-04-14", "url": "liveappio.com" }, + { + "date": "2022-04-14", + "url": "maincoinauth.com" + }, { "date": "2022-04-14", "url": "meenaagro.com" @@ -223,6 +231,10 @@ "date": "2022-04-14", "url": "moonbeaim.network" }, + { + "date": "2022-04-14", + "url": "multibridgemint.com" + }, { "date": "2022-04-14", "url": "myappsio.com" @@ -315,6 +327,10 @@ "date": "2022-04-14", "url": "validereweb.com" }, + { + "date": "2022-04-14", + "url": "wallet-connectx.com" + }, { "date": "2022-04-14", "url": "wallettrust.ml" diff --git a/package.json b/package.json index 2c9231262..14d9c8aa3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.30", + "version": "0.11.31", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 18d927c87..5d6261bc6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.30", + "version": "0.11.31", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5084ab87c..e33db5375 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.30' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.31' };