Skip to content

Commit 31a1a6c

Browse files
authored
url change #15 (#17)
1 parent 30dd554 commit 31a1a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

duneanalytics/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__title__ = 'duneanalytics'
33
__description__ = 'Unofficial library for Dune Analytics.'
44
__url__ = 'https://github.com/itzmestar/duneanalytics'
5-
__version__ = '1.2.0'
5+
__version__ = '1.2.1'
66
__build__ = 0x010001
77
__author__ = 'Tarique Anwer'
88
__author_email__ = '[email protected]'

duneanalytics/duneanalytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# --------- Constants --------- #
88

99
BASE_URL = "https://dune.com"
10-
GRAPH_URL = 'https://core-hsr.duneanalytics.com/v1/graphql'
10+
GRAPH_URL = 'https://core-hsr.dune.com/v1/graphql'
1111

1212
# --------- Constants --------- #
1313
logging.basicConfig(

0 commit comments

Comments
 (0)