Skip to content

Commit

Permalink
feat(app): migrate to self-hosted subsquid server (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Oct 7, 2023
1 parent 35ee3a4 commit e51a03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/app/components/Delegation/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
} from 'recharts'
import RechartsTooltip from '../RechartsTooltip'

const days = 7
const days = 14

const DelegationChart: FC<{
delegation: DelegationCommonFragment
Expand Down
2 changes: 1 addition & 1 deletion apps/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const KHALA_ENDPOINTS = [
'wss://khala.api.onfinality.io/public-ws',
]
export const KHALA_SUBSQUID_URL =
'https://squid.subsquid.io/khala-computation/graphql'
'https://subsquid.phala.network/khala-computation/graphql'
export const khalaSubsquidClient = new GraphQLClient(KHALA_SUBSQUID_URL)
export const PHALA_ENDPOINTS = [
'wss://phala-rpc.dwellir.com',
Expand Down

0 comments on commit e51a03e

Please sign in to comment.