Skip to content

Commit

Permalink
Near swap: address to be specified in hex and not base58
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 20, 2024
1 parent 9f8afc6 commit 00dcb58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/python/test_near.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class NearTests(ExchangeTestRunner):
valid_destination_memo_1 = ""
valid_destination_2 = "ledger.testnet"
valid_destination_memo_2 = ""
valid_refund = "EFr6nRvgKKeteKoEH7hudt8UHYiu94Liq2yMM7x2AU9U"
#valid_refund = "EFr6nRvgKKeteKoEH7hudt8UHYiu94Liq2yMM7x2AU9U"
valid_refund = "c4f5941e81e071c2fd1dae2e71fd3d859d462484391d9a90bf219211dcbb320f"
valid_refund_memo = ""
valid_send_amount_1 = 1234560000000000000000000000
valid_send_amount_2 = 500000000000000000000000
Expand Down

0 comments on commit 00dcb58

Please sign in to comment.