Skip to content

Commit

Permalink
update rpc for Shadow and Parachain
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jun 27, 2024
1 parent c455e77 commit f84809b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,16 @@ export function createProduction (t: TFunction): LinkOption[] {
info: 'shadow',
text: t('rpc.crust.network', 'Crust Shadow', { ns: 'apps-config' }),
providers: {
'Crust Network': 'wss://crust-shadow'
'Crust Network 1': 'wss://rpc-sha-subscan.crust.network',
'Crust Network 2': 'wss://rpc-sha-subscan.crustnetwork.xyz',
}
},
{
info: 'crustParachain',
text: t('rpc.crust.network', 'Crust Parachain', { ns: 'apps-config' }),
providers: {
'Crust Network': 'wss://crust-parachain.crustapps.net'
'Crust Network 1': 'wss://crust-parachain.crustapps.net',
'Crust Network 2': 'wss://crust-parachain.crustnetwork.xyz'
}
}
]);
Expand Down

0 comments on commit f84809b

Please sign in to comment.