Merge pull request #349 from LedgerHQ/fix-swap-variant

fix: allow swap feature on all ETH variants
This commit is contained in:
apaillier-ledger
2022-10-10 15:07:34 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -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)
### Fixed
- Allow swap with variants
## [1.9.19](https://github.com/ledgerhq/app-ethereum/compare/1.9.18...1.9.19) - 2022-06-15
### Added

View File

@@ -36,7 +36,7 @@ APPVERSION_M=1
APPVERSION_N=9
APPVERSION_P=20
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 #