Skip to content

Commit

Permalink
Update subgraph endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Nov 7, 2024
1 parent ef67c47 commit ae513d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/thegraph/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CHAIN_SUBGRAPH_URL: Record<number, string> = {

[SupportedChainId.CELO]: 'https://api.thegraph.com/subgraphs/name/jesse-sawa/uniswap-celo',

[SupportedChainId.LUX]: 'https://graph.lux.network/subgraphs/name/luxfi/uniswap-v3',
[SupportedChainId.LUX]: 'https://graph.lux.network/subgraphs/name/lux/uniswap-v3',
}

const httpLink = new HttpLink({ uri: CHAIN_SUBGRAPH_URL[SupportedChainId.MAINNET] })
Expand Down

0 comments on commit ae513d8

Please sign in to comment.