diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0fdab4633..d3f372f16 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 154 frankywild Update all.json (#1688) 79 michalisFr Update all.json (#1540) 29 Bill Laboon Remove emily.ghost.io (#1539) - 19 thwjanssen89 Update all.json (#1685) + 20 thwjanssen89 Update all.json (#1689) 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 607e406f6..2e83d6dc1 100644 --- a/all.json +++ b/all.json @@ -2,7 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "cryptocurrencyconnect.org", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1729,6 +1728,7 @@ "cryptoconnects.us", "cryptoctoken.com", "cryptocurrencieswallets.com", + "cryptocurrencyconnect.org", "cryptocurrencymarkettrade.com", "cryptocurrencywallet.xyz", "cryptodapps.co", diff --git a/meta/2022-06.json b/meta/2022-06.json index d989ababf..737604b66 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -15,6 +15,10 @@ "date": "2022-06-17", "url": "connectprotocol.network" }, + { + "date": "2022-06-17", + "url": "cryptocurrencyconnect.org" + }, { "date": "2022-06-17", "url": "cryptosupport.nofeka.net" diff --git a/package.json b/package.json index 0fd64a6c6..d09c2caef 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.108", + "version": "0.13.109", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index aefac8769..2b69ed7d0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.108", + "version": "0.13.109", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c84d65912..5c1f980c7 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.108' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.109' };