diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 61326153b..e1fb28365 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 575 Tim Janssen Update all.json (#3252) 525 Jaco Bump TypeScript (#3237) - 422 mhusnirizal update all.json (#3257) + 423 mhusnirizal update all.json (#3261) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 20 alineherzman Update address.json (#2903) @@ -12,8 +12,8 @@ 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) + 5 bipul kumar hansdah etherscan impersonator found (#3260) 4 Abdulaziz Kamil Update all.json (#2921) - 4 bipul kumar hansdah galxe impersonator found (#3239) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Jonathan Dunne Add Talisman to README (#3050) diff --git a/all.json b/all.json index 82a5cf974..3507450b1 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ "zapto.org" ], "deny": [ - "project-dapps-auth.web.app", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -11967,6 +11966,7 @@ "progresacr.com", "project-connect.net", "project-dapps-auth-web.app", + "project-dapps-auth.web.app", "project-dapps-authentication.firebaseapp.com", "project-dapps-authentication.web.app", "project-dapps-intergration.firebaseapp.com", diff --git a/all/app/all.json b/all/app/all.json index 6debbfffc..b80a35435 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -321,6 +321,7 @@ "pooocoln.app", "pooswapfinance.web.app", "project-dapps-auth-web.app", + "project-dapps-auth.web.app", "project-dapps-authentication.web.app", "project-dapps-intergration.web.app", "projectmainnet.netlify.app", diff --git a/all/io/all.json b/all/io/all.json index 10eeea373..3095a0719 100644 --- a/all/io/all.json +++ b/all/io/all.json @@ -51,6 +51,7 @@ "dappresolve.io", "dapps-connect.github.io", "dapps-connect.io", + "dapps-etherscan.io", "dapps-mobilev1.github.io", "dapps-nodes.io", "dappsbridge.io", diff --git a/meta/2023-04.json b/meta/2023-04.json index 2b125197b..3b3e2b47b 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-04-15", + "url": "dapps-etherscan.io" + }, + { + "date": "2023-04-15", + "url": "project-dapps-auth.web.app" + }, { "date": "2023-04-14", "url": "about-astarnetwork.com" diff --git a/package.json b/package.json index aeeb4821c..0c2a35a5f 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-36-x", + "version": "0.20.6-37-x", "versions": { - "git": "0.20.6-36-x", + "git": "0.20.6-37-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 73f802bb9..7f3ea68b5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-36-x", + "version": "0.20.6-37-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ebd3b4658..2724f7e2b 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.20.6-36-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-37-x' };