Skip to content

Commit

Permalink
Merge branch 'main' into tbaut-support-anonymous-cross-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Aug 17, 2023
2 parents 9bbba37 + bfd280e commit 85912a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ export const networkList = {
chainId: 'khala',
explorerNetworkName: 'khala',
rpcUrl: 'wss://khala-api.phala.network/ws',
wsGraphqlUrl: 'wss://squid.subsquid.io/multix-large/v/v2/graphql',
httpGraphqlUrl: 'https://squid.subsquid.io/multix-large/v/v2/graphql',
wsGraphqlUrl: 'wss://squid.subsquid.io/multix-khala/v/v1/graphql',
httpGraphqlUrl: 'https://squid.subsquid.io/multix-khala/v/v1/graphql',
logo: nodesKhalaSVG
} as NetworkInfo,
// pendulum: {
Expand Down

0 comments on commit 85912a3

Please sign in to comment.