diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a9dffaa95..69a70f3d7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 382 Jaco Bump @polkadot/util (#1525) 213 mhusnirizal update all.json (#1506) 110 frankywild Update all.json (#1534) - 78 michalisFr Update address.json (#1438) + 79 michalisFr Update all.json (#1540) 29 Bill Laboon Remove emily.ghost.io (#1539) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) diff --git a/all.json b/all.json index 86a01b6bf..053dacbe1 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "defilauncher.org", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2458,6 +2457,7 @@ "defifixprotocol.com", "defifixprotocols.com", "defikingdoms-com.xyz", + "defilauncher.org", "defimaiinnetworkconnect.com", "defimainnetconnect.co", "defimainnetworkconnect.com", diff --git a/meta/2022-05.json b/meta/2022-05.json index 1c9e1f67a..978ed26a3 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -83,6 +83,10 @@ "date": "2022-05-05", "url": "dappsynchain.com" }, + { + "date": "2022-05-05", + "url": "defilauncher.org" + }, { "date": "2022-05-05", "url": "fix-dapps.com" diff --git a/package.json b/package.json index 862bbe08d..1f18961b3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.11", + "version": "0.12.12", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6659a38e8..120c1d250 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.11", + "version": "0.12.12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a246b4df1..c9088ea3d 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.12.11' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.12' };