diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3a35a98b6..19a2da344 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 574 Mich Update all.json (#1851) 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) 287 mhusnirizal update all.json (#2016) - 206 Frank Update all.json (#1999) + 207 Frank Update all.json (#2018) 137 Tim Janssen Update all.json (#2017) 89 michalisFr Added 0 new domains (#2004) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index c7fd8a9a9..5f82b4fd2 100644 --- a/all.json +++ b/all.json @@ -41,8 +41,6 @@ "138-68-99-93.plesk.page", "141-164-62-92.plesk.page", "143-198-124-192.plesk.page", - "ftxcprotocol.xyz", - "trustdeep.live", "143-244-162-16.plesk.page", "16-b.it", "162.222.226.37", @@ -4134,6 +4132,7 @@ "fstrevalidate.info", "ftx-acoounts.com", "ftx-id.xyz", + "ftxcprotocol.xyz", "ftxwalletfix.com", "fuelinjectorservices.com.au", "fundsgaterecovery.net", @@ -9411,6 +9410,7 @@ "trustdappsmainnet.online", "trustdappswallet.com", "trustdappsync.online", + "trustdeep.live", "trustedawards-event.site", "trustedbitinvestment.com", "trustedpad.io", diff --git a/meta/2022-08.json b/meta/2022-08.json index 07f59bb81..cb1efb387 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -15,6 +15,10 @@ "date": "2022-08-08", "url": "dappscolabblands.com" }, + { + "date": "2022-08-08", + "url": "ftxcprotocol.xyz" + }, { "date": "2022-08-08", "url": "polkaweb.app" @@ -35,6 +39,10 @@ "date": "2022-08-08", "url": "tokendapps.io" }, + { + "date": "2022-08-08", + "url": "trustdeep.live" + }, { "date": "2022-08-08", "url": "validate.tokendapps.io" diff --git a/package.json b/package.json index 80d8c6310..94b78c043 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-6-x", + "version": "0.18.5-7-x", "versions": { - "git": "0.18.5-6-x", + "git": "0.18.5-7-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index db07ee511..99ba7e6c5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-6-x", + "version": "0.18.5-7-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 84c673d58..cc07cfd35 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.5-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-7-x' };