diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b993abb85..d1bd51f17 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,8 +8,8 @@ 20 alineherzman Update address.json (#2903) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) + 8 bipul kumar hansdah premint impersonator found. (#3272) 8 grizzly375 Update all.json (#575) - 7 bipul kumar hansdah orbiter finance impersonator (important) (#3268) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) diff --git a/all/xyz/all.json b/all/xyz/all.json index 1107ef0e2..f39de391a 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -492,6 +492,7 @@ "polygoimatic.xyz", "polygon2bridge.xyz", "polygonlido.xyz", + "precmint.xyz", "premint-submit.xyz", "projectmainets.xyz", "projectscriptstore.xyz", diff --git a/meta/2023-04.json b/meta/2023-04.json index 422bba1e4..593fc85e4 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -19,6 +19,10 @@ "date": "2023-04-19", "url": "orbeonprotocol.site" }, + { + "date": "2023-04-19", + "url": "precmint.xyz" + }, { "date": "2023-04-19", "url": "seedify-global.com" diff --git a/package.json b/package.json index 003be55af..3f1921164 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-44-x", + "version": "0.20.6-45-x", "versions": { - "git": "0.20.6-44-x", + "git": "0.20.6-45-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c1991cfb7..ab14c01b1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-44-x", + "version": "0.20.6-45-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 f6e9ef2a4..8d72f6b3e 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-44-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-45-x' };