Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Aug 27, 2024
1 parent 4bba192 commit c975af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _Take note, that code generated by TypeChain requires TypeScript version 4.3 or

| Package | Version | Description | Examples |
| ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | ------------------------------------ |
| [`typechain`](/packages/typechain) | [![npm](https://img.shields.io/npm/v/typechain.svg)](https://www.npmjs.com/package/typechain) | Core package | - |
| [`@gnosis-guild/typechain`](/packages/typechain) | [![npm](https://img.shields.io/npm/v/typechain.svg)](https://www.npmjs.com/package/@gnosis-guild/typechain) | Core package | - |
| [`@gnosis-guild/typechain-ethers-v5`](/packages/target-ethers-v5) | [![npm](https://img.shields.io/npm/v/@gnosis-guild/typechain-ethers-v5.svg)](https://www.npmjs.com/package/@gnosis-guild/typechain-ethers-v5) | Ethers ver 5 support (⚠️ requires TS 4.0 >=) | [example](./examples/ethers-v5) |
| [`@gnosis-guild/typechain-ethers-v6`](/packages/target-ethers-v6) | [![npm](https://img.shields.io/npm/v/@gnosis-guild/typechain-ethers-v6.svg)](https://www.npmjs.com/package/@gnosis-guild/typechain-ethers-v6) | Ethers ver 6 support (⚠️ requires TS 4.0 >=) | [example](./examples/ethers-v6) |
| [`@gnosis-guild/typechain-hardhat`](/packages/hardhat) | [![npm](https://img.shields.io/npm/v/@gnosis-guild/typechain-hardhat.svg)](https://www.npmjs.com/package/@gnosis-guild/typechain-hardhat) | Hardhat plugin | [example-ethers](./examples/hardhat) |
Expand Down

0 comments on commit c975af6

Please sign in to comment.