diff --git a/packages/entrykit/mprocs.yaml b/packages/entrykit/mprocs.yaml index 641802991d..75c1071fc8 100644 --- a/packages/entrykit/mprocs.yaml +++ b/packages/entrykit/mprocs.yaml @@ -10,5 +10,3 @@ procs: # quarry-issuer: # cwd: ../../../quarry-paymaster/packages/issuer # shell: pnpm start - # explorer: - # shell: pnpm explorer diff --git a/packages/entrykit/package.json b/packages/entrykit/package.json index 1dc30b57ec..8b24ecdd9f 100644 --- a/packages/entrykit/package.json +++ b/packages/entrykit/package.json @@ -46,13 +46,11 @@ "@ark/util": "0.2.2", "@latticexyz/common": "workspace:*", "@latticexyz/config": "workspace:*", - "@latticexyz/explorer": "workspace:*", "@latticexyz/paymaster": "workspace:*", "@latticexyz/protocol-parser": "workspace:*", "@latticexyz/store": "workspace:*", "@latticexyz/world": "workspace:*", "@latticexyz/world-modules": "workspace:*", - "@noble/curves": "^1.6.0", "@radix-ui/react-dialog": "^1.0.5", "@rainbow-me/rainbowkit": "2.1.7", "debug": "^4.3.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07e456ce43..1d8e4932a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -459,9 +459,6 @@ importers: '@latticexyz/config': specifier: workspace:* version: link:../config - '@latticexyz/explorer': - specifier: workspace:* - version: link:../explorer '@latticexyz/paymaster': specifier: workspace:* version: link:../paymaster @@ -477,9 +474,6 @@ importers: '@latticexyz/world-modules': specifier: workspace:* version: link:../world-modules - '@noble/curves': - specifier: ^1.6.0 - version: 1.6.0 '@radix-ui/react-dialog': specifier: ^1.0.5 version: 1.1.1(@types/react-dom@18.2.7)(@types/react@18.2.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)