From c09e17a3e872989f309562007836a047ea20f26d Mon Sep 17 00:00:00 2001 From: Edouard Merle Date: Mon, 10 Oct 2022 14:43:40 +0200 Subject: [PATCH 1/2] fix: allow swap feature on all ETH variants --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # From 3da1e2fd863402b8bae85deb7609ee89affd2e65 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 10 Oct 2022 14:05:46 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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