Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Collectives parachain info #8393

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,15 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
Pinknode: 'wss://public-rpc.pinknode.io/statemint',
RadiumBlock: 'wss://statemint.public.curie.radiumblock.xyz/ws'
}
},
{
info: 'polkadotCollectives',
paraId: 1001,
text: 'Collectives',
teleport: [-1],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Collectives does not support teleportation (or reserve backed transfers) yet. We need paritytech/polkadot#6326 first.

providers: {
Parity: 'wss://polkadot-collectives-rpc.polkadot.io'
}
}
];

Expand Down
2 changes: 2 additions & 0 deletions packages/apps-config/src/ui/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const chainBitgreen = '#224851';
const chainBrainstorm = '#161616';
const chainCalamari = '#000000';
const chainCoinversation = '#e6017a';
const chainCollectives = '#e6777a'; // '#dfcdfc';
const chainCompetitorsClub = '#213830';
const chainComposableFinance = '#C90E8A';
const chainCrab = '#512DBC';
Expand Down Expand Up @@ -300,6 +301,7 @@ export const chainColors: Record<string, string> = Object.entries({
ChainX: chainChainx,
Clover: chainClover,
Coinversation: chainCoinversation,
Collectives: chainCollectives,
'Competitors Club': chainCompetitorsClub,
'Composable Finance': chainComposableFinance,
'Contracts on Rococo': chainRococoContracts,
Expand Down
2 changes: 2 additions & 0 deletions packages/apps-config/src/ui/logos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export const chainLogos = Object.entries({
ChainX: nodeChainx,
'Charcoal Testnet': nodeCentrifuge,
Coinversation: chainCoinversation,
Collectives: chainWestendColl,
'Competitors Club': chainCompetitorsClub,
'Composable Finance': chainComposableFinance,
'Contracts on Rococo': chainRococoContracts,
Expand Down Expand Up @@ -818,6 +819,7 @@ export const namedLogos: Record<string, unknown> = {
pichiu: nodePichiu,
polkadex: nodePolkadex,
polkadot: nodePolkadot,
polkadotCollectives: chainWestendColl,
polkafoundry: nodePolkaFoundry,
polkasmith: nodePolkaSmith,
polymesh: nodePolymesh,
Expand Down