Skip to content

Commit

Permalink
fix: export AxelarQueryClient class (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: João Sousa <[email protected]>
  • Loading branch information
jcs47 and João Sousa authored Jan 22, 2025
1 parent ad3b4e6 commit 90dfc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from "./AxelarAssetTransfer";
export * from "./AxelarGateway";
export * from "./AxelarQueryAPI";
export * from "./AxelarSigningClient";
export * from "./AxelarQueryClient";
export * from "./TransactionRecoveryApi";
export * from "./GatewayTx";
export * from "./types";

0 comments on commit 90dfc89

Please sign in to comment.