File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 336
336
),
337
337
GNOSIS_CHAIN : dict (
338
338
STAKEWISE_SUBGRAPH_URLS = config (
339
- "GNOSIS_STAKEWISE_SUBGRAPH_URLS " ,
339
+ "STAKEWISE_SUBGRAPH_URLS " ,
340
340
default = "https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise" ,
341
341
cast = Csv (),
342
342
),
343
343
ETHEREUM_SUBGRAPH_URLS = config (
344
- "GNOSIS_ETHEREUM_SUBGRAPH_URLS " ,
344
+ "ETHEREUM_SUBGRAPH_URLS " ,
345
345
default = "https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum" ,
346
346
cast = Csv (),
347
347
),
348
348
UNISWAP_V3_SUBGRAPH_URLS = config (
349
- "GNOSIS_UNISWAP_V3_SUBGRAPH_URLS " ,
349
+ "UNISWAP_V3_SUBGRAPH_URLS " ,
350
350
default = "" ,
351
351
cast = Csv (),
352
352
),
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 = "" ),
355
355
VALIDATORS_FETCH_CHUNK_SIZE = config (
356
356
"VALIDATORS_FETCH_CHUNK_SIZE" ,
357
357
default = 100 ,
You can’t perform that action at this time.
0 commit comments