diff --git a/CHANGELOG.md b/CHANGELOG.md index ef43654e1..d140a0b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # edge-currency-accountbased +## 2.2.4 (2023-09-08) + +- fixed: Bug prevent Filecoin spend transactions from being saved in the wallet (by saveTx) +- fixed: Filecoin network fee query issue +- changed: Use Filfox exclusively for Filecoin transaction querying +- fixed: Incorrectly identifying send-to-self transactions as receives from the network +- added: USDT token to Avalanche +- added: PYUSD token to Ethereum + ## 2.2.3 (2023-09-07) - added: Integrate Filfox for Filecoin transaction scanning diff --git a/package.json b/package.json index 50baf68bb..fac158f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-currency-accountbased", - "version": "2.2.3", + "version": "2.2.4", "description": "Edge currency plugin for account based currencies", "homepage": "https://edge.app/", "repository": {