Skip to content

Conversation

@kvinwang
Copy link
Collaborator

Summary

  • Rename the test network in hardhat config to custom
  • The name "test" was misleading as it implied a specific testnet, but the network's RPC URL is entirely user-defined via RPC_URL env var

Test plan

  • Verify hardhat compile still works
  • Verify --network custom resolves correctly with RPC_URL set

The name "test" was misleading as it implied a specific testnet, but
the network's RPC URL is entirely user-defined via RPC_URL env var.
Rename to "custom" to better reflect its purpose.
@kvinwang kvinwang merged commit de90047 into master Feb 12, 2026
10 checks passed
kvinwang added a commit to Phala-Network/dstack-cloud-deployment-guide that referenced this pull request Feb 13, 2026
- Replace all --network test with --network custom to match upstream
  hardhat config rename (Dstack-TEE/dstack#502)
- Expand prerequisite sections with detailed setup instructions
- Add example outputs for contract deployment and authorization steps
- Add troubleshooting sections for common issues
- Improve deployment instructions with prelaunch.sh approach
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.

1 participant