diff --git a/app/Makefile b/app/Makefile index 437f5e9..2b1fad7 100755 --- a/app/Makefile +++ b/app/Makefile @@ -31,21 +31,21 @@ $(info ************ TARGET_NAME = [$(TARGET_NAME)]) include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.app_testing ifndef COIN -COIN=LSK +COIN=LSK_LEGACY endif include $(CURDIR)/Makefile.version $(info COIN = [$(COIN)]) -ifeq ($(COIN),LSK) +ifeq ($(COIN),LSK_LEGACY) # Main app configuration DEFINES += APP_STANDARD ifneq ($(TARGET_NAME),TARGET_NANOS) DEFINES += SUBSTRATE_PARSER_FULL endif -APPNAME = "Lisk" +APPNAME = "Lisk Legacy" APPPATH = "44'/134'" else @@ -93,7 +93,7 @@ dep/%.d: %.c Makefile .PHONY: listvariants listvariants: - @echo VARIANTS COIN LSK + @echo VARIANTS COIN LSK_LEGACY .PHONY: version version: diff --git a/app/Makefile.version b/app/Makefile.version index 593d88c..d73b96b 100644 --- a/app/Makefile.version +++ b/app/Makefile.version @@ -1,6 +1,6 @@ # This is the `transaction_version` field of `Runtime` -APPVERSION_M=3 +APPVERSION_M=4 # This is the `spec_version` field of `Runtime` APPVERSION_N=0 # This is the patch version of this release -APPVERSION_P=4 +APPVERSION_P=0 diff --git a/app/src/coin.h b/app/src/coin.h index 6f0f2a3..452d124 100644 --- a/app/src/coin.h +++ b/app/src/coin.h @@ -52,10 +52,10 @@ extern "C" { #define UNSTAKE_COIN_TICKER "LSK -" #define COIN_HRP "lsk" -#define MENU_MAIN_APP_LINE1 "Lisk" +#define MENU_MAIN_APP_LINE1 "Lisk Legacy" #define MENU_MAIN_APP_LINE2 "Ready" #define MENU_MAIN_APP_LINE2_SECRET "???" -#define APPVERSION_LINE1 "Lisk" +#define APPVERSION_LINE1 "Lisk Legacy" #define APPVERSION_LINE2 "v" APPVERSION #ifdef __cplusplus diff --git a/deps/ledger-zxlib b/deps/ledger-zxlib index 398b176..9e9cb2b 160000 --- a/deps/ledger-zxlib +++ b/deps/ledger-zxlib @@ -1 +1 @@ -Subproject commit 398b1768f39c50c52cb68d2b9d597989753cd73a +Subproject commit 9e9cb2b21fdf94a6b1f7d71ee6f89ca8101712ce diff --git a/deps/nanos-secure-sdk b/deps/nanos-secure-sdk index 62dd047..74ca336 160000 --- a/deps/nanos-secure-sdk +++ b/deps/nanos-secure-sdk @@ -1 +1 @@ -Subproject commit 62dd047774b5e8a6b4e6158b493ee029453b5bae +Subproject commit 74ca336caa23db2c64cc42424ac9e32f6988df09 diff --git a/deps/nanosplus-secure-sdk b/deps/nanosplus-secure-sdk index 21d0ad3..bb464fd 160000 --- a/deps/nanosplus-secure-sdk +++ b/deps/nanosplus-secure-sdk @@ -1 +1 @@ -Subproject commit 21d0ad3093da5aa905795b6ba2a66dbfc576cabd +Subproject commit bb464fd715526c55e062d630ff1e657b1aa8948d diff --git a/deps/nanox-secure-sdk b/deps/nanox-secure-sdk index 21d0ad3..bb464fd 160000 --- a/deps/nanox-secure-sdk +++ b/deps/nanox-secure-sdk @@ -1 +1 @@ -Subproject commit 21d0ad3093da5aa905795b6ba2a66dbfc576cabd +Subproject commit bb464fd715526c55e062d630ff1e657b1aa8948d diff --git a/tests_zemu/package.json b/tests_zemu/package.json index 46d74a2..baded00 100644 --- a/tests_zemu/package.json +++ b/tests_zemu/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@zondax/ledger-lisk": "../js", - "@zondax/zemu": "^0.47.0" + "@zondax/zemu": "^0.48.0" }, "devDependencies": { "@types/jest": "^29.5.12", diff --git a/tests_zemu/snapshots/s-claim_message/00003.png b/tests_zemu/snapshots/s-claim_message/00003.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-claim_message/00003.png and b/tests_zemu/snapshots/s-claim_message/00003.png differ diff --git a/tests_zemu/snapshots/s-claim_message/00004.png b/tests_zemu/snapshots/s-claim_message/00004.png index bbd2ab0..791ce0e 100644 Binary files a/tests_zemu/snapshots/s-claim_message/00004.png and b/tests_zemu/snapshots/s-claim_message/00004.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00000.png b/tests_zemu/snapshots/s-mainmenu/00000.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00000.png and b/tests_zemu/snapshots/s-mainmenu/00000.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00004.png b/tests_zemu/snapshots/s-mainmenu/00004.png index 4297c24..74ac510 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00004.png and b/tests_zemu/snapshots/s-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00010.png b/tests_zemu/snapshots/s-mainmenu/00010.png index 4297c24..74ac510 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00010.png and b/tests_zemu/snapshots/s-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00012.png b/tests_zemu/snapshots/s-mainmenu/00012.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00012.png and b/tests_zemu/snapshots/s-mainmenu/00012.png differ diff --git a/tests_zemu/snapshots/s-show_address/00003.png b/tests_zemu/snapshots/s-show_address/00003.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-show_address/00003.png and b/tests_zemu/snapshots/s-show_address/00003.png differ diff --git a/tests_zemu/snapshots/s-show_address_reject/00004.png b/tests_zemu/snapshots/s-show_address_reject/00004.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-show_address_reject/00004.png and b/tests_zemu/snapshots/s-show_address_reject/00004.png differ diff --git a/tests_zemu/snapshots/s-sign_auth_multisig/00023.png b/tests_zemu/snapshots/s-sign_auth_multisig/00023.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_auth_multisig/00023.png and b/tests_zemu/snapshots/s-sign_auth_multisig/00023.png differ diff --git a/tests_zemu/snapshots/s-sign_auth_multisig_expert/00060.png b/tests_zemu/snapshots/s-sign_auth_multisig_expert/00060.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_auth_multisig_expert/00060.png and b/tests_zemu/snapshots/s-sign_auth_multisig_expert/00060.png differ diff --git a/tests_zemu/snapshots/s-sign_crosschain_transfer/00009.png b/tests_zemu/snapshots/s-sign_crosschain_transfer/00009.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_crosschain_transfer/00009.png and b/tests_zemu/snapshots/s-sign_crosschain_transfer/00009.png differ diff --git a/tests_zemu/snapshots/s-sign_crosschain_transfer_expert/00014.png b/tests_zemu/snapshots/s-sign_crosschain_transfer_expert/00014.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_crosschain_transfer_expert/00014.png and b/tests_zemu/snapshots/s-sign_crosschain_transfer_expert/00014.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_main_cc/00005.png b/tests_zemu/snapshots/s-sign_interop_main_cc/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_main_cc/00005.png and b/tests_zemu/snapshots/s-sign_interop_main_cc/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_main_cc_expert/00006.png b/tests_zemu/snapshots/s-sign_interop_main_cc_expert/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_main_cc_expert/00006.png and b/tests_zemu/snapshots/s-sign_interop_main_cc_expert/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_main_reg/00006.png b/tests_zemu/snapshots/s-sign_interop_main_reg/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_main_reg/00006.png and b/tests_zemu/snapshots/s-sign_interop_main_reg/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_main_reg_expert/00007.png b/tests_zemu/snapshots/s-sign_interop_main_reg_expert/00007.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_main_reg_expert/00007.png and b/tests_zemu/snapshots/s-sign_interop_main_reg_expert/00007.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_msg_recovery/00005.png b/tests_zemu/snapshots/s-sign_interop_msg_recovery/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_msg_recovery/00005.png and b/tests_zemu/snapshots/s-sign_interop_msg_recovery/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_msg_recovery_expert/00006.png b/tests_zemu/snapshots/s-sign_interop_msg_recovery_expert/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_msg_recovery_expert/00006.png and b/tests_zemu/snapshots/s-sign_interop_msg_recovery_expert/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_msg_recovery_init/00005.png b/tests_zemu/snapshots/s-sign_interop_msg_recovery_init/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_msg_recovery_init/00005.png and b/tests_zemu/snapshots/s-sign_interop_msg_recovery_init/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_msg_recovery_init_expert/00006.png b/tests_zemu/snapshots/s-sign_interop_msg_recovery_init_expert/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_msg_recovery_init_expert/00006.png and b/tests_zemu/snapshots/s-sign_interop_msg_recovery_init_expert/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_side_cc/00005.png b/tests_zemu/snapshots/s-sign_interop_side_cc/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_side_cc/00005.png and b/tests_zemu/snapshots/s-sign_interop_side_cc/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_side_cc_expert/00006.png b/tests_zemu/snapshots/s-sign_interop_side_cc_expert/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_side_cc_expert/00006.png and b/tests_zemu/snapshots/s-sign_interop_side_cc_expert/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_side_reg/00005.png b/tests_zemu/snapshots/s-sign_interop_side_reg/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_side_reg/00005.png and b/tests_zemu/snapshots/s-sign_interop_side_reg/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_side_reg_expert/00007.png b/tests_zemu/snapshots/s-sign_interop_side_reg_expert/00007.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_side_reg_expert/00007.png and b/tests_zemu/snapshots/s-sign_interop_side_reg_expert/00007.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_state_recovery/00006.png b/tests_zemu/snapshots/s-sign_interop_state_recovery/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_state_recovery/00006.png and b/tests_zemu/snapshots/s-sign_interop_state_recovery/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_state_recovery_expert/00007.png b/tests_zemu/snapshots/s-sign_interop_state_recovery_expert/00007.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_state_recovery_expert/00007.png and b/tests_zemu/snapshots/s-sign_interop_state_recovery_expert/00007.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_state_recovery_init/00005.png b/tests_zemu/snapshots/s-sign_interop_state_recovery_init/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_state_recovery_init/00005.png and b/tests_zemu/snapshots/s-sign_interop_state_recovery_init/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_interop_state_recovery_init_expert/00006.png b/tests_zemu/snapshots/s-sign_interop_state_recovery_init_expert/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_interop_state_recovery_init_expert/00006.png and b/tests_zemu/snapshots/s-sign_interop_state_recovery_init_expert/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_legacy_reclaim/00005.png b/tests_zemu/snapshots/s-sign_legacy_reclaim/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_legacy_reclaim/00005.png and b/tests_zemu/snapshots/s-sign_legacy_reclaim/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_legacy_reclaim_expert/00006.png b/tests_zemu/snapshots/s-sign_legacy_reclaim_expert/00006.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_legacy_reclaim_expert/00006.png and b/tests_zemu/snapshots/s-sign_legacy_reclaim_expert/00006.png differ diff --git a/tests_zemu/snapshots/s-sign_legacy_registerkeys/00004.png b/tests_zemu/snapshots/s-sign_legacy_registerkeys/00004.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_legacy_registerkeys/00004.png and b/tests_zemu/snapshots/s-sign_legacy_registerkeys/00004.png differ diff --git a/tests_zemu/snapshots/s-sign_legacy_registerkeys_expert/00016.png b/tests_zemu/snapshots/s-sign_legacy_registerkeys_expert/00016.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_legacy_registerkeys_expert/00016.png and b/tests_zemu/snapshots/s-sign_legacy_registerkeys_expert/00016.png differ diff --git a/tests_zemu/snapshots/s-sign_message/00003.png b/tests_zemu/snapshots/s-sign_message/00003.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_message/00003.png and b/tests_zemu/snapshots/s-sign_message/00003.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_regValidator/00005.png b/tests_zemu/snapshots/s-sign_pos_regValidator/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_regValidator/00005.png and b/tests_zemu/snapshots/s-sign_pos_regValidator/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_regValidator_expert/00017.png b/tests_zemu/snapshots/s-sign_pos_regValidator_expert/00017.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_regValidator_expert/00017.png and b/tests_zemu/snapshots/s-sign_pos_regValidator_expert/00017.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_report_mis/00004.png b/tests_zemu/snapshots/s-sign_pos_report_mis/00004.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_report_mis/00004.png and b/tests_zemu/snapshots/s-sign_pos_report_mis/00004.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_report_mis_expert/00005.png b/tests_zemu/snapshots/s-sign_pos_report_mis_expert/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_report_mis_expert/00005.png and b/tests_zemu/snapshots/s-sign_pos_report_mis_expert/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_stake/00010.png b/tests_zemu/snapshots/s-sign_pos_stake/00010.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_stake/00010.png and b/tests_zemu/snapshots/s-sign_pos_stake/00010.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_stake_expert/00011.png b/tests_zemu/snapshots/s-sign_pos_stake_expert/00011.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_stake_expert/00011.png and b/tests_zemu/snapshots/s-sign_pos_stake_expert/00011.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_unlock/00004.png b/tests_zemu/snapshots/s-sign_pos_unlock/00004.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_unlock/00004.png and b/tests_zemu/snapshots/s-sign_pos_unlock/00004.png differ diff --git a/tests_zemu/snapshots/s-sign_pos_unlock_expert/00005.png b/tests_zemu/snapshots/s-sign_pos_unlock_expert/00005.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_pos_unlock_expert/00005.png and b/tests_zemu/snapshots/s-sign_pos_unlock_expert/00005.png differ diff --git a/tests_zemu/snapshots/s-sign_token_transfer/00008.png b/tests_zemu/snapshots/s-sign_token_transfer/00008.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_token_transfer/00008.png and b/tests_zemu/snapshots/s-sign_token_transfer/00008.png differ diff --git a/tests_zemu/snapshots/s-sign_token_transfer_expert/00011.png b/tests_zemu/snapshots/s-sign_token_transfer_expert/00011.png index bbd2ab0..d4ea21c 100644 Binary files a/tests_zemu/snapshots/s-sign_token_transfer_expert/00011.png and b/tests_zemu/snapshots/s-sign_token_transfer_expert/00011.png differ diff --git a/tests_zemu/snapshots/sp-claim_message/00004.png b/tests_zemu/snapshots/sp-claim_message/00004.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-claim_message/00004.png and b/tests_zemu/snapshots/sp-claim_message/00004.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00000.png b/tests_zemu/snapshots/sp-mainmenu/00000.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00000.png and b/tests_zemu/snapshots/sp-mainmenu/00000.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00004.png b/tests_zemu/snapshots/sp-mainmenu/00004.png index ebfa048..81ea1a4 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00004.png and b/tests_zemu/snapshots/sp-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00010.png b/tests_zemu/snapshots/sp-mainmenu/00010.png index ebfa048..81ea1a4 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00010.png and b/tests_zemu/snapshots/sp-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00012.png b/tests_zemu/snapshots/sp-mainmenu/00012.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00012.png and b/tests_zemu/snapshots/sp-mainmenu/00012.png differ diff --git a/tests_zemu/snapshots/sp-show_address/00003.png b/tests_zemu/snapshots/sp-show_address/00003.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-show_address/00003.png and b/tests_zemu/snapshots/sp-show_address/00003.png differ diff --git a/tests_zemu/snapshots/sp-show_address_reject/00004.png b/tests_zemu/snapshots/sp-show_address_reject/00004.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-show_address_reject/00004.png and b/tests_zemu/snapshots/sp-show_address_reject/00004.png differ diff --git a/tests_zemu/snapshots/sp-sign_auth_multisig/00024.png b/tests_zemu/snapshots/sp-sign_auth_multisig/00024.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_auth_multisig/00024.png and b/tests_zemu/snapshots/sp-sign_auth_multisig/00024.png differ diff --git a/tests_zemu/snapshots/sp-sign_auth_multisig_expert/00052.png b/tests_zemu/snapshots/sp-sign_auth_multisig_expert/00052.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_auth_multisig_expert/00052.png and b/tests_zemu/snapshots/sp-sign_auth_multisig_expert/00052.png differ diff --git a/tests_zemu/snapshots/sp-sign_crosschain_transfer/00009.png b/tests_zemu/snapshots/sp-sign_crosschain_transfer/00009.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_crosschain_transfer/00009.png and b/tests_zemu/snapshots/sp-sign_crosschain_transfer/00009.png differ diff --git a/tests_zemu/snapshots/sp-sign_crosschain_transfer_expert/00014.png b/tests_zemu/snapshots/sp-sign_crosschain_transfer_expert/00014.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_crosschain_transfer_expert/00014.png and b/tests_zemu/snapshots/sp-sign_crosschain_transfer_expert/00014.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_main_cc/00006.png b/tests_zemu/snapshots/sp-sign_interop_main_cc/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_main_cc/00006.png and b/tests_zemu/snapshots/sp-sign_interop_main_cc/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_main_cc_expert/00007.png b/tests_zemu/snapshots/sp-sign_interop_main_cc_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_main_cc_expert/00007.png and b/tests_zemu/snapshots/sp-sign_interop_main_cc_expert/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_main_reg/00007.png b/tests_zemu/snapshots/sp-sign_interop_main_reg/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_main_reg/00007.png and b/tests_zemu/snapshots/sp-sign_interop_main_reg/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_main_reg_expert/00008.png b/tests_zemu/snapshots/sp-sign_interop_main_reg_expert/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_main_reg_expert/00008.png and b/tests_zemu/snapshots/sp-sign_interop_main_reg_expert/00008.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_msg_recovery/00006.png b/tests_zemu/snapshots/sp-sign_interop_msg_recovery/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_msg_recovery/00006.png and b/tests_zemu/snapshots/sp-sign_interop_msg_recovery/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_msg_recovery_expert/00007.png b/tests_zemu/snapshots/sp-sign_interop_msg_recovery_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_msg_recovery_expert/00007.png and b/tests_zemu/snapshots/sp-sign_interop_msg_recovery_expert/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init/00006.png b/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init/00006.png and b/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init_expert/00007.png b/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init_expert/00007.png and b/tests_zemu/snapshots/sp-sign_interop_msg_recovery_init_expert/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_side_cc/00006.png b/tests_zemu/snapshots/sp-sign_interop_side_cc/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_side_cc/00006.png and b/tests_zemu/snapshots/sp-sign_interop_side_cc/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_side_cc_expert/00007.png b/tests_zemu/snapshots/sp-sign_interop_side_cc_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_side_cc_expert/00007.png and b/tests_zemu/snapshots/sp-sign_interop_side_cc_expert/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_side_reg/00006.png b/tests_zemu/snapshots/sp-sign_interop_side_reg/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_side_reg/00006.png and b/tests_zemu/snapshots/sp-sign_interop_side_reg/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_side_reg_expert/00008.png b/tests_zemu/snapshots/sp-sign_interop_side_reg_expert/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_side_reg_expert/00008.png and b/tests_zemu/snapshots/sp-sign_interop_side_reg_expert/00008.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_state_recovery/00007.png b/tests_zemu/snapshots/sp-sign_interop_state_recovery/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_state_recovery/00007.png and b/tests_zemu/snapshots/sp-sign_interop_state_recovery/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_state_recovery_expert/00008.png b/tests_zemu/snapshots/sp-sign_interop_state_recovery_expert/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_state_recovery_expert/00008.png and b/tests_zemu/snapshots/sp-sign_interop_state_recovery_expert/00008.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_state_recovery_init/00006.png b/tests_zemu/snapshots/sp-sign_interop_state_recovery_init/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_state_recovery_init/00006.png and b/tests_zemu/snapshots/sp-sign_interop_state_recovery_init/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_interop_state_recovery_init_expert/00007.png b/tests_zemu/snapshots/sp-sign_interop_state_recovery_init_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_interop_state_recovery_init_expert/00007.png and b/tests_zemu/snapshots/sp-sign_interop_state_recovery_init_expert/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_legacy_reclaim/00006.png b/tests_zemu/snapshots/sp-sign_legacy_reclaim/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_legacy_reclaim/00006.png and b/tests_zemu/snapshots/sp-sign_legacy_reclaim/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_legacy_reclaim_expert/00007.png b/tests_zemu/snapshots/sp-sign_legacy_reclaim_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_legacy_reclaim_expert/00007.png and b/tests_zemu/snapshots/sp-sign_legacy_reclaim_expert/00007.png differ diff --git a/tests_zemu/snapshots/sp-sign_legacy_registerkeys/00005.png b/tests_zemu/snapshots/sp-sign_legacy_registerkeys/00005.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_legacy_registerkeys/00005.png and b/tests_zemu/snapshots/sp-sign_legacy_registerkeys/00005.png differ diff --git a/tests_zemu/snapshots/sp-sign_legacy_registerkeys_expert/00014.png b/tests_zemu/snapshots/sp-sign_legacy_registerkeys_expert/00014.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_legacy_registerkeys_expert/00014.png and b/tests_zemu/snapshots/sp-sign_legacy_registerkeys_expert/00014.png differ diff --git a/tests_zemu/snapshots/sp-sign_message/00004.png b/tests_zemu/snapshots/sp-sign_message/00004.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_message/00004.png and b/tests_zemu/snapshots/sp-sign_message/00004.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_regValidator/00006.png b/tests_zemu/snapshots/sp-sign_pos_regValidator/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_regValidator/00006.png and b/tests_zemu/snapshots/sp-sign_pos_regValidator/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_regValidator_expert/00015.png b/tests_zemu/snapshots/sp-sign_pos_regValidator_expert/00015.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_regValidator_expert/00015.png and b/tests_zemu/snapshots/sp-sign_pos_regValidator_expert/00015.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_report_mis/00005.png b/tests_zemu/snapshots/sp-sign_pos_report_mis/00005.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_report_mis/00005.png and b/tests_zemu/snapshots/sp-sign_pos_report_mis/00005.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_report_mis_expert/00006.png b/tests_zemu/snapshots/sp-sign_pos_report_mis_expert/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_report_mis_expert/00006.png and b/tests_zemu/snapshots/sp-sign_pos_report_mis_expert/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_stake/00009.png b/tests_zemu/snapshots/sp-sign_pos_stake/00009.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_stake/00009.png and b/tests_zemu/snapshots/sp-sign_pos_stake/00009.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_stake_expert/00010.png b/tests_zemu/snapshots/sp-sign_pos_stake_expert/00010.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_stake_expert/00010.png and b/tests_zemu/snapshots/sp-sign_pos_stake_expert/00010.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_unlock/00005.png b/tests_zemu/snapshots/sp-sign_pos_unlock/00005.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_unlock/00005.png and b/tests_zemu/snapshots/sp-sign_pos_unlock/00005.png differ diff --git a/tests_zemu/snapshots/sp-sign_pos_unlock_expert/00006.png b/tests_zemu/snapshots/sp-sign_pos_unlock_expert/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_pos_unlock_expert/00006.png and b/tests_zemu/snapshots/sp-sign_pos_unlock_expert/00006.png differ diff --git a/tests_zemu/snapshots/sp-sign_token_transfer/00008.png b/tests_zemu/snapshots/sp-sign_token_transfer/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_token_transfer/00008.png and b/tests_zemu/snapshots/sp-sign_token_transfer/00008.png differ diff --git a/tests_zemu/snapshots/sp-sign_token_transfer_expert/00011.png b/tests_zemu/snapshots/sp-sign_token_transfer_expert/00011.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/sp-sign_token_transfer_expert/00011.png and b/tests_zemu/snapshots/sp-sign_token_transfer_expert/00011.png differ diff --git a/tests_zemu/snapshots/st-claim_message/00003.png b/tests_zemu/snapshots/st-claim_message/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-claim_message/00003.png and b/tests_zemu/snapshots/st-claim_message/00003.png differ diff --git a/tests_zemu/snapshots/st-mainmenu/00000.png b/tests_zemu/snapshots/st-mainmenu/00000.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-mainmenu/00000.png and b/tests_zemu/snapshots/st-mainmenu/00000.png differ diff --git a/tests_zemu/snapshots/st-mainmenu/00001.png b/tests_zemu/snapshots/st-mainmenu/00001.png index 7163686..be58da1 100644 Binary files a/tests_zemu/snapshots/st-mainmenu/00001.png and b/tests_zemu/snapshots/st-mainmenu/00001.png differ diff --git a/tests_zemu/snapshots/st-mainmenu/00002.png b/tests_zemu/snapshots/st-mainmenu/00002.png index 389b9ef..194392b 100644 Binary files a/tests_zemu/snapshots/st-mainmenu/00002.png and b/tests_zemu/snapshots/st-mainmenu/00002.png differ diff --git a/tests_zemu/snapshots/st-mainmenu/00003.png b/tests_zemu/snapshots/st-mainmenu/00003.png index 60df42b..45f90da 100644 Binary files a/tests_zemu/snapshots/st-mainmenu/00003.png and b/tests_zemu/snapshots/st-mainmenu/00003.png differ diff --git a/tests_zemu/snapshots/st-mainmenu/00004.png b/tests_zemu/snapshots/st-mainmenu/00004.png index 389b9ef..194392b 100644 Binary files a/tests_zemu/snapshots/st-mainmenu/00004.png and b/tests_zemu/snapshots/st-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/st-mainmenu/00005.png b/tests_zemu/snapshots/st-mainmenu/00005.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-mainmenu/00005.png and b/tests_zemu/snapshots/st-mainmenu/00005.png differ diff --git a/tests_zemu/snapshots/st-show_address/00000.png b/tests_zemu/snapshots/st-show_address/00000.png index c96dfe7..e5445b7 100644 Binary files a/tests_zemu/snapshots/st-show_address/00000.png and b/tests_zemu/snapshots/st-show_address/00000.png differ diff --git a/tests_zemu/snapshots/st-show_address/00002.png b/tests_zemu/snapshots/st-show_address/00002.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-show_address/00002.png and b/tests_zemu/snapshots/st-show_address/00002.png differ diff --git a/tests_zemu/snapshots/st-show_address_reject/00000.png b/tests_zemu/snapshots/st-show_address_reject/00000.png index c96dfe7..e5445b7 100644 Binary files a/tests_zemu/snapshots/st-show_address_reject/00000.png and b/tests_zemu/snapshots/st-show_address_reject/00000.png differ diff --git a/tests_zemu/snapshots/st-show_address_reject/00003.png b/tests_zemu/snapshots/st-show_address_reject/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-show_address_reject/00003.png and b/tests_zemu/snapshots/st-show_address_reject/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_auth_multisig/00012.png b/tests_zemu/snapshots/st-sign_auth_multisig/00012.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_auth_multisig/00012.png and b/tests_zemu/snapshots/st-sign_auth_multisig/00012.png differ diff --git a/tests_zemu/snapshots/st-sign_auth_multisig_expert/00022.png b/tests_zemu/snapshots/st-sign_auth_multisig_expert/00022.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_auth_multisig_expert/00022.png and b/tests_zemu/snapshots/st-sign_auth_multisig_expert/00022.png differ diff --git a/tests_zemu/snapshots/st-sign_auth_multisig_expert/00023.png b/tests_zemu/snapshots/st-sign_auth_multisig_expert/00023.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_auth_multisig_expert/00023.png differ diff --git a/tests_zemu/snapshots/st-sign_crosschain_transfer/00004.png b/tests_zemu/snapshots/st-sign_crosschain_transfer/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_crosschain_transfer/00004.png and b/tests_zemu/snapshots/st-sign_crosschain_transfer/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_crosschain_transfer_expert/00006.png b/tests_zemu/snapshots/st-sign_crosschain_transfer_expert/00006.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_crosschain_transfer_expert/00006.png and b/tests_zemu/snapshots/st-sign_crosschain_transfer_expert/00006.png differ diff --git a/tests_zemu/snapshots/st-sign_crosschain_transfer_expert/00007.png b/tests_zemu/snapshots/st-sign_crosschain_transfer_expert/00007.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_crosschain_transfer_expert/00007.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_main_cc/00004.png b/tests_zemu/snapshots/st-sign_interop_main_cc/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_main_cc/00004.png and b/tests_zemu/snapshots/st-sign_interop_main_cc/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_main_cc_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_main_cc_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_main_cc_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_main_cc_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_main_cc_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_main_cc_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_main_cc_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_main_reg/00004.png b/tests_zemu/snapshots/st-sign_interop_main_reg/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_main_reg/00004.png and b/tests_zemu/snapshots/st-sign_interop_main_reg/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_main_reg_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_main_reg_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_main_reg_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_main_reg_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_main_reg_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_main_reg_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_main_reg_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_msg_recovery/00003.png b/tests_zemu/snapshots/st-sign_interop_msg_recovery/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_msg_recovery/00003.png and b/tests_zemu/snapshots/st-sign_interop_msg_recovery/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_msg_recovery_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_msg_recovery_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_msg_recovery_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_msg_recovery_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_msg_recovery_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_msg_recovery_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_msg_recovery_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_msg_recovery_init/00004.png b/tests_zemu/snapshots/st-sign_interop_msg_recovery_init/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_msg_recovery_init/00004.png and b/tests_zemu/snapshots/st-sign_interop_msg_recovery_init/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_msg_recovery_init_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_msg_recovery_init_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_msg_recovery_init_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_msg_recovery_init_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_msg_recovery_init_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_msg_recovery_init_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_msg_recovery_init_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_side_cc/00004.png b/tests_zemu/snapshots/st-sign_interop_side_cc/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_side_cc/00004.png and b/tests_zemu/snapshots/st-sign_interop_side_cc/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_side_cc_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_side_cc_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_side_cc_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_side_cc_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_side_cc_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_side_cc_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_side_cc_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_side_reg/00003.png b/tests_zemu/snapshots/st-sign_interop_side_reg/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_side_reg/00003.png and b/tests_zemu/snapshots/st-sign_interop_side_reg/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_side_reg_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_side_reg_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_side_reg_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_side_reg_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_side_reg_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_side_reg_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_side_reg_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_state_recovery/00004.png b/tests_zemu/snapshots/st-sign_interop_state_recovery/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_state_recovery/00004.png and b/tests_zemu/snapshots/st-sign_interop_state_recovery/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_state_recovery_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_state_recovery_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_state_recovery_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_state_recovery_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_state_recovery_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_state_recovery_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_state_recovery_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_state_recovery_init/00004.png b/tests_zemu/snapshots/st-sign_interop_state_recovery_init/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_state_recovery_init/00004.png and b/tests_zemu/snapshots/st-sign_interop_state_recovery_init/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_state_recovery_init_expert/00004.png b/tests_zemu/snapshots/st-sign_interop_state_recovery_init_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_interop_state_recovery_init_expert/00004.png and b/tests_zemu/snapshots/st-sign_interop_state_recovery_init_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_interop_state_recovery_init_expert/00005.png b/tests_zemu/snapshots/st-sign_interop_state_recovery_init_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_interop_state_recovery_init_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_legacy_reclaim/00004.png b/tests_zemu/snapshots/st-sign_legacy_reclaim/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_legacy_reclaim/00004.png and b/tests_zemu/snapshots/st-sign_legacy_reclaim/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_legacy_reclaim_expert/00004.png b/tests_zemu/snapshots/st-sign_legacy_reclaim_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_legacy_reclaim_expert/00004.png and b/tests_zemu/snapshots/st-sign_legacy_reclaim_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_legacy_reclaim_expert/00005.png b/tests_zemu/snapshots/st-sign_legacy_reclaim_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_legacy_reclaim_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_legacy_registerkeys/00003.png b/tests_zemu/snapshots/st-sign_legacy_registerkeys/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_legacy_registerkeys/00003.png and b/tests_zemu/snapshots/st-sign_legacy_registerkeys/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_legacy_registerkeys_expert/00007.png b/tests_zemu/snapshots/st-sign_legacy_registerkeys_expert/00007.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_legacy_registerkeys_expert/00007.png and b/tests_zemu/snapshots/st-sign_legacy_registerkeys_expert/00007.png differ diff --git a/tests_zemu/snapshots/st-sign_legacy_registerkeys_expert/00008.png b/tests_zemu/snapshots/st-sign_legacy_registerkeys_expert/00008.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_legacy_registerkeys_expert/00008.png differ diff --git a/tests_zemu/snapshots/st-sign_message/00003.png b/tests_zemu/snapshots/st-sign_message/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_message/00003.png and b/tests_zemu/snapshots/st-sign_message/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_regValidator/00003.png b/tests_zemu/snapshots/st-sign_pos_regValidator/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_regValidator/00003.png and b/tests_zemu/snapshots/st-sign_pos_regValidator/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_regValidator_expert/00008.png b/tests_zemu/snapshots/st-sign_pos_regValidator_expert/00008.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_regValidator_expert/00008.png and b/tests_zemu/snapshots/st-sign_pos_regValidator_expert/00008.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_regValidator_expert/00009.png b/tests_zemu/snapshots/st-sign_pos_regValidator_expert/00009.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_pos_regValidator_expert/00009.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_report_mis/00003.png b/tests_zemu/snapshots/st-sign_pos_report_mis/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_report_mis/00003.png and b/tests_zemu/snapshots/st-sign_pos_report_mis/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_report_mis_expert/00004.png b/tests_zemu/snapshots/st-sign_pos_report_mis_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_report_mis_expert/00004.png and b/tests_zemu/snapshots/st-sign_pos_report_mis_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_report_mis_expert/00005.png b/tests_zemu/snapshots/st-sign_pos_report_mis_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_pos_report_mis_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_stake/00005.png b/tests_zemu/snapshots/st-sign_pos_stake/00005.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_stake/00005.png and b/tests_zemu/snapshots/st-sign_pos_stake/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_stake_expert/00005.png b/tests_zemu/snapshots/st-sign_pos_stake_expert/00005.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_stake_expert/00005.png and b/tests_zemu/snapshots/st-sign_pos_stake_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_stake_expert/00006.png b/tests_zemu/snapshots/st-sign_pos_stake_expert/00006.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_pos_stake_expert/00006.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_unlock/00003.png b/tests_zemu/snapshots/st-sign_pos_unlock/00003.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_unlock/00003.png and b/tests_zemu/snapshots/st-sign_pos_unlock/00003.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_unlock_expert/00004.png b/tests_zemu/snapshots/st-sign_pos_unlock_expert/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_pos_unlock_expert/00004.png and b/tests_zemu/snapshots/st-sign_pos_unlock_expert/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_pos_unlock_expert/00005.png b/tests_zemu/snapshots/st-sign_pos_unlock_expert/00005.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_pos_unlock_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_token_transfer/00004.png b/tests_zemu/snapshots/st-sign_token_transfer/00004.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_token_transfer/00004.png and b/tests_zemu/snapshots/st-sign_token_transfer/00004.png differ diff --git a/tests_zemu/snapshots/st-sign_token_transfer_expert/00005.png b/tests_zemu/snapshots/st-sign_token_transfer_expert/00005.png index 8df1d5a..d636e20 100644 Binary files a/tests_zemu/snapshots/st-sign_token_transfer_expert/00005.png and b/tests_zemu/snapshots/st-sign_token_transfer_expert/00005.png differ diff --git a/tests_zemu/snapshots/st-sign_token_transfer_expert/00006.png b/tests_zemu/snapshots/st-sign_token_transfer_expert/00006.png new file mode 100644 index 0000000..d636e20 Binary files /dev/null and b/tests_zemu/snapshots/st-sign_token_transfer_expert/00006.png differ diff --git a/tests_zemu/snapshots/x-claim_message/00004.png b/tests_zemu/snapshots/x-claim_message/00004.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-claim_message/00004.png and b/tests_zemu/snapshots/x-claim_message/00004.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00000.png b/tests_zemu/snapshots/x-mainmenu/00000.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00000.png and b/tests_zemu/snapshots/x-mainmenu/00000.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00004.png b/tests_zemu/snapshots/x-mainmenu/00004.png index ebfa048..81ea1a4 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00004.png and b/tests_zemu/snapshots/x-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00010.png b/tests_zemu/snapshots/x-mainmenu/00010.png index ebfa048..81ea1a4 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00010.png and b/tests_zemu/snapshots/x-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00012.png b/tests_zemu/snapshots/x-mainmenu/00012.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00012.png and b/tests_zemu/snapshots/x-mainmenu/00012.png differ diff --git a/tests_zemu/snapshots/x-show_address/00003.png b/tests_zemu/snapshots/x-show_address/00003.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-show_address/00003.png and b/tests_zemu/snapshots/x-show_address/00003.png differ diff --git a/tests_zemu/snapshots/x-show_address_reject/00004.png b/tests_zemu/snapshots/x-show_address_reject/00004.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-show_address_reject/00004.png and b/tests_zemu/snapshots/x-show_address_reject/00004.png differ diff --git a/tests_zemu/snapshots/x-sign_auth_multisig/00024.png b/tests_zemu/snapshots/x-sign_auth_multisig/00024.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_auth_multisig/00024.png and b/tests_zemu/snapshots/x-sign_auth_multisig/00024.png differ diff --git a/tests_zemu/snapshots/x-sign_auth_multisig_expert/00052.png b/tests_zemu/snapshots/x-sign_auth_multisig_expert/00052.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_auth_multisig_expert/00052.png and b/tests_zemu/snapshots/x-sign_auth_multisig_expert/00052.png differ diff --git a/tests_zemu/snapshots/x-sign_crosschain_transfer/00009.png b/tests_zemu/snapshots/x-sign_crosschain_transfer/00009.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_crosschain_transfer/00009.png and b/tests_zemu/snapshots/x-sign_crosschain_transfer/00009.png differ diff --git a/tests_zemu/snapshots/x-sign_crosschain_transfer_expert/00014.png b/tests_zemu/snapshots/x-sign_crosschain_transfer_expert/00014.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_crosschain_transfer_expert/00014.png and b/tests_zemu/snapshots/x-sign_crosschain_transfer_expert/00014.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_main_cc/00006.png b/tests_zemu/snapshots/x-sign_interop_main_cc/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_main_cc/00006.png and b/tests_zemu/snapshots/x-sign_interop_main_cc/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_main_cc_expert/00007.png b/tests_zemu/snapshots/x-sign_interop_main_cc_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_main_cc_expert/00007.png and b/tests_zemu/snapshots/x-sign_interop_main_cc_expert/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_main_reg/00007.png b/tests_zemu/snapshots/x-sign_interop_main_reg/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_main_reg/00007.png and b/tests_zemu/snapshots/x-sign_interop_main_reg/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_main_reg_expert/00008.png b/tests_zemu/snapshots/x-sign_interop_main_reg_expert/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_main_reg_expert/00008.png and b/tests_zemu/snapshots/x-sign_interop_main_reg_expert/00008.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_msg_recovery/00006.png b/tests_zemu/snapshots/x-sign_interop_msg_recovery/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_msg_recovery/00006.png and b/tests_zemu/snapshots/x-sign_interop_msg_recovery/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_msg_recovery_expert/00007.png b/tests_zemu/snapshots/x-sign_interop_msg_recovery_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_msg_recovery_expert/00007.png and b/tests_zemu/snapshots/x-sign_interop_msg_recovery_expert/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_msg_recovery_init/00006.png b/tests_zemu/snapshots/x-sign_interop_msg_recovery_init/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_msg_recovery_init/00006.png and b/tests_zemu/snapshots/x-sign_interop_msg_recovery_init/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_msg_recovery_init_expert/00007.png b/tests_zemu/snapshots/x-sign_interop_msg_recovery_init_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_msg_recovery_init_expert/00007.png and b/tests_zemu/snapshots/x-sign_interop_msg_recovery_init_expert/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_side_cc/00006.png b/tests_zemu/snapshots/x-sign_interop_side_cc/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_side_cc/00006.png and b/tests_zemu/snapshots/x-sign_interop_side_cc/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_side_cc_expert/00007.png b/tests_zemu/snapshots/x-sign_interop_side_cc_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_side_cc_expert/00007.png and b/tests_zemu/snapshots/x-sign_interop_side_cc_expert/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_side_reg/00006.png b/tests_zemu/snapshots/x-sign_interop_side_reg/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_side_reg/00006.png and b/tests_zemu/snapshots/x-sign_interop_side_reg/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_side_reg_expert/00008.png b/tests_zemu/snapshots/x-sign_interop_side_reg_expert/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_side_reg_expert/00008.png and b/tests_zemu/snapshots/x-sign_interop_side_reg_expert/00008.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_state_recovery/00007.png b/tests_zemu/snapshots/x-sign_interop_state_recovery/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_state_recovery/00007.png and b/tests_zemu/snapshots/x-sign_interop_state_recovery/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_state_recovery_expert/00008.png b/tests_zemu/snapshots/x-sign_interop_state_recovery_expert/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_state_recovery_expert/00008.png and b/tests_zemu/snapshots/x-sign_interop_state_recovery_expert/00008.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_state_recovery_init/00006.png b/tests_zemu/snapshots/x-sign_interop_state_recovery_init/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_state_recovery_init/00006.png and b/tests_zemu/snapshots/x-sign_interop_state_recovery_init/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_interop_state_recovery_init_expert/00007.png b/tests_zemu/snapshots/x-sign_interop_state_recovery_init_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_interop_state_recovery_init_expert/00007.png and b/tests_zemu/snapshots/x-sign_interop_state_recovery_init_expert/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_legacy_reclaim/00006.png b/tests_zemu/snapshots/x-sign_legacy_reclaim/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_legacy_reclaim/00006.png and b/tests_zemu/snapshots/x-sign_legacy_reclaim/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_legacy_reclaim_expert/00007.png b/tests_zemu/snapshots/x-sign_legacy_reclaim_expert/00007.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_legacy_reclaim_expert/00007.png and b/tests_zemu/snapshots/x-sign_legacy_reclaim_expert/00007.png differ diff --git a/tests_zemu/snapshots/x-sign_legacy_registerkeys/00005.png b/tests_zemu/snapshots/x-sign_legacy_registerkeys/00005.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_legacy_registerkeys/00005.png and b/tests_zemu/snapshots/x-sign_legacy_registerkeys/00005.png differ diff --git a/tests_zemu/snapshots/x-sign_legacy_registerkeys_expert/00014.png b/tests_zemu/snapshots/x-sign_legacy_registerkeys_expert/00014.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_legacy_registerkeys_expert/00014.png and b/tests_zemu/snapshots/x-sign_legacy_registerkeys_expert/00014.png differ diff --git a/tests_zemu/snapshots/x-sign_message/00004.png b/tests_zemu/snapshots/x-sign_message/00004.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_message/00004.png and b/tests_zemu/snapshots/x-sign_message/00004.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_regValidator/00006.png b/tests_zemu/snapshots/x-sign_pos_regValidator/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_regValidator/00006.png and b/tests_zemu/snapshots/x-sign_pos_regValidator/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_regValidator_expert/00015.png b/tests_zemu/snapshots/x-sign_pos_regValidator_expert/00015.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_regValidator_expert/00015.png and b/tests_zemu/snapshots/x-sign_pos_regValidator_expert/00015.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_report_mis/00005.png b/tests_zemu/snapshots/x-sign_pos_report_mis/00005.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_report_mis/00005.png and b/tests_zemu/snapshots/x-sign_pos_report_mis/00005.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_report_mis_expert/00006.png b/tests_zemu/snapshots/x-sign_pos_report_mis_expert/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_report_mis_expert/00006.png and b/tests_zemu/snapshots/x-sign_pos_report_mis_expert/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_stake/00009.png b/tests_zemu/snapshots/x-sign_pos_stake/00009.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_stake/00009.png and b/tests_zemu/snapshots/x-sign_pos_stake/00009.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_stake_expert/00010.png b/tests_zemu/snapshots/x-sign_pos_stake_expert/00010.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_stake_expert/00010.png and b/tests_zemu/snapshots/x-sign_pos_stake_expert/00010.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_unlock/00005.png b/tests_zemu/snapshots/x-sign_pos_unlock/00005.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_unlock/00005.png and b/tests_zemu/snapshots/x-sign_pos_unlock/00005.png differ diff --git a/tests_zemu/snapshots/x-sign_pos_unlock_expert/00006.png b/tests_zemu/snapshots/x-sign_pos_unlock_expert/00006.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_pos_unlock_expert/00006.png and b/tests_zemu/snapshots/x-sign_pos_unlock_expert/00006.png differ diff --git a/tests_zemu/snapshots/x-sign_token_transfer/00008.png b/tests_zemu/snapshots/x-sign_token_transfer/00008.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_token_transfer/00008.png and b/tests_zemu/snapshots/x-sign_token_transfer/00008.png differ diff --git a/tests_zemu/snapshots/x-sign_token_transfer_expert/00011.png b/tests_zemu/snapshots/x-sign_token_transfer_expert/00011.png index 46c0ebd..11dc470 100644 Binary files a/tests_zemu/snapshots/x-sign_token_transfer_expert/00011.png and b/tests_zemu/snapshots/x-sign_token_transfer_expert/00011.png differ