Skip to content

Commit

Permalink
Fix typo in Getgems base URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
nessshon authored May 5, 2024
1 parent a3c7f62 commit 1b83ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bot/utils/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, address: str, name: str = None) -> None:


class GetgemsUrl(BaseUrl):
BASE_URL = "https://gegtems.com/collection"
BASE_URL = "https://getgems.io/collection"

def __init__(self, address: str, name: str = None) -> None:
super().__init__(self.BASE_URL, address, name)
Expand Down

0 comments on commit 1b83ab4

Please sign in to comment.