Skip to content

Commit

Permalink
fix xalias related types
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Oct 28, 2023
1 parent ec6ae74 commit 18acc72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### [0.10.1](https://github.com/useElven/core/releases/tag/v0.10.1) (2023-10-28)
- fix xAlias related types

### [0.10.0](https://github.com/useElven/core/releases/tag/v0.10.0) (2023-10-28)
- add xAlias login support (check the [docs](https://www.useElven.com) and [demo example](https://multiversx-nextjs-dapp.netlify.app/))
- update dependencies
- add xAlias login support (check the [docs](https://www.useElven.com) and [demo example](https://multiversx-nextjs-dapp.netlify.app/))
- update dependencies

### [0.9.6](https://github.com/useElven/core/releases/tag/v0.9.6) (2023-10-10)
- fix the bug related to hardcoded amount for token transfer in case of SFTs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useelven/core",
"version": "0.10.0",
"version": "0.10.1",
"description": "Core React hooks for MultiversX DApps",
"license": "MIT",
"author": "Julian Ćwirko <julian.io>",
Expand Down
2 changes: 1 addition & 1 deletion src/types/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface BaseNetworkType
decimals?: string;
gasPerDataByte?: string;
walletConnectDeepLink?: string;
xAliasAddress: string;
xAliasAddress?: string;
walletAddress?: string;
apiAddress?: string;
explorerAddress?: string;
Expand Down

0 comments on commit 18acc72

Please sign in to comment.