diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2413f18c1..abe57a134 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,8 +4,8 @@ 146 frankywild Update all.json (#1665) 79 michalisFr Update all.json (#1540) 29 Bill Laboon Remove emily.ghost.io (#1539) + 14 thwjanssen89 Update all.json (#1670) 13 ccris02 Update all.json (#1510) - 13 thwjanssen89 Update all.json (#1664) 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 7d792356e..5005f2782 100644 --- a/all.json +++ b/all.json @@ -2,7 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "validationfixlivewallet.org", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -8636,6 +8635,7 @@ "validationdapplaunch.com", "validationfield.com", "validationfields.com", + "validationfixlivewallet.org", "validationfixwallet.org", "validationnodes.com", "validationportals.online", diff --git a/meta/2022-06.json b/meta/2022-06.json index 1eeb35a0e..eb6676496 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -179,6 +179,10 @@ "date": "2022-06-13", "url": "validatingcoins.com" }, + { + "date": "2022-06-13", + "url": "validationfixlivewallet.org" + }, { "date": "2022-06-13", "url": "wallet-connectio.com" diff --git a/package.json b/package.json index 6e2ac993f..1ba8a7eea 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.89", + "version": "0.13.90", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9cb4d1c91..a99f97c4c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.89", + "version": "0.13.90", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e37d8cbbb..11aa46764 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.89' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.90' };