Skip to content

Commit

Permalink
add new hook
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jun 18, 2023
1 parent 0b4020d commit 13d1569
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 354 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [0.7.0](https://github.com/useElven/core/releases/tag/v0.7.0) (2023-06-18)
- A new `useTokenTransfer` hook. It is a wrapper over `useTransaction` and should simplify transfering tokens, also to smart contracts with or without calling endpoints. You can still achieve the same using `useTransaction` with payload builders.
- updated dependencies

### [0.6.1](https://github.com/useElven/core/releases/tag/v0.6.1) (2023-06-07)
- fix native auth login token handling

Expand Down
1 change: 1 addition & 0 deletions esbuild.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const pkg = require('./package.json');
const shared = {
entryPoints: ['./src/index.tsx'],
bundle: true,
target: 'ES2020',
minify: true,
external: [
...Object.keys(pkg.dependencies),
Expand Down
Loading

0 comments on commit 13d1569

Please sign in to comment.