Skip to content

Commit

Permalink
Rename MATIC -> POL on Kucoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Sep 23, 2024
1 parent 4d60ab4 commit cc10001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ hexbytes==0.3.1
packaging>=21
requests==2.31.0
safe-eth-py[django]==6.0.0b34
web3==6.20.0
web3==6.20.3
2 changes: 1 addition & 1 deletion safe_price_service/tokens/clients/kucoin_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_matic_usd_price(self) -> float:
:return: current USD price for MATIC Token
:raises: CannotGetPrice
"""
return self._get_price("MATIC-USDT")
return self._get_price("POL-USDT")

def get_xdc_usd_price(self) -> float:
"""
Expand Down

0 comments on commit cc10001

Please sign in to comment.