Merge pull request #349 from LedgerHQ/fix-swap-variant
fix: allow swap feature on all ETH variants
This commit is contained in:
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- EIP-191 improvements, now lets the user see the entire message one chunk at a time (255 characters for LNX & LNS+, 99 for LNS)
|
- EIP-191 improvements, now lets the user see the entire message one chunk at a time (255 characters for LNX & LNS+, 99 for LNS)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Allow swap with variants
|
||||||
|
|
||||||
## [1.9.19](https://github.com/ledgerhq/app-ethereum/compare/1.9.18...1.9.19) - 2022-06-15
|
## [1.9.19](https://github.com/ledgerhq/app-ethereum/compare/1.9.18...1.9.19) - 2022-06-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -36,7 +36,7 @@ APPVERSION_M=1
|
|||||||
APPVERSION_N=9
|
APPVERSION_N=9
|
||||||
APPVERSION_P=20
|
APPVERSION_P=20
|
||||||
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
|
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
|
||||||
APP_LOAD_FLAGS= --appFlags 0x240 --dep Ethereum:$(APPVERSION)
|
APP_LOAD_FLAGS= --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Set Chain environnement #
|
# Set Chain environnement #
|
||||||
|
|||||||
Reference in New Issue
Block a user