Skip to content

Commit

Permalink
New t1rn blockchain on Kusama (#9995)
Browse files Browse the repository at this point in the history
* new t1rn blockchain on Kusama

* fix sorting imports

* fix sorting of chains
  • Loading branch information
3h4x authored Oct 31, 2023
1 parent d713736 commit 8e4d00b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
15 changes: 14 additions & 1 deletion packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { EndpointOption } from './types.js';

import { KUSAMA_GENESIS } from '../api/constants.js';
import { chainsAbandPNG, chainsAcurastPNG, chainsAltairSVG, chainsAmplitudeSVG, chainsDorafactoryPNG, chainsGenshiroSVG, chainsGmJPEG, chainsKaruraSVG, chainsKicoPNG, chainsKintsugiPNG, chainsKusamaSVG, chainsListenPNG, chainsMangataPNG, chainsQpnPNG, chainsRiodefiPNG, chainsShidenPNG, chainsTinkerPNG, chainsTuringPNG, chainsUnorthodoxPNG } from '../ui/logos/chains/index.js';
import { nodesApronPNG, nodesAresMarsPNG, nodesAssetHubSVG, nodesBajunPNG, nodesBasiliskPNG, nodesBifrostSVG, nodesBitcountryPNG, nodesBridgeHubBlackSVG, nodesCalamariPNG, nodesCrabSVG, nodesDatahighwayPNG, nodesEncointerBlueSVG, nodesImbuePNG, nodesIntegriteeSVG, nodesIpciSVG, nodesKabochaSVG, nodesKhalaSVG, nodesKrestPNG, nodesLitmusPNG, nodesLoomNetworkPNG, nodesMoonriverSVG, nodesParallelSVG, nodesPicassoPNG, nodesPichiuPNG, nodesPolkasmithSVG, nodesQuartzPNG, nodesRobonomicsSVG, nodesSakuraSVG, nodesShadowSVG, nodesSnowPNG, nodesSoraSubstrateSVG, nodesSubgameSVG, nodesSubsocialXSVG, nodesTrustbasePNG, nodesZeroSVG } from '../ui/logos/nodes/index.js';
import { nodesApronPNG, nodesAresMarsPNG, nodesAssetHubSVG, nodesBajunPNG, nodesBasiliskPNG, nodesBifrostSVG, nodesBitcountryPNG, nodesBridgeHubBlackSVG, nodesCalamariPNG, nodesCrabSVG, nodesDatahighwayPNG, nodesEncointerBlueSVG, nodesImbuePNG, nodesIntegriteeSVG, nodesIpciSVG, nodesKabochaSVG, nodesKhalaSVG, nodesKrestPNG, nodesLitmusPNG, nodesLoomNetworkPNG, nodesMoonriverSVG, nodesParallelSVG, nodesPicassoPNG, nodesPichiuPNG, nodesPolkasmithSVG, nodesQuartzPNG, nodesRobonomicsSVG, nodesSakuraSVG, nodesShadowSVG, nodesSnowPNG, nodesSoraSubstrateSVG, nodesSubgameSVG, nodesSubsocialXSVG, nodesT1rnPNG, nodesTrustbasePNG, nodesZeroSVG } from '../ui/logos/nodes/index.js';
import { getTeleports } from './util.js';

// The available endpoints that will show in the dropdown. For the most part (with the exception of
Expand Down Expand Up @@ -746,6 +746,19 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesZeroSVG
}
},
{
homepage: 'https://www.t3rn.io/',
info: 't1rn',
paraId: 3334,
providers: {
t3rn: 'wss://rpc.t1rn.io'
},
text: 't1rn',
ui: {
color: '#131532',
logo: nodesT1rnPNG
}
},
{
homepage: 'https://www.datahighway.com/',
info: 'tanganika',
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 't0rn',
paraId: 3333,
providers: {
t3rn: 'wss://ws.t0rn.io'
t3rn: 'wss://rpc.t0rn.io'
},
text: 't0rn',
ui: {
Expand Down
6 changes: 6 additions & 0 deletions packages/apps-config/src/ui/logos/nodes/generated/t1rnPNG.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/apps-config/src/ui/logos/nodes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export { nodesSubstrateContractsNodePNG } from './generated/substrate-contracts-
export { nodesSubstrateHexagonSVG } from './generated/substrate-hexagonSVG.js';
export { nodesSubstrateWhiteSVG } from './generated/substrate-whiteSVG.js';
export { nodesSwapdexSVG } from './generated/swapdexSVG.js';
export { nodesT1rnPNG } from './generated/t1rnPNG.js';
export { nodesT3rnPNG } from './generated/t3rnPNG.js';
export { nodesTernoaSVG } from './generated/ternoaSVG.js';
export { nodesThebifrostPNG } from './generated/thebifrostPNG.js';
Expand Down
Binary file added packages/apps-config/src/ui/logos/nodes/t1rn.png
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 8e4d00b

Please sign in to comment.