Skip to content

Commit

Permalink
chore: add paseo coretime RPC (#10919)
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart authored Sep 16, 2024
1 parent ccd0245 commit bb72c0c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { EndpointOption } from './types.js';

import { chainsFrequencyPaseoSVG, chainsHydrationPaseoSVG, chainsLaosSigmaPNG, chainsPaseoPNG, chainsPeoplePolkadotSVG, chainsPopNetworkSVG, chainsXcavatePNG } from '@polkadot/apps-config/ui/logos/chains';
import { chainsCoretimeKusamaSVG, chainsFrequencyPaseoSVG, chainsHydrationPaseoSVG, chainsLaosSigmaPNG, chainsPaseoPNG, chainsPeoplePolkadotSVG, chainsPopNetworkSVG, chainsXcavatePNG } from '@polkadot/apps-config/ui/logos/chains';
import { nodesAjunaPNG, nodesAssetHubSVG, nodesAventusSVG, nodesBajunPNG, nodesBifrostSVG, nodesBridgeHubSVG, nodesDarwiniaKoiSVG, nodesHyperbridgePNG, nodesIntegriteeSVG, nodesKiltPNG, nodesMandalaPNG, nodesMusePNG, nodesNodleSVG, nodesRexSVG } from '@polkadot/apps-config/ui/logos/nodes';

import { PASEO_GENESIS } from '../api/constants.js';
Expand Down Expand Up @@ -289,6 +289,21 @@ export const testParasPaseoCommon: EndpointOption[] = [
logo: nodesBridgeHubSVG
}
},
{
info: 'Coretime',
isPeopleForIdentity: true,
paraId: 1005,
providers: {
ParaNodes: 'wss://paseo-coretime.paranodes.io'
},
relayName: 'paseo',
teleport: [-1],
text: 'Coretime',
ui: {
color: '#113911',
logo: chainsCoretimeKusamaSVG
}
},
{
info: 'PeopleChain',
isPeople: true,
Expand Down

0 comments on commit bb72c0c

Please sign in to comment.