Skip to content

Commit

Permalink
add crab dwellir rpc (polkadot-js#6969)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlwar authored Feb 11, 2022
1 parent 201bd49 commit ef799c7
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -90,7 +90,8 @@ export function createProduction (t: TFunction, firstOnly: boolean, withSort: bo
info: 'crab',
text: t('rpc.prod.crab', 'Darwinia Crab', { ns: 'apps-config' }),
providers: {
'Darwinia Network': 'wss://crab-rpc.darwinia.network'
'Darwinia Network': 'wss://crab-rpc.darwinia.network',
Dwellir: 'wss://darwiniacrab-rpc.dwellir.com'
}
},
{
Expand Down

0 comments on commit ef799c7

Please sign in to comment.