paritytech/hardhat-polkadot
GitHub ã§èŠãprocess in port 8000 continues running after kill when using forking
Open
#278 opened on 2025幎8æ14æ¥
P2 - Mediumgood first issue
Repository metrics
- Stars
- Â (16 stars)
- PR merge metrics
- Â (PR metrics pending)
説æ
ð 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