diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7d1188f0d..d5993b37a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 79 michalisFr Update all.json (#1540) 29 Bill Laboon Remove emily.ghost.io (#1539) 13 ccris02 Update all.json (#1510) - 10 thwjanssen89 Update all.json (#1638) + 11 thwjanssen89 Update all.json (#1658) 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 3953b15f2..f0331bd46 100644 --- a/all.json +++ b/all.json @@ -2,7 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "getawalletinvest.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -3504,6 +3503,7 @@ "get-polkadot.net", "getacryptowallet.com", "getairdropbonus.com", + "getawalletinvest.com", "getblockchain.digital", "getboredape.com", "getcoinwallet.com", diff --git a/meta/2022-06.json b/meta/2022-06.json index 1456e3b6d..f201603a1 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -7,6 +7,10 @@ "date": "2022-06-09", "url": "connectwallets.ipq.co" }, + { + "date": "2022-06-09", + "url": "getawalletinvest.com" + }, { "date": "2022-06-09", "url": "getyournftdrope.com" diff --git a/package.json b/package.json index a2c5f3c94..44cc3cd1c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.77", + "version": "0.13.78", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e58c58b9f..40337318f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.77", + "version": "0.13.78", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 01f1cfc5b..6904a1919 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.77' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.78' };