1559 ledger (#11951)
* EIP-1559 - Provide support for Ledger * Update ui/selectors/selectors.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Add shared constants for hw types * bump eth-ledger-bridge-keyring to v0.7.0 Co-authored-by: David Walsh <davidwalsh83@gmail.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: Alex <adonesky@gmail.com>feature/default_network_editable
parent
fbafffe1ba
commit
9cf7413e4b
@ -0,0 +1,9 @@ |
||||
/** |
||||
* Accounts can be instantiated from simple, HD or the two hardware wallet |
||||
* keyring types. Both simple and HD are treated as default but we do special |
||||
* case accounts managed by a hardware wallet. |
||||
*/ |
||||
export const KEYRING_TYPES = { |
||||
LEDGER: 'Ledger Hardware', |
||||
TREZOR: 'Trezor Hardware', |
||||
}; |
Loading…
Reference in new issue