hardhat-starter-kit
hardhat-starter-kit copied to clipboard
fix: incorrect async call to toString method
This PR addresses an issue where the toString
method was erroneously called as an async function. Since toString
is a synchronous operation, this commit corrects the call to ensure it is executed in the proper synchronous context, improving code reliability and maintainability.