diff --git a/CHANGELOG.md b/CHANGELOG.md index a0896f6..8d690ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index c680321..67b19d4 100644 --- a/Makefile +++ b/Makefile @@ -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 #