wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.17k stars 283 forks source link

Crash with companion networks on hardhat ^2.16 #490

Closed nataouze closed 8 months ago

nataouze commented 8 months ago

Describe the bug When using ^hardhat@2.16.0 with companion networks configured for non-dev networks, a crash occurs.

This is due to the change of signature of hardhat's createProvider function.

https://github.com/NomicFoundation/hardhat/blob/aebd01983febb777c0e8cca216a3884980128b90/packages/hardhat-core/src/internal/core/providers/construction.ts#L50-L56

Proposed fix #488

Arachnid commented 8 months ago

Would love to see this merged, as it's currently a blocker for us!

wighawag commented 8 months ago

Available in v0.11.43 !