Skip to content

Commit b848384

Browse files
authored
Update dexes.py
1 parent 5140209 commit b848384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dexes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __get_megaton_assets() -> List[Asset]:
6060

6161

6262
def __get_dedust_assets() -> List[Asset]:
63-
url = "https://api.dedust.io/v2/assets"
63+
url = "https://assets.dedust.io/list.json"
6464
response = requests.get(url)
6565
if response.status_code != 200:
6666
logging.error("failed to get dedust assets")

0 commit comments

Comments
 (0)