Skip to content

Commit 4c9c210

Browse files
committed
Rollback gnosis network settings
Signed-off-by: cyc60 <[email protected]>
1 parent 16e733c commit 4c9c210

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

oracle/networks.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -336,22 +336,22 @@
336336
),
337337
GNOSIS_CHAIN: dict(
338338
STAKEWISE_SUBGRAPH_URLS=config(
339-
"GNOSIS_STAKEWISE_SUBGRAPH_URLS",
339+
"STAKEWISE_SUBGRAPH_URLS",
340340
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise",
341341
cast=Csv(),
342342
),
343343
ETHEREUM_SUBGRAPH_URLS=config(
344-
"GNOSIS_ETHEREUM_SUBGRAPH_URLS",
344+
"ETHEREUM_SUBGRAPH_URLS",
345345
default="https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum",
346346
cast=Csv(),
347347
),
348348
UNISWAP_V3_SUBGRAPH_URLS=config(
349-
"GNOSIS_UNISWAP_V3_SUBGRAPH_URLS",
349+
"UNISWAP_V3_SUBGRAPH_URLS",
350350
default="",
351351
cast=Csv(),
352352
),
353-
ETH1_ENDPOINT=config("GNOSIS_ETH1_ENDPOINT", default=""),
354-
ETH2_ENDPOINT=config("GNOSIS_ETH2_ENDPOINT", default=""),
353+
ETH1_ENDPOINT=config("ETH1_ENDPOINT", default=""),
354+
ETH2_ENDPOINT=config("ETH2_ENDPOINT", default=""),
355355
VALIDATORS_FETCH_CHUNK_SIZE=config(
356356
"VALIDATORS_FETCH_CHUNK_SIZE",
357357
default=100,

0 commit comments

Comments
 (0)