Skip to content

Commit

Permalink
feat(create-mud): enable MUD CLI debug logs (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Nov 2, 2023
1 parent 21a626a commit b68e169
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-zoos-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-mud": minor
---

Enabled MUD CLI debug logs for all templates.
1 change: 1 addition & 0 deletions e2e/packages/contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# Anvil default private key:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
VITE_CHAIN_ID=31337
DEBUG=mud:*
1 change: 1 addition & 0 deletions examples/minimal/packages/contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
FAUCET_PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
RPC_HTTP_URL=http://127.0.0.1:8545
DEBUG=mud:*
3 changes: 3 additions & 0 deletions templates/phaser/packages/contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# your deployment enviroment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
DEBUG=mud:*
#
# Anvil default private key:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
3 changes: 3 additions & 0 deletions templates/react-ecs/packages/contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# your deployment enviroment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
DEBUG=mud:*
#
# Anvil default private key:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
3 changes: 3 additions & 0 deletions templates/react/packages/contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# your deployment enviroment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
DEBUG=mud:*
#
# Anvil default private key:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
3 changes: 3 additions & 0 deletions templates/threejs/packages/contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# your deployment enviroment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
DEBUG=mud:*
#
# Anvil default private key:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
3 changes: 3 additions & 0 deletions templates/vanilla/packages/contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# your deployment enviroment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
DEBUG=mud:*
#
# Anvil default private key:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80

0 comments on commit b68e169

Please sign in to comment.