Skip to content

Commit 42f484c

Browse files
authored
Return Robonomics endpoint (#12077)
1 parent 97c6fc4 commit 42f484c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/apps-config/src/endpoints/productionRelayKusama.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,11 +627,11 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
627627
}
628628
},
629629
{
630-
homepage: 'http://robonomics.network/',
630+
homepage: 'https://robonomics.network/',
631631
info: 'robonomics',
632632
paraId: 2048,
633633
providers: {
634-
// Airalab: 'wss://kusama.rpc.robonomics.network/' // https://github.com/polkadot-js/apps/issues/12052
634+
Airalab: 'wss://kusama.rpc.robonomics.network/'
635635
// Leemo: 'wss://robonomics.leemo.me', // https://github.com/polkadot-js/apps/issues/9817
636636
// OnFinality: 'wss://robonomics.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9824
637637
// Samsara: 'wss://robonomics.0xsamsara.com' https://github.com/polkadot-js/apps/issues/11026

0 commit comments

Comments
 (0)