Skip to content

Commit

Permalink
add imbue to Rococo (polkadot-js#7632)
Browse files Browse the repository at this point in the history
* add imbue to Rococo

* lint errors
  • Loading branch information
samelamin authored May 23, 2022
1 parent d74b129 commit 2ba6357
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/apps-config/src/api/spec/imbue.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Copyright 2017-2022 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';

const definitions: OverrideBundleDefinition = {
types: [
{
// on all versions
minmax: [0, undefined],
types: {
Address: 'MultiAddress',
LookupSource: 'MultiAddress'
}
}
]
};

export default definitions;
2 changes: 2 additions & 0 deletions packages/apps-config/src/api/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import genshiro from './genshiro';
import hanonycash from './hanonycash';
import hydrate from './hydrate';
import idavoll from './idavoll';
import imbue from './imbue';
import integritee from './integritee';
import interbtc from './interbtc';
import ipse from './ipse';
Expand Down Expand Up @@ -190,6 +191,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
heiko: parallel,
'hydra-dx': hydrate,
idavoll,
imbue,
'integritee-parachain': integritee,
'interbtc-parachain': interbtc,
'interbtc-standalone': interbtc,
Expand Down
8 changes: 8 additions & 0 deletions packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ export const testParasRococo: EndpointOption[] = [
Equilibrium: 'wss://parachain-testnet.equilab.io/rococo/collator/node1/wss'
}
},
{
info: 'rococoImbue',
paraId: 3017,
text: 'Imbue Network',
providers: {
'Imbue Network': 'wss://rococo.imbue.network'
}
},
{
info: 'rococoIntegritee',
paraId: 3002,
Expand Down
4 changes: 4 additions & 0 deletions packages/apps-config/src/ui/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const chainGenshiro = '#e8662d';
const chainHanonycash = '#0099CC';
const chainHeiko = '#42d5de';
const chainHydrate = '#000000';
const chainImbue = '#baff36';
const chainInterbtc = '#1a0a2d';
const chainInterlay = '#3E96FF';
const chainIpse = '#08a1e8';
Expand Down Expand Up @@ -172,6 +173,7 @@ const nodeGalital = '#00063F;';
const nodeGamePower = '#5d21a5';
const nodeGeek = '#4f46e5';
const nodeHeiko = '#42d5de';
const nodeImbue = '#baff36';
const nodeIntegritee = '#658ea9';
const nodeIpse = '#08a1e8';
const nodeJoystream = '#4038FF';
Expand Down Expand Up @@ -305,6 +307,7 @@ export const chainColors: Record<string, string> = Object.entries({
'HydraDX Snakenet Gen2': chainSnakenet,
'HydraDX Snakenet Gen3': chainSnakenet,
Idavoll: chainIdavoll,
'Imbue Testnet': chainImbue,
InterBTC: chainInterbtc,
'InterBTC Staging': chainInterbtc,
Interlay: chainInterlay,
Expand Down Expand Up @@ -481,6 +484,7 @@ export const nodeColors = Object.entries({
'Galital Parachain Collator': nodeGalital,
'GamePower Node': nodeGamePower,
GEEK: nodeGeek,
'Imbue Parachain Collator': nodeImbue,
'Integritee Collator': nodeIntegritee,
'Integritee Node': nodeIntegritee,
'InvArch Brainstorm Node': chainBrainstorm,
Expand Down
5 changes: 5 additions & 0 deletions packages/apps-config/src/ui/logos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ import nodeGamePower from './nodes/gamepower.svg';
import nodeGeek from './nodes/geek.svg';
import nodeHanonycash from './nodes/hanonycash.svg';
import nodeIdavoll from './nodes/idavoll.png';
import nodeImbue from './nodes/imbue.png';
import nodeIntegritee from './nodes/integritee.svg';
import nodeInterBTC from './nodes/interlay.svg';
import nodeIpse from './nodes/ipse.png';
Expand Down Expand Up @@ -262,6 +263,7 @@ export const chainLogos = Object.entries({
'HydraDX Snakenet Gen2': chainSnakenet,
'HydraDX Snakenet Gen3': chainSnakenet,
Idavoll: nodeIdavoll,
'Imbue Testnet': nodeImbue,
InterBTC: nodeInterBTC,
'InterBTC Staging': nodeInterBTC,
Interlay: chainInterlay,
Expand Down Expand Up @@ -464,6 +466,7 @@ export const nodeLogos = Object.entries({
'Halongbay Parachain Collator': nodePolkaFoundry,
hanonycash: nodeHanonycash,
'Idavoll Node': nodeIdavoll,
'Imbue Node': nodeImbue,
'Integritee Collator': nodeIntegritee,
'Integritee Node': nodeIntegritee,
Interlay: chainInterlay,
Expand Down Expand Up @@ -664,6 +667,7 @@ export const namedLogos: Record<string, unknown> = {
heiko: chainParallel,
hydra: chainSnakenet,
idavoll: nodeIdavoll,
imbue: nodeImbue,
integritee: nodeIntegritee,
interbtc: nodeInterBTC,
interlay: chainInterlay,
Expand Down Expand Up @@ -753,6 +757,7 @@ export const namedLogos: Record<string, unknown> = {
rococoGenshiro: chainGenshiro,
rococoHydrate: chainHydrate,
rococoIdavoll: nodeIdavoll,
rococoImbue: nodeImbue,
rococoIntegritee: nodeIntegritee,
rococoInterBTC: chainInterlay,
rococoJupiter: nodeJupiter,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ba6357

Please sign in to comment.