Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove cli faucet command and services package #2811

Merged
merged 6 commits into from
May 14, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/rotten-turtles-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@latticexyz/cli": patch
---

Removed broken `mud faucet` command.
1 change: 0 additions & 1 deletion docs/pages/cli/_meta.js
Original file line number Diff line number Diff line change
@@ -6,6 +6,5 @@ export default {
verify: "mud verify",
"dev-contracts": "mud dev-contracts",
"abi-ts": "mud abi-ts",
faucet: "mud faucet",
"set-version": "mud set-version",
};
5 changes: 0 additions & 5 deletions docs/pages/cli/faucet.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -33,15 +33,12 @@
"@aws-sdk/client-kms": "^3.556.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@latticexyz/abi-ts": "workspace:*",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/gas-report": "workspace:*",
"@latticexyz/protocol-parser": "workspace:*",
"@latticexyz/schema-type": "workspace:*",
"@latticexyz/services": "workspace:*",
"@latticexyz/store": "workspace:*",
"@latticexyz/utils": "workspace:*",
"@latticexyz/world": "workspace:*",
@@ -55,7 +52,6 @@
"ethers": "^5.7.2",
"execa": "^7.0.0",
"glob": "^8.0.3",
"nice-grpc-web": "^2.0.1",
"openurl": "^1.1.1",
"p-queue": "^7.4.1",
"p-retry": "^5.1.2",
60 changes: 0 additions & 60 deletions packages/cli/src/commands/faucet.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/cli/src/commands/index.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ import abiTs from "@latticexyz/abi-ts";

import build from "./build";
import devnode from "./devnode";
import faucet from "./faucet";
import hello from "./hello";
import tablegen from "./tablegen";
import deploy from "./deploy";
@@ -21,7 +20,6 @@ export const commands: CommandModule<any, any>[] = [
build,
deploy,
devnode,
faucet,
gasReport as CommandModule,
hello,
tablegen,
8 changes: 0 additions & 8 deletions packages/services/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions packages/services/.npmignore

This file was deleted.

Loading