Skip to content

Commit abbdb23

Browse files
committed
chore: update base graph host
1 parent 3afd857 commit abbdb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/graph/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const SQUID_HOST: Record<number | string, string> = {
1919
[ParachainId.BIFROST_KUSAMA]: `${SQUID_HOST_ENDPOINT}/zenlink-bifrost-kusama-squid/graphql`,
2020
[ParachainId.BIFROST_POLKADOT]: `${SQUID_HOST_ENDPOINT}/zenlink-bifrost-polkadot/graphql`,
2121
[ParachainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-arbitrum-one',
22-
[ParachainId.BASE]: 'https://api.thegraph.com/subgraphs/name/messari/uniswap-v3-base',
22+
[ParachainId.BASE]: 'https://api.studio.thegraph.com/query/48211/uniswap-v3-base/version/latest',
2323
[ParachainId.AMPLITUDE]: `${SQUID_HOST_ENDPOINT}/amplitude-squid/graphql`,
2424
[ParachainId.PENDULUM]: 'https://pendulum.squids.live/pendulum-squid/graphql',
2525
}

0 commit comments

Comments
 (0)