Skip to content

Commit

Permalink
Added robonomics rococo parachain endpoint (polkadot-js#4420)
Browse files Browse the repository at this point in the history
  • Loading branch information
akru authored Jan 16, 2021
1 parent 89db6f4 commit 25a3f24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/apps-config/src/api/spec/robonomics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/* eslint-disable sort-keys */

export default {
RefCount: 'u8',
Record: 'Vec<u8>',
TechnicalParam: 'Vec<u8>',
TechnicalReport: 'Vec<u8>',
Expand Down
8 changes: 8 additions & 0 deletions packages/apps-config/src/endpoints/testingRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ export function createRococo (t: TFunction): EndpointOption {
providers: {
PlasmNetwork: 'wss://rpc.rococo.plasmnet.io'
}
},
{
info: 'rococoRobonomics',
paraId: 3000,
text: t('rpc.rococo.robonomics', 'Robonomics PC2', { ns: 'apps-config' }),
providers: {
Airalab: 'wss://rococo.parachain.robonomics.network'
}
}
]
};
Expand Down

0 comments on commit 25a3f24

Please sign in to comment.