Skip to content

Commit

Permalink
Update phat contract squid endpoint (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Mar 1, 2024
1 parent 91bb8a5 commit d4d1138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/analytics/src/lib/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const phatOffchainClient = new GraphQLClient(
)

export const phatSquidClient = new GraphQLClient(
'https://squid.subsquid.io/phat-contract-squid/graphql',
'https://subsquid.phala.network/phat-contract-squid/graphql',
)

export const phalaSquidClient = new GraphQLClient(
Expand Down

0 comments on commit d4d1138

Please sign in to comment.