Skip to content

Commit 1f516bd

Browse files
authored
chore: added note on ethers v5 (#1387)
1 parent 8b22937 commit 1f516bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/docs/dev/axelarjs-sdk/intro.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import { Callout } from "/src/components/callout";
2+
3+
14
# AxelarJS SDK
25

36
The AxelarJS SDK is an npm library that includes a collection of APIs and query tools.
@@ -24,3 +27,8 @@ Current modules:
2427
- `AxelarQueryAPI`
2528
- Collection of helpful predefined queries into the network, e.g., transaction fees for token transfers, cross-chain gas prices for GMP transactions, denom conversions, etc.
2629
- [Axelar Query API](/dev/axelarjs-sdk/axelar-query-api/).
30+
31+
32+
<Callout emoji="ℹ️">
33+
Note: At the moment, the AxelarJS SDK uses [ethers v5](https://docs.ethers.org/v5/), you will not be able to integrate with newer versions of ethers.
34+
</Callout>

0 commit comments

Comments
 (0)