Skip to content

Commit

Permalink
Fix endpoint robonomics network productionRelayPolkadot.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSheremetev committed Jul 21, 2024
1 parent f968d86 commit 3fca4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,11 +716,11 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
}
},
{
homepage: 'http://robonomics.network/'
homepage: 'http://robonomics.network/',
info: 'robonomics',
paraId: 3388,
providers: {
Airalab: 'wss://polkadot.rpc.robonomics.network/',
Airalab: 'wss://polkadot.rpc.robonomics.network/'
},
text: 'Robonomics',
ui: {
Expand Down

0 comments on commit 3fca4ee

Please sign in to comment.