4.0.0
@metamask/eth-ledger-bridge-keyring 5.0.0
Changed
- BREAKING:
addAccountswill now only return newly created accounts (#63)- This keyring was initially returning every accounts (previous and new ones), which is different from what is expected in the [
Keyringinterface].(https://github.com/MetaMask/utils/blob/v9.2.1/src/keyring.ts#L65)
- This keyring was initially returning every accounts (previous and new ones), which is different from what is expected in the [
@metamask/eth-trezor-keyring 4.0.0
Changed
- BREAKING:
addAccountswill now only return newly created accounts (#64)- This keyring was initially returning every accounts (previous and new ones), which is different from what is expected in the [
Keyringinterface].(https://github.com/MetaMask/utils/blob/v9.2.1/src/keyring.ts#L65)
- This keyring was initially returning every accounts (previous and new ones), which is different from what is expected in the [