diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 984ad567c..8e31923ba 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 661 Tim Janssen Update all.json (#3567) 612 Mich Block fake moonbeam and some other scams (#3539) 540 Jaco Bump deps (#3540) - 470 mhusnirizal update all.json (#3568) + 471 mhusnirizal update all.json (#3579) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 25 alineherzman Update all.json (#3546) diff --git a/all/xyz/all.json b/all/xyz/all.json index 23c26781f..3f79738b5 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -804,6 +804,5 @@ "yourcryptocare.xyz", "zaboevm.xyz", "zksync-domains.xyz", - "zksync-eth.xyz", - "zksyncid.xyz" + "zksync-eth.xyz" ] diff --git a/meta/2023-07.json b/meta/2023-07.json index f5b2a97dd..0ac7a415f 100644 --- a/meta/2023-07.json +++ b/meta/2023-07.json @@ -775,10 +775,6 @@ "date": "2023-07-09", "url": "zksyncera.world" }, - { - "date": "2023-07-09", - "url": "zksyncid.xyz" - }, { "date": "2023-07-09", "url": "zksyncsprotocol.com" diff --git a/package.json b/package.json index b4eb31d3d..1d75862b1 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-104-x", + "version": "0.21.6-105-x", "versions": { - "git": "0.21.6-104-x", + "git": "0.21.6-105-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f86af5538..572d45d34 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-104-x", + "version": "0.21.6-105-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 95fafa430..e283d5092 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-104-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-105-x' };