diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bfaefe51b..c6b87b7b6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 577 Mich Update all.json (#2234) 459 Jaco 0.18.8 (#2261) 325 mhusnirizal update all.json (#2260) - 269 Frank Update all.json (#2264) + 270 Frank Update all.json (#2266) 231 Tim Janssen Update all.json (#2262) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index e4047e1c6..f89e110e3 100644 --- a/all.json +++ b/all.json @@ -29,8 +29,6 @@ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", - "de-fiappsnetwork.com", - "polkadotweb.network", "0vwwuniswap.top", "0xtorus.com", "0xtoruslabs.com", @@ -3590,6 +3588,7 @@ "dbridgenode.netlify.app", "dcrv2.xyz", "ddfflwallnneetccoozznnet.gztyisl.online", + "de-fiappsnetwork.com", "deadapeverification.com", "dealzmart.co", "debank.live", @@ -7975,6 +7974,7 @@ "polkadotweb.js.org", "polkadotweb.live", "polkadotweb.net", + "polkadotweb.network", "polkadotx.js.org", "polkadotx.xyz", "polkadotx2.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 298d6277f..1c16edb77 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -23,6 +23,10 @@ "date": "2022-09-17", "url": "connect.openchainsmart.com" }, + { + "date": "2022-09-17", + "url": "de-fiappsnetwork.com" + }, { "date": "2022-09-17", "url": "en.chainsupfix.com" @@ -59,6 +63,10 @@ "date": "2022-09-17", "url": "openchainsmart.com" }, + { + "date": "2022-09-17", + "url": "polkadotweb.network" + }, { "date": "2022-09-17", "url": "qrconnet.com" diff --git a/package.json b/package.json index 2ecb8b653..cccd41c14 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.9-2-x", + "version": "0.18.9-3-x", "versions": { - "git": "0.18.9-2-x", + "git": "0.18.9-3-x", "npm": "0.18.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 768024284..3da4352ca 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.9-2-x", + "version": "0.18.9-3-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 67a816fbe..f9b2e21f4 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-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.9-3-x' };