diff --git a/src/main.c b/src/main.c index 0d4bbd1e..a658985d 100644 --- a/src/main.c +++ b/src/main.c @@ -72,10 +72,6 @@ void app_main(void) { // Force a return to the main function in order to trigger a full clean restart return; } - - if (G_swap_ctx.state == INITIAL_STATE) { - ui_idle(); - } } } @@ -149,8 +145,10 @@ __attribute__((section(".boot"))) int main(__attribute__((unused)) int arg0) { if (G_previous_cycle_data.had_previous_cycle) { G_previous_cycle_data.had_previous_cycle = false; if (G_previous_cycle_data.was_successful) { + PRINTF("Displaying modal for successful last cycle\n"); display_signing_success(); } else { + PRINTF("Displaying modal for failed last cycle\n"); display_signing_failure(G_previous_cycle_data.appname_last_cycle); } } else { diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00001.png new file mode 100644 index 00000000..f68ce8a9 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00003.png new file mode 100644 index 00000000..68d0d6bd Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_1/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00001.png new file mode 100644 index 00000000..f68ce8a9 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00002.png new file mode 100644 index 00000000..03ae28ac Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00003.png new file mode 100644 index 00000000..6bee1b03 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00004.png new file mode 100644 index 00000000..a45d3e89 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00005.png new file mode 100644 index 00000000..68d0d6bd Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00006.png new file mode 100644 index 00000000..f46d44ea Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00007.png new file mode 100644 index 00000000..c676ad45 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00008.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00008.png new file mode 100644 index 00000000..993ba2c6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00008.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00009.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00009.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00009.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00010.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00010.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_valid_2/00010.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00001.png new file mode 100644 index 00000000..f68ce8a9 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00003.png new file mode 100644 index 00000000..68d0d6bd Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_amount/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00001.png new file mode 100644 index 00000000..f68ce8a9 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00003.png new file mode 100644 index 00000000..68d0d6bd Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_destination/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00001.png new file mode 100644 index 00000000..f68ce8a9 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00003.png new file mode 100644 index 00000000..68d0d6bd Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_fund_wrong_fees/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00001.png new file mode 100644 index 00000000..ae0a2947 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00003.png new file mode 100644 index 00000000..01f7f182 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_1/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00001.png new file mode 100644 index 00000000..ae0a2947 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00002.png new file mode 100644 index 00000000..03ae28ac Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00003.png new file mode 100644 index 00000000..6bee1b03 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00004.png new file mode 100644 index 00000000..a45d3e89 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00005.png new file mode 100644 index 00000000..01f7f182 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00006.png new file mode 100644 index 00000000..f46d44ea Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00007.png new file mode 100644 index 00000000..c676ad45 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00008.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00008.png new file mode 100644 index 00000000..993ba2c6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00008.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00009.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00009.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00009.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00010.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00010.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_valid_2/00010.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00001.png new file mode 100644 index 00000000..ae0a2947 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00003.png new file mode 100644 index 00000000..01f7f182 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_amount/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00001.png new file mode 100644 index 00000000..ae0a2947 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00003.png new file mode 100644 index 00000000..01f7f182 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_destination/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00001.png new file mode 100644 index 00000000..ae0a2947 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00002.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00003.png new file mode 100644 index 00000000..01f7f182 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00004.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00005.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00006.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00007.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_sell_wrong_fees/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00001.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00002.png new file mode 100644 index 00000000..b744ccf6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00003.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00004.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00005.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00006.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_1/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00001.png new file mode 100644 index 00000000..03ae28ac Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00002.png new file mode 100644 index 00000000..6bee1b03 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00003.png new file mode 100644 index 00000000..a45d3e89 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00004.png new file mode 100644 index 00000000..b744ccf6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00005.png new file mode 100644 index 00000000..f46d44ea Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00006.png new file mode 100644 index 00000000..c676ad45 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00007.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00007.png new file mode 100644 index 00000000..993ba2c6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00007.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00008.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00008.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00008.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00009.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00009.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_valid_2/00009.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00001.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00002.png new file mode 100644 index 00000000..b744ccf6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00003.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00004.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00005.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00006.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_amount/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00001.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00002.png new file mode 100644 index 00000000..b744ccf6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00003.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00004.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00005.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00006.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_destination/00006.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00000.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00000.png new file mode 100644 index 00000000..8d84cc70 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00001.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00001.png new file mode 100644 index 00000000..166a0663 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00002.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00002.png new file mode 100644 index 00000000..b744ccf6 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00003.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00003.png new file mode 100644 index 00000000..dab35ac5 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00004.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00004.png new file mode 100644 index 00000000..04a8dff4 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00005.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00005.png new file mode 100644 index 00000000..1c9156c3 Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00006.png b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00006.png new file mode 100644 index 00000000..a0aef4de Binary files /dev/null and b/test/python/snapshots/nanos/test_bsc_legacy_swap_wrong_fees/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_1/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00002.png new file mode 100644 index 00000000..80055324 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00004.png new file mode 100644 index 00000000..5d51a32b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_valid_2/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_amount/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_destination/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_fund_wrong_fees/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_1/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00002.png new file mode 100644 index 00000000..80055324 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00004.png new file mode 100644 index 00000000..5d51a32b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_valid_2/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_amount/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_destination/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00006.png b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_sell_wrong_fees/00006.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_1/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00001.png new file mode 100644 index 00000000..80055324 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00003.png new file mode 100644 index 00000000..5d51a32b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_valid_2/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00000.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00001.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00002.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00003.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00004.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00005.png b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanosp/test_bsc_legacy_swap_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_1/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00002.png new file mode 100644 index 00000000..80055324 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00004.png new file mode 100644 index 00000000..5d51a32b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_valid_2/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_amount/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_destination/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00001.png new file mode 100644 index 00000000..28a5f8e3 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00003.png new file mode 100644 index 00000000..66adf0b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_fund_wrong_fees/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_1/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00002.png new file mode 100644 index 00000000..80055324 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00004.png new file mode 100644 index 00000000..5d51a32b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_valid_2/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_amount/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_destination/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00001.png new file mode 100644 index 00000000..60ee7698 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00002.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00003.png new file mode 100644 index 00000000..6749f273 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00004.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00005.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00006.png b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00006.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_sell_wrong_fees/00006.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_1/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00001.png new file mode 100644 index 00000000..80055324 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00003.png new file mode 100644 index 00000000..5d51a32b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_valid_2/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_amount/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_destination/00005.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00000.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00000.png new file mode 100644 index 00000000..487ea10f Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00000.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00001.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00001.png new file mode 100644 index 00000000..cd5bd56c Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00001.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00002.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00002.png new file mode 100644 index 00000000..2d2fc70b Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00002.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00003.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00003.png new file mode 100644 index 00000000..0009989a Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00003.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00004.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00004.png new file mode 100644 index 00000000..570ce28d Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00004.png differ diff --git a/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00005.png b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00005.png new file mode 100644 index 00000000..6c4d06b4 Binary files /dev/null and b/test/python/snapshots/nanox/test_bsc_legacy_swap_wrong_fees/00005.png differ diff --git a/test/python/snapshots/stax/test_bsc_fund_wrong_amount/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_fund_wrong_amount/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_fund_wrong_amount/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_fund_wrong_amount/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_fund_wrong_destination/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_fund_wrong_destination/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_fund_wrong_destination/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_fund_wrong_destination/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_fund_wrong_fees/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_fund_wrong_fees/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_fund_wrong_fees/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_fund_wrong_fees/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/post_sign/00000.png new file mode 100644 index 00000000..a21279c8 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00000.png new file mode 100644 index 00000000..99f10f08 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00001.png new file mode 100644 index 00000000..17415a35 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00002.png new file mode 100644 index 00000000..cc15b76f Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_1/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/post_sign/00000.png new file mode 100644 index 00000000..a21279c8 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00000.png new file mode 100644 index 00000000..99f10f08 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00001.png new file mode 100644 index 00000000..19d91852 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00002.png new file mode 100644 index 00000000..0bf91077 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00003.png b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00003.png new file mode 100644 index 00000000..71af598b Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_valid_2/review/00003.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00000.png new file mode 100644 index 00000000..99f10f08 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00001.png new file mode 100644 index 00000000..17415a35 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00002.png new file mode 100644 index 00000000..cc15b76f Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_amount/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00000.png new file mode 100644 index 00000000..99f10f08 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00001.png new file mode 100644 index 00000000..17415a35 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00002.png new file mode 100644 index 00000000..cc15b76f Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_destination/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00000.png new file mode 100644 index 00000000..99f10f08 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00001.png new file mode 100644 index 00000000..17415a35 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00002.png new file mode 100644 index 00000000..cc15b76f Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_fund_wrong_fees/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/post_sign/00000.png new file mode 100644 index 00000000..a21279c8 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00000.png new file mode 100644 index 00000000..8f0b6ff3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00001.png new file mode 100644 index 00000000..1eb4563b Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00002.png new file mode 100644 index 00000000..ce209c8d Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_1/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/post_sign/00000.png new file mode 100644 index 00000000..a21279c8 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00000.png new file mode 100644 index 00000000..8f0b6ff3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00001.png new file mode 100644 index 00000000..4f5cda27 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00002.png new file mode 100644 index 00000000..0bf91077 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00003.png b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00003.png new file mode 100644 index 00000000..aef1e085 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_valid_2/review/00003.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00000.png new file mode 100644 index 00000000..8f0b6ff3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00001.png new file mode 100644 index 00000000..1eb4563b Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00002.png new file mode 100644 index 00000000..ce209c8d Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_amount/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00000.png new file mode 100644 index 00000000..8f0b6ff3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00001.png new file mode 100644 index 00000000..1eb4563b Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00002.png new file mode 100644 index 00000000..ce209c8d Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_destination/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00000.png new file mode 100644 index 00000000..8f0b6ff3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00001.png new file mode 100644 index 00000000..1eb4563b Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00002.png new file mode 100644 index 00000000..ce209c8d Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_sell_wrong_fees/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/post_sign/00000.png new file mode 100644 index 00000000..a21279c8 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00000.png new file mode 100644 index 00000000..c5fd2608 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00001.png new file mode 100644 index 00000000..d6467d2a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00002.png new file mode 100644 index 00000000..76ceb489 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_1/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/post_sign/00000.png new file mode 100644 index 00000000..a21279c8 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00000.png new file mode 100644 index 00000000..c5fd2608 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00001.png new file mode 100644 index 00000000..ab556702 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00002.png new file mode 100644 index 00000000..76ceb489 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_valid_2/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00000.png new file mode 100644 index 00000000..c5fd2608 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00001.png new file mode 100644 index 00000000..d6467d2a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00002.png new file mode 100644 index 00000000..76ceb489 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_amount/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00000.png new file mode 100644 index 00000000..c5fd2608 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00001.png new file mode 100644 index 00000000..d6467d2a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00002.png new file mode 100644 index 00000000..76ceb489 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_destination/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/post_sign/00000.png new file mode 100644 index 00000000..0aaaacd3 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/post_sign/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/post_sign/00001.png new file mode 100644 index 00000000..3599465a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/post_sign/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00000.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00000.png new file mode 100644 index 00000000..c5fd2608 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00001.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00001.png new file mode 100644 index 00000000..d6467d2a Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00001.png differ diff --git a/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00002.png b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00002.png new file mode 100644 index 00000000..76ceb489 Binary files /dev/null and b/test/python/snapshots/stax/test_bsc_legacy_swap_wrong_fees/review/00002.png differ diff --git a/test/python/snapshots/stax/test_bsc_sell_wrong_amount/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_sell_wrong_amount/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_sell_wrong_amount/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_sell_wrong_amount/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_sell_wrong_destination/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_sell_wrong_destination/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_sell_wrong_destination/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_sell_wrong_destination/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_sell_wrong_fees/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_sell_wrong_fees/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_sell_wrong_fees/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_sell_wrong_fees/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_swap_wrong_amount/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_swap_wrong_amount/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_swap_wrong_amount/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_swap_wrong_amount/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_swap_wrong_destination/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_swap_wrong_destination/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_swap_wrong_destination/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_swap_wrong_destination/post_sign/00000.png differ diff --git a/test/python/snapshots/stax/test_bsc_swap_wrong_fees/post_sign/00000.png b/test/python/snapshots/stax/test_bsc_swap_wrong_fees/post_sign/00000.png index 0aaaacd3..8a690871 100644 Binary files a/test/python/snapshots/stax/test_bsc_swap_wrong_fees/post_sign/00000.png and b/test/python/snapshots/stax/test_bsc_swap_wrong_fees/post_sign/00000.png differ diff --git a/test/python/test_bsc.py b/test/python/test_bsc.py index dc15b1aa..6f643f73 100644 --- a/test/python/test_bsc.py +++ b/test/python/test_bsc.py @@ -51,7 +51,7 @@ def test_bsc(self, backend, exchange_navigation_helper, test_to_run): class TestsBSCLegacy: @pytest.mark.parametrize('test_to_run', ALL_TESTS_EXCEPT_MEMO) - def test_bsc(self, backend, exchange_navigation_helper, test_to_run): + def test_bsc_legacy(self, backend, exchange_navigation_helper, test_to_run): # Override CAL to emulate legacy behaviour (use clone instead of Ethereum app) TICKER_ID_TO_CONF["BNB"] = BSC_CONF_LEGACY BSCTests(backend, exchange_navigation_helper).run_test(test_to_run)