Skip to content

Commit

Permalink
Near: Retrieve currency_configuration from cal
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 16, 2024
1 parent c46630c commit acddbb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/python/test_near.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

from .apps.exchange_test_runner import ExchangeTestRunner, ALL_TESTS_EXCEPT_MEMO_AND_FEES
from .apps.near import NearClient, NearErrors
from .apps import cal as cal

# ExchangeTestRunner implementation for Near
class NearTests(ExchangeTestRunner):
currency_ticker = "NEAR"

currency_configuration = cal.NEAR_CURRENCY_CONFIGURATION
valid_destination_1 = "speculos.testnet"
valid_destination_memo_1 = ""
valid_destination_2 = "speculo.testnet"
Expand Down

0 comments on commit acddbb0

Please sign in to comment.