Skip to content

Commit

Permalink
Fix Mandala PC2 id
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jan 15, 2021
1 parent 7c02dfb commit 2d296b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function createRococo (t: TFunction): EndpointOption {
// add any additional parachains here, alphabetical
{
info: 'rococoAcala',
paraId: 5000,
paraId: 666,
text: t('rpc.rococo.acala', 'Mandala PC2', { ns: 'apps-config' }),
providers: {
Acala: 'wss://rococo-1.acala.laminar.one/ws'
Expand Down

0 comments on commit 2d296b0

Please sign in to comment.