0xSpaceShard/starknet-hardhat-plugin

Allow request timeout customization

FabijanC opened this issue · 1 comments

As described here: https://discord.com/channels/793094838509764618/1073370808086437899

We would need to see where we use the currently hardcoded constant REQUEST_TIMEOUT defined in src/constants.ts.

The users could specify this value using their hardhat config file.

I can work on this one