Skip to content

Commit

Permalink
Rollback gnosis network settings
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed May 30, 2024
1 parent 16e733c commit 4c9c210
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions oracle/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,22 +336,22 @@
),
GNOSIS_CHAIN: dict(
STAKEWISE_SUBGRAPH_URLS=config(
"GNOSIS_STAKEWISE_SUBGRAPH_URLS",
"STAKEWISE_SUBGRAPH_URLS",
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise",
cast=Csv(),
),
ETHEREUM_SUBGRAPH_URLS=config(
"GNOSIS_ETHEREUM_SUBGRAPH_URLS",
"ETHEREUM_SUBGRAPH_URLS",
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum",
cast=Csv(),
),
UNISWAP_V3_SUBGRAPH_URLS=config(
"GNOSIS_UNISWAP_V3_SUBGRAPH_URLS",
"UNISWAP_V3_SUBGRAPH_URLS",
default="",
cast=Csv(),
),
ETH1_ENDPOINT=config("GNOSIS_ETH1_ENDPOINT", default=""),
ETH2_ENDPOINT=config("GNOSIS_ETH2_ENDPOINT", default=""),
ETH1_ENDPOINT=config("ETH1_ENDPOINT", default=""),
ETH2_ENDPOINT=config("ETH2_ENDPOINT", default=""),
VALIDATORS_FETCH_CHUNK_SIZE=config(
"VALIDATORS_FETCH_CHUNK_SIZE",
default=100,
Expand Down

0 comments on commit 4c9c210

Please sign in to comment.