Skip to content

Commit d0ae7b5

Browse files
Merge pull request #349 from LedgerHQ/fix-swap-variant
fix: allow swap feature on all ETH variants
2 parents fa44eda + 3da1e2f commit d0ae7b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919

2020
- EIP-191 improvements, now lets the user see the entire message one chunk at a time (255 characters for LNX & LNS+, 99 for LNS)
2121

22+
### Fixed
23+
24+
- Allow swap with variants
25+
2226
## [1.9.19](https://github.com/ledgerhq/app-ethereum/compare/1.9.18...1.9.19) - 2022-06-15
2327

2428
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ APPVERSION_M=1
3636
APPVERSION_N=9
3737
APPVERSION_P=20
3838
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
39-
APP_LOAD_FLAGS= --appFlags 0x240 --dep Ethereum:$(APPVERSION)
39+
APP_LOAD_FLAGS= --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
4040

4141
###########################
4242
# Set Chain environnement #

0 commit comments

Comments
 (0)