Skip to content

Commit

Permalink
change robonomics parachains colors
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSheremetev committed Oct 3, 2024
1 parent a9ceb4a commit cc5cb7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
},
text: 'Robonomics',
ui: {
color: '#2949d3',
color: '#000000',
logo: nodesRobonomicsSVG
}
},
Expand Down
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 @@ -733,11 +733,11 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'robonomics',
paraId: 3388,
providers: {
Airalab: 'wss://polkadot.rpc.robonomics.network/' // https://github.com/polkadot-js/apps/issues/10890
Airalab: 'wss://polkadot.rpc.robonomics.network/'
},
text: 'Robonomics',
ui: {
color: '#2949d3',
color: '#e6007a',
logo: nodesRobonomicsSVG
}
},
Expand Down

0 comments on commit cc5cb7a

Please sign in to comment.