diff --git a/oracle/networks.py b/oracle/networks.py index 356d5d7..8bd8452 100644 --- a/oracle/networks.py +++ b/oracle/networks.py @@ -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=""), @@ -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( @@ -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(