Skip to content

Commit

Permalink
Add statemint shell endpoint (polkadot-js#6481)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 4, 2021
1 parent 79e0ff6 commit 8e22101
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,15 @@ export function createPolkadot (t: TFunction): EndpointOption {
linked: [
// (1) system parachains (none available yet)
// ...
// (2) common good, leave as second group (none available yet)
// ...
// (2) all common good parachains
{
info: 'statemint',
paraId: 1000,
text: t('rpc.polkadot.statemint-shell', 'Statemint (Shell)', { ns: 'apps-config' }),
providers: {
Parity: 'wss://statemint-shell.polkadot.io'
}
},
/// (3) parachains with id, see Rococo (info here maps to the actual "named icon")
//
// NOTE: Added alphabetical based on chain name
Expand Down

0 comments on commit 8e22101

Please sign in to comment.