dethcrypto / TypeChain

🔌 TypeScript bindings for Ethereum smart contracts
MIT License
2.76k stars 365 forks source link

[ethers-v6] Support node16 moduleSuffix in ethers-v6 target #860

Closed chmanie closed 1 year ago

chmanie commented 1 year ago

Akin to #840, this PR adds support for ESM (node16) module resolutions (using the --node16-modules flag) to the ethers-v6 target.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 88d86225146b38cf14403177f157e4b84846b799

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | -------------------------- | ----- | | example-ethers-v6-nodenext | Minor | | @typechain/ethers-v6 | Minor | | @typechain/hardhat | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

chmanie commented 1 year ago

Just found an issue with this, I think it's not done yet.

chmanie commented 1 year ago

OK, now it's fine.

krzkaczor commented 1 year ago

Merged as https://github.com/dethcrypto/TypeChain/pull/863 Thanks!