diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ec3a16ba3..d3e5b66db 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 423 Mich Update all.json (#1272) 366 Jaco 0.9.1 (#1264) - 161 mhusnirizal update all.json (#1274) + 162 mhusnirizal update all.json (#1275) 77 michalisFr Update all.json (#1036) 69 frankywild Update all.json (#1267) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 9c9984b3e..e8b8b8988 100644 --- a/all.json +++ b/all.json @@ -1,8 +1,6 @@ { "allow": [], "deny": [ - "defi-cronos.net", - "defiblockauth.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1567,6 +1565,7 @@ "defi-conects.com", "defi-connects.com", "defi-cronos.com", + "defi-cronos.net", "defi-dapp-resolution.org", "defi-dapps-resolution.org", "defi-function.app", @@ -1577,6 +1576,7 @@ "defi-wallet.support", "defiaidvalidator.com", "defiauthenticator.com", + "defiblockauth.com", "defichainalert.net", "defichainnetwork.com", "defichainnetwork.org", diff --git a/meta/2022-03.json b/meta/2022-03.json index 6daba070c..19c248447 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -23,6 +23,14 @@ "date": "2022-03-14", "url": "defi-cronos.com" }, + { + "date": "2022-03-14", + "url": "defi-cronos.net" + }, + { + "date": "2022-03-14", + "url": "defiblockauth.com" + }, { "date": "2022-03-14", "url": "definodesmodule.com" diff --git a/package.json b/package.json index 3110eed16..03a5b9fde 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.10", + "version": "0.9.11", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6b00ab480..4ca2f9304 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.10", + "version": "0.9.11", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index de9f12282..7950ae9f9 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.9.10' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.11' };