diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b659babaf..dd16d6b26 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -30,4 +30,5 @@ 1 Nikhil Ranjan Removing polkassembly.network (#304) 1 Stepan Samko Remove defiyield.app from deny list (#1547) 1 stiartsly request to remove pasarprotocol.io from the list (#1559) - 1 Thibaut Sardan Update README.md (#2) \ No newline at end of file + 1 Thibaut Sardan Update README.md (#2) + 1 thwjanssen89 Update all.json (#1620) \ No newline at end of file diff --git a/all.json b/all.json index ec9b123b3..4cfe903cd 100644 --- a/all.json +++ b/all.json @@ -6209,6 +6209,7 @@ "polkapromo.com", "polkarare-sale.com", "polkarstarter.com", + "polkasater.com", "polkascanner.com", "polkasfarter.com", "polkasfarter.org", @@ -9912,7 +9913,6 @@ "zerionwallet.com", "zero-swap.site", "zonefix.net", - "zwalletconnect.com", - "polkasater.com" + "zwalletconnect.com" ] } diff --git a/meta/2022-05.json b/meta/2022-05.json index 32cdf17b3..64a786e49 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-05-31", + "url": "polkasater.com" + }, { "date": "2022-05-30", "url": "alldappauthaccess.com" diff --git a/package.json b/package.json index 150a37b6f..d135b878f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.42", + "version": "0.13.43", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e73362b22..b14370af8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.42", + "version": "0.13.43", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index aa8d1f32a..920261ecd 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.42' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.43' };