Skip to content

Commit

Permalink
old_tests: change payout_address now that derivation path has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Nov 15, 2023
1 parent bbdc4d5 commit b05bd5d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/python/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/python/test_fake_signer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/python/test_flow_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/python/test_ng_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/python/test_swap_bsc_to_btc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/python/test_swap_btc_to_etc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion test/python/test_swap_eth_to_btc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b05bd5d

Please sign in to comment.