Skip to content

Commit

Permalink
chore: update metis v3 subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Aug 5, 2024
1 parent aac8e20 commit 3c213ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const SUSHISWAP_V3_SUBGRAPH_URL: Record<SushiSwapV3ChainId, string> = {
[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-2`,
Expand Down

0 comments on commit 3c213ce

Please sign in to comment.