Skip to content

Commit

Permalink
Merge pull request #1586 from sushiswap/chore/v3-subraphs
Browse files Browse the repository at this point in the history
chore: update v3 subgraph endpoints
  • Loading branch information
matthewlilley authored Aug 5, 2024
2 parents 501bddc + 3c213ce commit c8c80de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/sushi/src/config/subgraph/hosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const GOLDSKY_COMMUNITY_HOST =
'api.goldsky.com/api/public/project_cl8ylkiw00krx0hvza0qw17vn/subgraphs'
export const WAGMI_METIS_HOST = 'metis.graph.wagmi.com/subgraphs/name'
export const WAGMI_KAVA_HOST = 'kava.graph.wagmi.com/subgraphs/name'
export const METIS_0XGRAPH_HOST = 'metisapi.0xgraph.xyz/subgraphs/name'
export const METIS_0XGRAPH_HOST =
'metisapi.0xgraph.xyz/api/public/fc1ae952-7a36-44ac-9e9b-f46d70cedf7d/subgraphs'
export const SKALE_HOST =
'elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name'

Expand Down
8 changes: 4 additions & 4 deletions packages/sushi/src/config/subgraph/subgraphs/sushiswap-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ export const SUSHISWAP_V3_SUBGRAPH_URL: Record<SushiSwapV3ChainId, string> = {
[ChainId.LINEA]: `${DECENTRALIZED_HOST_BY_DEPLOYMENT_ID}/QmNZ9ePvxGRDHAEhb7cLsb3AvtCCPJ3qAwh1CDvDn39RMa`,
[ChainId.SCROLL]: `${DECENTRALIZED_HOST_BY_DEPLOYMENT_ID}/QmR6VP1qoF8nxhtMaGEg9VMmkaTDFqyeM8nJWkakP6nHes`,
[ChainId.ARBITRUM_NOVA]: `${SUSHI_DEDICATED_GOLDSKY_HOST}/sushi-v3/v3-arbitrum-nova/gn`,
[ChainId.THUNDERCORE]: `${THUNDERCORE_HOST}/sushi-v3/v3-thundercore`,
[ChainId.CORE]: `${CORE_HOST}/sushi-v3/v3-core-fix`,
[ChainId.THUNDERCORE]: `${THUNDERCORE_HOST}/sushi-v3/v3-thundercore-2`,
[ChainId.CORE]: `${CORE_HOST}/sushi-v3/v3-core-tvl-fix`,
[ChainId.KAVA]: `${SUSHI_DEDICATED_GOLDSKY_HOST}/sushi-v3/v3-kava/gn`,
[ChainId.METIS]: `${METIS_0XGRAPH_HOST}/sushiswap/v3-metis`,
[ChainId.METIS]: `${METIS_0XGRAPH_HOST}/sushi-v3/v3-metis/v0.0.1/gn`,
[ChainId.BTTC]: `${SUSHI_DEDICATED_GOLDSKY_HOST}/sushi-v3/v3-bttc/gn`,
[ChainId.FILECOIN]: `${FILECOIN_HOST}/sushiswap/v3-filecoin`,
[ChainId.HAQQ]: `${HAQQ_HOST}/sushi/v3-haqq`,
[ChainId.HAQQ]: `${HAQQ_HOST}/sushi/v3-haqq-2`,
[ChainId.ZETACHAIN]: `${SUSHI_GOLDSKY_HOST}/v3-zetachain/1.0.0/gn`,
[ChainId.BLAST]: `${SUSHI_DEDICATED_GOLDSKY_HOST}/sushiswap/v3-blast/gn`,
[ChainId.SKALE_EUROPA]: `${SKALE_HOST}/sushi/v3-skale-europa`,
Expand Down

0 comments on commit c8c80de

Please sign in to comment.