Skip to content

Commit

Permalink
Remove hosted graph settings
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed May 29, 2024
1 parent cb24b2f commit 5136d6c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions oracle/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
MAINNET: dict(
STAKEWISE_SUBGRAPH_URLS=config(
"STAKEWISE_SUBGRAPH_URLS",
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise,https://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet",
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise",
cast=Csv(),
),
ETHEREUM_SUBGRAPH_URLS=config(
"ETHEREUM_SUBGRAPH_URLS",
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum,https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet",
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum",
cast=Csv(),
),
UNISWAP_V3_SUBGRAPH_URLS=config(
"UNISWAP_V3_SUBGRAPH_URLS",
default="https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3,https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-mainnet",
default="https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3",
cast=Csv(),
),
ETH1_ENDPOINT=config("ETH1_ENDPOINT", default=""),
Expand Down Expand Up @@ -84,12 +84,12 @@
HARBOUR_MAINNET: dict(
STAKEWISE_SUBGRAPH_URLS=config(
"STAKEWISE_SUBGRAPH_URLS",
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise-harbour-mainnet,https://api.thegraph.com/subgraphs/name/stakewise/stakewise-harbour-mainnet",
default="https://graph.stakewise.io/subgraphs/name/stakewise/stakewise-harbour-mainnet",
cast=Csv(),
),
ETHEREUM_SUBGRAPH_URLS=config(
"ETHEREUM_SUBGRAPH_URLS",
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum,https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet",
default="https://graph.stakewise.io/subgraphs/name/stakewise/ethereum",
cast=Csv(),
),
UNISWAP_V3_SUBGRAPH_URLS=config(
Expand Down Expand Up @@ -264,12 +264,12 @@
GNOSIS_CHAIN: dict(
STAKEWISE_SUBGRAPH_URLS=config(
"STAKEWISE_SUBGRAPH_URLS",
default="https://api.thegraph.com/subgraphs/name/stakewise/stakewise-gnosis,https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise",
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise",
cast=Csv(),
),
ETHEREUM_SUBGRAPH_URLS=config(
"ETHEREUM_SUBGRAPH_URLS",
default="https://api.thegraph.com/subgraphs/name/stakewise/ethereum-gnosis,https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum",
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum",
cast=Csv(),
),
UNISWAP_V3_SUBGRAPH_URLS=config(
Expand Down

0 comments on commit 5136d6c

Please sign in to comment.