diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 41c14568c..13c8d8018 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,9 +9,9 @@ 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) + 5 thwjanssen89 Update all.json (#1628) 4 Idi Eradiri fake kanaria land sale (#1597) 4 NYMETVA Update all.json (#147) - 4 thwjanssen89 Update all.json (#1626) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) 2 Justin Pham Add bit.country scam sites (#1425) diff --git a/all.json b/all.json index 5136d4ccc..c70cd2895 100644 --- a/all.json +++ b/all.json @@ -2,7 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dappwebconnector.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -2612,6 +2611,7 @@ "dappwalletvalidation.com", "dappwalletvault.com", "dappwctsoftconnect.com", + "dappwebconnector.com", "dappwebline.xyz", "dappweblinker.live", "dappwebsync.com", diff --git a/meta/2022-06.json b/meta/2022-06.json index 42dd02f59..e36c96dc0 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -27,6 +27,10 @@ "date": "2022-06-01", "url": "crypto-connect.live" }, + { + "date": "2022-06-01", + "url": "dappwebconnector.com" + }, { "date": "2022-06-01", "url": "decentralizedwalletprotocol.com" diff --git a/package.json b/package.json index f1bb35e23..8acd219a2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.49", + "version": "0.13.50", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c8b45bde7..e8453c226 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.49", + "version": "0.13.50", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1dc40957a..2122d5d81 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.13.49' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.50' };