Skip to content

Commit

Permalink
Use Rhala on rococo (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Nov 27, 2023
1 parent 4a63d90 commit 6c1db09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const networkList = {
'rhala testnet': {
chainId: 'rhala',
explorerNetworkName: '',
rpcUrl: 'wss://subbridge-test.phala.network/rhala/ws',
rpcUrl: 'wss://rhala-node.phala.network/ws',
wsGraphqlUrl: 'wss://squid.subsquid.io/multix-arrow/v/v2/graphql',
httpGraphqlUrl: 'https://squid.subsquid.io/multix-arrow/v/v2/graphql',
logo: nodesKhalaSVG
Expand Down
4 changes: 2 additions & 2 deletions squid/squid-manifests/large-squid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ deploy:
cmd: ['sqd', 'start-polkadot']
- name: phala-processor
cmd: ['sqd', 'start-phala']
# - name: rhala-processor
# cmd: ['sqd', 'start-rhala']
- name: rhala-processor
cmd: ['sqd', 'start-rhala']
- name: acala-processor
cmd: ['sqd', 'start-acala']
- name: bifrost-polkadot-processor
Expand Down

0 comments on commit 6c1db09

Please sign in to comment.