Skip to content

Commit 5136d6c

Browse files
committed
Remove hosted graph settings
Signed-off-by: cyc60 <[email protected]>
1 parent cb24b2f commit 5136d6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

oracle/networks.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
MAINNET: dict(
2121
STAKEWISE_SUBGRAPH_URLS=config(
2222
"STAKEWISE_SUBGRAPH_URLS",
23-
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise,https://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet",
23+
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise",
2424
cast=Csv(),
2525
),
2626
ETHEREUM_SUBGRAPH_URLS=config(
2727
"ETHEREUM_SUBGRAPH_URLS",
28-
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum,https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet",
28+
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum",
2929
cast=Csv(),
3030
),
3131
UNISWAP_V3_SUBGRAPH_URLS=config(
3232
"UNISWAP_V3_SUBGRAPH_URLS",
33-
default="https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3,https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-mainnet",
33+
default="https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3",
3434
cast=Csv(),
3535
),
3636
ETH1_ENDPOINT=config("ETH1_ENDPOINT", default=""),
@@ -84,12 +84,12 @@
8484
HARBOUR_MAINNET: dict(
8585
STAKEWISE_SUBGRAPH_URLS=config(
8686
"STAKEWISE_SUBGRAPH_URLS",
87-
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise-harbour-mainnet,https://api.thegraph.com/subgraphs/name/stakewise/stakewise-harbour-mainnet",
87+
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise-harbour-mainnet",
8888
cast=Csv(),
8989
),
9090
ETHEREUM_SUBGRAPH_URLS=config(
9191
"ETHEREUM_SUBGRAPH_URLS",
92-
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum,https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet",
92+
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum",
9393
cast=Csv(),
9494
),
9595
UNISWAP_V3_SUBGRAPH_URLS=config(
@@ -264,12 +264,12 @@
264264
GNOSIS_CHAIN: dict(
265265
STAKEWISE_SUBGRAPH_URLS=config(
266266
"STAKEWISE_SUBGRAPH_URLS",
267-
default="https://api.thegraph.com/subgraphs/name/stakewise/stakewise-gnosis,https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise",
267+
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise",
268268
cast=Csv(),
269269
),
270270
ETHEREUM_SUBGRAPH_URLS=config(
271271
"ETHEREUM_SUBGRAPH_URLS",
272-
default="https://api.thegraph.com/subgraphs/name/stakewise/ethereum-gnosis,https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum",
272+
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum",
273273
cast=Csv(),
274274
),
275275
UNISWAP_V3_SUBGRAPH_URLS=config(

0 commit comments

Comments
 (0)