Skip to content

Commit

Permalink
chore: mention ethers.js v6 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Dec 8, 2023
1 parent df4adec commit bdd1473
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ The `axelar-local-dev` package is all you need for cross-chain applications betw

- [EVM <-> Aptos Integration Guide](./packages/axelar-local-dev-aptos/README.md#configuration)
- [EVM <-> Near Integration Guide](./packages/axelar-local-dev-near/README.md#configuration)
- [Evm <-> Sui Integration Guide](./packages/axelar-local-dev-sui/README.md)
- [Evm <-> Sui Integration Guide](./packages/axelar-local-dev-sui/README.md)\

## Prerequisites

- This project is developed with Ethers.js version 5. Please note that it may not function correctly if you are using Ethers.js version 6 or later. It is recommended to use version 5 to ensure compatibility and proper operation of the project.

## Installation

Expand Down

0 comments on commit bdd1473

Please sign in to comment.