You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to upgrade my repository to use ethers V6 and the corresponding typechain packages. When building the project with tsc, multiple errors of the following format are thrown:
I am attempting to upgrade my repository to use ethers V6 and the corresponding typechain packages. When building the project with tsc, multiple errors of the following format are thrown:
This seems to be fixed by turning off the alwaysGenerateOverloads option.
ItsNickBarry
changed the title
Cannot find namespaces for events
Cannot find namespaces for events when alwaysGenerateOverloads is turned on
Jul 7, 2023
I am attempting to upgrade my repository to use ethers V6 and the corresponding typechain packages. When building the project with
tsc
, multiple errors of the following format are thrown:See the
ethers-v6
branch of this repository: https://github.com/solidstate-network/solidstate-solidity/tree/ethers-v6. To reproduce, compile the contracts and runyarn build
.The text was updated successfully, but these errors were encountered: