Skip to content

Conversation

@wakamex
Copy link
Contributor

@wakamex wakamex commented Jun 22, 2025

Summary

  • Added support for custom RPC ports to avoid conflicts when default port 8545 is in use
  • Made both devland.sh and deploy-scenario.sh configurable via environment variables

Changes

  • devland.sh now accepts PORT environment variable (defaults to 8545)
  • deploy-scenario.sh now accepts RPC_URL environment variable (defaults to http://127.0.0.1:8545)
  • Updated README with usage examples for both variables

Test plan

  • Tested with default port: ./devland.sh
  • Tested with custom port: PORT=8546 ./devland.sh
  • Tested direct RPC URL: RPC_URL=http://127.0.0.1:8546 ./deploy-scenario.sh EulerSwapBasic

🤖 Generated with Claude Code

- Allow custom port via PORT environment variable (defaults to 8545)
- Update deploy-scenario.sh to accept RPC_URL environment variable
- Document usage in README for cases where default port is in use

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link
Contributor

@hoytech hoytech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hoytech hoytech merged commit a55ec50 into euler-xyz:master Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants