From b05bd5d1944629f128fd6ecccdf7f22916654e6b Mon Sep 17 00:00:00 2001 From: Sarah GLINER Date: Tue, 14 Nov 2023 15:44:29 +0100 Subject: [PATCH] old_tests: change payout_address now that derivation path has changed --- test/python/test_extension.py | 2 +- test/python/test_fake_signer.py | 2 +- test/python/test_flow_order.py | 2 +- test/python/test_ng_configuration.py | 2 +- test/python/test_swap_bsc_to_btc.py | 2 +- test/python/test_swap_btc_to_etc.py | 2 +- test/python/test_swap_eth_to_btc.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/python/test_extension.py b/test/python/test_extension.py index 2febf996..c07e1b4e 100644 --- a/test/python/test_extension.py +++ b/test/python/test_extension.py @@ -15,7 +15,7 @@ "payin_extra_id": b"", "refund_address": b"0xDad77910DbDFdE764fC21FCD4E74D71bBACA6D8D", "refund_extra_id": b"", - "payout_address": b"bc1qer57ma0fzhqys2cmydhuj9cprf9eg0nw922a8j", + "payout_address": b"bc1qqtl9jlrwcr3fsfcjj2du7pu6fcgaxl5dsw2vyg", "payout_extra_id": b"", "currency_from": "ETH", "currency_to": "BTC", diff --git a/test/python/test_fake_signer.py b/test/python/test_fake_signer.py index 0af9c476..355dd43f 100644 --- a/test/python/test_fake_signer.py +++ b/test/python/test_fake_signer.py @@ -15,7 +15,7 @@ "payin_extra_id": b"", "refund_address": b"0xDad77910DbDFdE764fC21FCD4E74D71bBACA6D8D", "refund_extra_id": b"", - "payout_address": b"bc1qer57ma0fzhqys2cmydhuj9cprf9eg0nw922a8j", + "payout_address": b"bc1qqtl9jlrwcr3fsfcjj2du7pu6fcgaxl5dsw2vyg", "payout_extra_id": b"", "currency_from": "ETH", "currency_to": "BTC", diff --git a/test/python/test_flow_order.py b/test/python/test_flow_order.py index 1881b646..a90edcb9 100644 --- a/test/python/test_flow_order.py +++ b/test/python/test_flow_order.py @@ -16,7 +16,7 @@ "payin_extra_id": b"", "refund_address": b"0xDad77910DbDFdE764fC21FCD4E74D71bBACA6D8D", "refund_extra_id": b"", - "payout_address": b"bc1qer57ma0fzhqys2cmydhuj9cprf9eg0nw922a8j", + "payout_address": b"bc1qqtl9jlrwcr3fsfcjj2du7pu6fcgaxl5dsw2vyg", "payout_extra_id": b"", "currency_from": "ETH", "currency_to": "BTC", diff --git a/test/python/test_ng_configuration.py b/test/python/test_ng_configuration.py index 117332b6..c9d1f09c 100644 --- a/test/python/test_ng_configuration.py +++ b/test/python/test_ng_configuration.py @@ -14,7 +14,7 @@ "payin_extra_id": b"", "refund_address": b"0xDad77910DbDFdE764fC21FCD4E74D71bBACA6D8D", "refund_extra_id": b"", - "payout_address": b"bc1qer57ma0fzhqys2cmydhuj9cprf9eg0nw922a8j", + "payout_address": b"bc1qqtl9jlrwcr3fsfcjj2du7pu6fcgaxl5dsw2vyg", "payout_extra_id": b"", "currency_from": "ETH", "currency_to": "BTC", diff --git a/test/python/test_swap_bsc_to_btc.py b/test/python/test_swap_bsc_to_btc.py index b810caf2..cae4c711 100644 --- a/test/python/test_swap_bsc_to_btc.py +++ b/test/python/test_swap_bsc_to_btc.py @@ -25,7 +25,7 @@ def prepare_exchange(backend, exchange_navigation_helper, amount: str): "payin_extra_id": b"", "refund_address": b"0xDad77910DbDFdE764fC21FCD4E74D71bBACA6D8D", "refund_extra_id": b"", - "payout_address": b"bc1qer57ma0fzhqys2cmydhuj9cprf9eg0nw922a8j", + "payout_address": b"bc1qqtl9jlrwcr3fsfcjj2du7pu6fcgaxl5dsw2vyg", "payout_extra_id": b"", "currency_from": "BSC", "currency_to": "BTC", diff --git a/test/python/test_swap_btc_to_etc.py b/test/python/test_swap_btc_to_etc.py index 6e53b743..7ccbf0fe 100644 --- a/test/python/test_swap_btc_to_etc.py +++ b/test/python/test_swap_btc_to_etc.py @@ -19,7 +19,7 @@ def test_swap_btc_to_etc(backend, exchange_navigation_helper): tx_infos = { "payin_address": "bc1q4uj6h8qmdq5699azdagacptw66p202kn0fte56", - "refund_address": "bc1qer57ma0fzhqys2cmydhuj9cprf9eg0nw922a8j", + "refund_address": "bc1qqtl9jlrwcr3fsfcjj2du7pu6fcgaxl5dsw2vyg", "payout_address": "0x97E22bAc30AAbC10fBEf472B3513812fc717B2fD", "payin_extra_id": "", "refund_extra_id": "", diff --git a/test/python/test_swap_eth_to_btc.py b/test/python/test_swap_eth_to_btc.py index 454dfc6c..4a583a67 100644 --- a/test/python/test_swap_eth_to_btc.py +++ b/test/python/test_swap_eth_to_btc.py @@ -24,7 +24,7 @@ def prepare_exchange(backend, exchange_navigation_helper, amount: str): "payin_extra_id": b"", "refund_address": b"0xDad77910DbDFdE764fC21FCD4E74D71bBACA6D8D", "refund_extra_id": b"", - "payout_address": b"bc1qer57ma0fzhqys2cmydhuj9cprf9eg0nw922a8j", + "payout_address": b"bc1qqtl9jlrwcr3fsfcjj2du7pu6fcgaxl5dsw2vyg", "payout_extra_id": b"", "currency_from": "ETH", "currency_to": "BTC",