Skip to content

Commit

Permalink
v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Jan 20, 2023
1 parent eeb4790 commit c9ad819
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# edge-currency-accountbased

## 0.22.2 (2023-01-20)

- TRX: Add note support
- TRX: Update derivation path to industry standard
- EVM: Revert `getMaxSpendable` simplification changes in favor of recursion due to sliding standard fee scale
- HBAR: Update explorer urls
- DOT: Update @polkadot/api to v9.11.3
- DOT: Improve type safety and various code cleanups

## 0.22.1 (2023-01-17)

- XRP: Replace use of `autofill` with local transaction creation
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": "edge-currency-accountbased",
"version": "0.22.1",
"version": "0.22.2",
"description": "Edge currency plugin for account based currencies",
"homepage": "https://edge.app/",
"repository": {
Expand Down

0 comments on commit c9ad819

Please sign in to comment.