diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d83bae298..944490b88 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 367 Jaco Bump dev deps (#1288) 167 mhusnirizal update all.json (#1293) 77 michalisFr Update all.json (#1036) - 73 frankywild Update all.json (#1292) + 74 frankywild Update all.json (#1296) 26 Bill Laboon Add Polkapromo.com (#1035) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/all.json b/all.json index ff7c3157c..1e049255b 100644 --- a/all.json +++ b/all.json @@ -2,7 +2,6 @@ "allow": [], "deny": [ "0vvwvuniswap.top", - "pizwallet.com", "0vvwwuniswap.top", "0vwwuniswap.top", "123-informatica.com", @@ -3450,6 +3449,7 @@ "pinknode.medium.com.ru", "pinknode.polkastarter.com.es", "pinksale-finance.live", + "pizwallet.com", "plaatshierjelink.com", "platformkraken.click", "play-staratlas.net", diff --git a/meta/2022-03.json b/meta/2022-03.json index 49b610ec5..c9d7ce138 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -43,6 +43,10 @@ "date": "2022-03-18", "url": "lnvsiblefriends.io" }, + { + "date": "2022-03-18", + "url": "pizwallet.com" + }, { "date": "2022-03-18", "url": "reauthenticator.tech" diff --git a/package.json b/package.json index 4e416919b..4a3cadd7a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.31", + "version": "0.9.32", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a5974971b..23d3f759d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.31", + "version": "0.9.32", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1b440b78e..98d2969b4 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.9.31' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.32' };