This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
v5.52.0
@ledgerhq/hw-app-eth
automatized provide ERC20 and "plugin"
had an important rework that will make it automatically do provideERC20Information
for you so you no longer need to do provideERC20Information
yourself for simple ERC20 transfers (for instance).
We also are preparing an important future release of our Ethereum nano app and this version makes it future proof.
The important changes of this also have this library dependency changes:
- "rlp": "^2.2.6"
+ "ethers": "^5.1.4"
which allows us to parse the transaction sent to signTransaction
to extract information we need to automate the providing of ERC20 and more. We will share more information about this along with the future version of Ethereum.
ERC20 list update
was also updated. see diff of commit 1e6190f