diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e83c7e198..e1b895b7c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 638 Tim Janssen Update all.json (#3498) 610 Mich block `rescue-ai.netlify.app` (#3375) 539 Jaco Add missing cross-check entries (#3465) - 450 mhusnirizal update all.json (#3497) + 451 mhusnirizal update all.json (#3499) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 23 alineherzman Update address.json (#3438) diff --git a/all.json b/all.json index b48184190..c9f3af5ee 100644 --- a/all.json +++ b/all.json @@ -29,8 +29,6 @@ "zapto.org" ], "deny": [ - "contractsresolve.live", - "en.contractsresolve.live", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0vvwvuniswap.top", @@ -3457,6 +3455,7 @@ "contractsauthfix.com", "contractsfix.com", "contractsresolve.com", + "contractsresolve.live", "contractsync.icu", "contractsync.net", "contractsync.top", diff --git a/all/live/all.json b/all/live/all.json index 38c62088d..0678f63e9 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -238,6 +238,7 @@ "contractedge.live", "contractmigration.live", "contractnetwork.live", + "contractsresolve.live", "contractwebsite.live", "copiersolutionsmigrate.live", "coreprotocol.live", diff --git a/meta/2023-06.json b/meta/2023-06.json index a90b2308b..1de141a11 100644 --- a/meta/2023-06.json +++ b/meta/2023-06.json @@ -7,6 +7,10 @@ "date": "2023-06-26", "url": "b3pool.xyz" }, + { + "date": "2023-06-26", + "url": "contractsresolve.live" + }, { "date": "2023-06-26", "url": "decentralizeddomain.io" @@ -15,6 +19,10 @@ "date": "2023-06-26", "url": "dexrpc.net" }, + { + "date": "2023-06-26", + "url": "en.contractsresolve.live" + }, { "date": "2023-06-26", "url": "maderaselaboradas.com.ar" diff --git a/package.json b/package.json index 3fc5e8a2e..059ecd2cb 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-40-x", + "version": "0.21.6-41-x", "versions": { - "git": "0.21.6-40-x", + "git": "0.21.6-41-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2995cfca4..d894e915e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-40-x", + "version": "0.21.6-41-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 78838522b..d81366b66 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.21.6-40-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-41-x' };