File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments