Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions .github/LOCAL_DEV_DIAGRAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,4 @@ Persistence: Ephemeral (resets on restart)

**Ready to develop! Start with: `npm run dev`** 🚀


1 change: 1 addition & 0 deletions deployments/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
!base-sepolia.json



1 change: 1 addition & 0 deletions docs/LOCAL_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,3 +586,4 @@ http://127.0.0.1:8545
For questions, join our Discord or open a GitHub issue.



1 change: 1 addition & 0 deletions scripts/dev-restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ bash "$SCRIPT_DIR/dev-local.sh"
echo -e "${GREEN}Environment restarted!${NC}"



1 change: 1 addition & 0 deletions scripts/dev-stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ fi
echo -e "${GREEN}Development environment stopped${NC}"



1 change: 1 addition & 0 deletions scripts/generate-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ if (import.meta.url === `file://${process.argv[1]}`) {
export { main as generateConfig };



Loading