diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d2f286a9e..f59e89bdd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 152 frankywild Update all.json (#1682) 79 michalisFr Update all.json (#1540) 29 Bill Laboon Remove emily.ghost.io (#1539) - 18 thwjanssen89 Update all.json (#1684) + 19 thwjanssen89 Update all.json (#1685) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/all.json b/all.json index f5453ef7a..eb3129af1 100644 --- a/all.json +++ b/all.json @@ -2,8 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dapps-servers.xyz", - "all-web-wallet.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -198,6 +196,7 @@ "alignprotocol.online", "alivetoken.online", "all-in-oneconnect.com", + "all-web-wallet.com", "allbestwalletupdates.one", "allbestwalletupdates.org", "allchaindapps.com", @@ -2284,6 +2283,7 @@ "dapps-seedify.com", "dapps-seedify.live", "dapps-seedify.online", + "dapps-servers.xyz", "dapps-smartwallets.org", "dapps-solution.com", "dapps-solution.site", diff --git a/meta/2022-06.json b/meta/2022-06.json index 6509efd9b..67fa23552 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -3,6 +3,10 @@ "date": "2022-06-16", "url": "activate-collab.land" }, + { + "date": "2022-06-16", + "url": "all-web-wallet.com" + }, { "date": "2022-06-16", "url": "collab-landweb3.com" @@ -15,6 +19,10 @@ "date": "2022-06-16", "url": "connectcollabland.cc" }, + { + "date": "2022-06-16", + "url": "dapps-servers.xyz" + }, { "date": "2022-06-16", "url": "dappstech.online" diff --git a/package.json b/package.json index e12bf33dd..ecd70bc2b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.103", + "version": "0.13.104", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9b6a3f575..1cb123c74 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.103", + "version": "0.13.104", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ecfd58e5a..e7be46dca 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.103' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.104' };