diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b292558b2..75586ee37 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,7 +11,7 @@ 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) - 4 alineherzman Update all.json (#2292) + 5 alineherzman Update all.json (#2297) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) diff --git a/all.json b/all.json index c7947454f..12b4ee960 100644 --- a/all.json +++ b/all.json @@ -87,7 +87,6 @@ "203-9-150-237.plesk.page", "217-61-128-227.plesk.page", "23.254.132.67", - "polkadotnetwork.app", "247metamaskrapidresponse.com", "24x7-bittreks.com", "24x7-ledger.com", @@ -8112,6 +8111,7 @@ "polkadotmining.de", "polkadotnet.com", "polkadotnetwor.com", + "polkadotnetwork.app", "polkadotnetwork.com", "polkadotnetwork.io", "polkadotnetwork.org", diff --git a/meta/2022-09.json b/meta/2022-09.json index 93ac35b75..593bcf7c8 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -15,6 +15,10 @@ "date": "2022-09-22", "url": "defiresolve.xyz" }, + { + "date": "2022-09-22", + "url": "polkadotnetwork.app" + }, { "date": "2022-09-22", "url": "waldappscon.com" diff --git a/package.json b/package.json index e52e36a16..0502de54f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.9-28-x", + "version": "0.18.9-29-x", "versions": { - "git": "0.18.9-28-x", + "git": "0.18.9-29-x", "npm": "0.18.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5e7d4032a..eb288a5f3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.9-28-x", + "version": "0.18.9-29-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fdc6df777..7339b66ed 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.18.9-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.9-29-x' };