Skip to content

Commit

Permalink
crab config (polkadot-js#6995)
Browse files Browse the repository at this point in the history
* crab config

* update name
  • Loading branch information
sxlwar authored Feb 17, 2022
1 parent 2bf4031 commit 4562902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export function createProduction (t: TFunction, firstOnly: boolean, withSort: bo
text: t('rpc.prod.crab', 'Darwinia Crab', { ns: 'apps-config' }),
providers: {
'Darwinia Network': 'wss://crab-rpc.darwinia.network',
Dwellir: 'wss://darwiniacrab-rpc.dwellir.com'
Dwellir: 'wss://darwiniacrab-rpc.dwellir.com',
OnFinality: 'wss://darwinia-crab.api.onfinality.io/public-ws'
}
},
{
Expand Down
3 changes: 1 addition & 2 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ export function createKusama (t: TFunction): EndpointOption {
{
info: 'crab',
homepage: 'https://crab.network',
isUnreachable: true, // https://github.com/polkadot-js/apps/issues/6794
paraId: 2105,
text: t('rpc.kusama.crab', 'Darwinia Crab', { ns: 'apps-config' }),
text: t('rpc.kusama.crab', 'Darwinia Crab Parachain', { ns: 'apps-config' }),
providers: {
Crab: 'wss://crab-parachain-rpc.darwinia.network/'
}
Expand Down

0 comments on commit 4562902

Please sign in to comment.