starknet-hardhat-plugin
starknet-hardhat-plugin copied to clipboard
Random port on integrated devnet
Usage related changes
- Uses free random ports on integrated devnet
- Closes #176
Development related changes
- NA
Checklist:
- [x] Formatted the code
- [x] No linter errors + tried to avoid introducing linter warnings
- [x] Performed a self-review of the code
- [x] Rebased to the last commit of the target branch (or merged it into my branch)
- [ ] Documented the changes
- [ ] Updated the
testdirectory (with a test case consisting ofnetwork.json,hardhat.config.ts,check.sh) - [x] Linked issues which this PR resolves
- [ ] Created a PR to the
pluginbranch ofstarknet-hardhat-example:- < EXAMPLE_REPO_PR_URL >
- [ ] Modified
test.shto use my example repo branch - [ ] Restored
test.shto to use the original branch (after the example repo PR has been merged)
- [x] All tests are passing (for external contributors who don't have access to the CI/CD pipeline)
As already discussed, this doesn't have to be a part of release-0.7.0 if we keep URL as a config option.
Currently waiting for response from hardhat: https://github.com/NomicFoundation/hardhat/issues/3221
New issue to followup on hardhat that could resolve this. https://github.com/NomicFoundation/hardhat/issues/3323