diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0a0f4603f..cd88ef2a4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,9 +7,9 @@ 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) + 7 thwjanssen89 Update all.json (#1630) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) - 6 thwjanssen89 Update all.json (#1629) 4 Idi Eradiri fake kanaria land sale (#1597) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) diff --git a/all.json b/all.json index 63ec0dc46..4d07e029a 100644 --- a/all.json +++ b/all.json @@ -2,7 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "verifywallet.info", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -8368,6 +8367,7 @@ "verifystepnwallconn.online", "verifytokenid.com", "verifywallet-connect.com", + "verifywallet.info", "verifywallets.online", "veriwalllive.com", "versedex.guru", diff --git a/meta/2022-06.json b/meta/2022-06.json index 035dbe546..eae9bdb7b 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-06-02", + "url": "verifywallet.info" + }, { "date": "2022-06-01", "url": "assetrectify.network" diff --git a/package.json b/package.json index 57f549ec8..9ef3020fc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.51", + "version": "0.13.52", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index edba52a40..d999446db 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.51", + "version": "0.13.52", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9487d4b1b..43298ee07 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.51' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.52' };