paritytech/hardhat-polkadot
View on GitHubprocess in port 8000 continues running after kill when using forking
Open
#278 opened on Aug 14, 2025
P2 - Mediumgood first issue
Repository metrics
- Stars
- (16 stars)
- PR merge metrics
- (PR metrics pending)
Description
🔄 Reproduction Steps
- Following hardhat.config
networks: {
hardhat: {
polkavm: true,
docker: true,
forking: {
url: "https://testnet-passet-hub.polkadot.io",
},
},
localNode: {
polkavm: true,
url: `http://127.0.0.1:8545`,
},
},
npx hardhat node- Ctr+C
npx hardhat node
🤔 Expected Behavior
Server listens on 8000 Server listens on 8000
😯 Current Behavior
Server listens on 8000 Server listens on 8001