Skip to content

Commit

Permalink
[CCXT] update for ccxt 4.3.56
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jul 4, 2024
1 parent fe0dd1e commit a2ae080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ pur

pylint

ccxt==4.2.95 # use to run test using a specific version of ccxt
ccxt==4.3.56 # use to run test using a specific version of ccxt
2 changes: 1 addition & 1 deletion tests/exchanges/test_coinex.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def test_get_orders_parameters(coinex_exchange):
exchange = exchanges.Coinex(coinex_exchange)
await create_order_tests.create_order_mocked_test_args(
exchange,
exchange_private_post_order_method_name="v1PrivatePostOrderLimit",
exchange_private_post_order_method_name="v2PrivatePostSpotOrder",
exchange_request_referral_key="client_id",
should_contains=True)

Expand Down

0 comments on commit a2ae080

Please sign in to comment.