Skip to content

Commit

Permalink
remove rococo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Sep 16, 2024
1 parent ba6c917 commit cc35b44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions packages/ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { nodesKhalaSVG } from './logos/khalaSVG'
import { chainsKusamaSVG } from './logos/kusamaSVG '
import { localSVG } from './logos/localSVG'
import { chainsPolkadotCircleSVG } from './logos/polkadot-circleSVG'
import { chainsRococoSVG } from './logos/rococoSVG'
import { phalaSVG } from './logos/phalaSVG'
import { nodesAstarPNG } from './logos/astarPNG'
import { nodesAssetHubSVG } from './logos/assetHubSVG'
Expand Down Expand Up @@ -146,13 +145,13 @@ export const networkList: Record<string, NetworkInfo> = {
httpGraphqlUrl: HTTP_GRAPHQL_URL,
logo: nodesKhalaSVG
},
rococo: {
chainId: 'rococo',
explorerNetworkName: 'rococo',
rpcUrl: 'wss://rococo-rpc.polkadot.io',
httpGraphqlUrl: HTTP_GRAPHQL_URL,
logo: chainsRococoSVG
},
// rococo: {
// chainId: 'rococo',
// explorerNetworkName: 'rococo',
// rpcUrl: 'wss://rococo-rpc.polkadot.io',
// httpGraphqlUrl: HTTP_GRAPHQL_URL,
// logo: chainsRococoSVG
// },
westend: {
chainId: 'westend',
explorerNetworkName: 'westend',
Expand All @@ -165,7 +164,7 @@ export const networkList: Record<string, NetworkInfo> = {
chainId: 'paseo',
explorerNetworkName: 'paseo',
rpcUrl: 'wss://paseo.rpc.amforc.com',
httpGraphqlUrl: 'https://chainsafe.squids.live/multix-arrow/v/v4/graphql',
httpGraphqlUrl: HTTP_GRAPHQL_URL,
logo: paseoSVG
},
amplitude: {
Expand Down Expand Up @@ -237,7 +236,7 @@ export const soloChains: Partial<keyof typeof networkList>[] = [
//joystream
]
export const testChains: Partial<keyof typeof networkList>[] = [
'rococo',
// 'rococo',
'paseo',
'rhala testnet',
'westend',
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 @@ -14,8 +14,8 @@ deploy:
cmd: ['sqd', 'start-asset-hub-kusama']
- name: asset-hub-polkadot-processor
cmd: ['sqd', 'start-asset-hub-polkadot']
- name: rococo-processor
cmd: ['sqd', 'start-rococo']
# - name: rococo-processor
# cmd: ['sqd', 'start-rococo']
- name: kusama-processor
cmd: ['sqd', 'start-kusama']
- name: polkadot-processor
Expand Down

0 comments on commit cc35b44

Please sign in to comment.