NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.15k stars 1.37k forks source link

move formatParameterValue/parseParameterValue and isParameterValueValid to a util #5304

Closed kanej closed 2 months ago

schaable commented 2 months ago

Since parseParameterValue is currently only used by the CLI, we will leave it in v-next/hardhat. Therefore, this issue only refers to isParameterValueValid.

alcuadrado commented 2 months ago

See #5379