We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dd554 commit 31a1a6cCopy full SHA for 31a1a6c
duneanalytics/__version__.py
@@ -2,7 +2,7 @@
2
__title__ = 'duneanalytics'
3
__description__ = 'Unofficial library for Dune Analytics.'
4
__url__ = 'https://github.com/itzmestar/duneanalytics'
5
-__version__ = '1.2.0'
+__version__ = '1.2.1'
6
__build__ = 0x010001
7
__author__ = 'Tarique Anwer'
8
__author_email__ = '[email protected]'
duneanalytics/duneanalytics.py
@@ -7,7 +7,7 @@
# --------- Constants --------- #
9
BASE_URL = "https://dune.com"
10
-GRAPH_URL = 'https://core-hsr.duneanalytics.com/v1/graphql'
+GRAPH_URL = 'https://core-hsr.dune.com/v1/graphql'
11
12
13
logging.basicConfig(
0 commit comments