diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dbec7ac05..5b14d5af0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) - 10 alineherzman Update address.json (#2520) + 11 alineherzman Update all.json (#2595) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) diff --git a/all.json b/all.json index 67ee0622f..0eebc8d12 100644 --- a/all.json +++ b/all.json @@ -54,7 +54,6 @@ "143-244-162-16.plesk.page", "16-b.it", "162.222.226.37", - "dtcoin.website", "1776coin.org", "179-43-154-180.plesk.page", "179-43-176-123.plesk.page", @@ -4485,6 +4484,7 @@ "drvapp.link", "dsappconnectwallet.ml", "dspsoltiion.info", + "dtcoin.website", "dualcentralconnect.netlify.app", "ductnetrex.live", "duken.im", diff --git a/meta/2022-11.json b/meta/2022-11.json index a1c513994..d94db42f6 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-11-22", + "url": "dtcoin.website" + }, { "date": "2022-11-22", "url": "onlinerectifier.netlify.app" diff --git a/package.json b/package.json index f1eccd885..61d4cf698 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.12-24-x", + "version": "0.18.12-25-x", "versions": { - "git": "0.18.12-24-x", + "git": "0.18.12-25-x", "npm": "0.18.11" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 52992b99c..804bc305b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.12-24-x", + "version": "0.18.12-25-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b56403990..1bd082a51 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.12-24-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.12-25-x' };