mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 03:07:56 +00:00
fix: update URLs, logos, and package versions
- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps - Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io - Fix support/statement URLs to use pezkuwichain.io domain - Fix chain logos import (use variables instead of strings) - Update @pezkuwi/networks to ^14.0.9 - Update @pezkuwi/types-known to ^16.5.8
This commit is contained in:
@@ -16,17 +16,20 @@ export function getGenesis (name: string): HexString {
|
||||
|
||||
export const KULUPU_GENESIS = getGenesis('kulupu');
|
||||
|
||||
// Dicle (formerly Kusama) genesis hash
|
||||
export const DICLE_GENESIS = '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe';
|
||||
// Dicle - Pezkuwi canary relay chain (placeholder until mainnet launch)
|
||||
export const DICLE_GENESIS = '0xd9d3cd7c1e5d890d969b957f4c5b71a111bbeeabc968f1d0d4538c2663f080a7';
|
||||
|
||||
// Pezkuwi (formerly Polkadot) genesis hash
|
||||
export const PEZKUWI_GENESIS = '0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3';
|
||||
// Pezkuwi - Pezkuwi main relay chain (placeholder until mainnet launch)
|
||||
export const PEZKUWI_GENESIS = '0x41693961995d879073269a008d0a52832caa3e0ae73869f02127f3d5daa4934c';
|
||||
export const PEZKUWI_DENOM_BLOCK = new BN(1248328);
|
||||
|
||||
export const PASEO_GENESIS = '0x77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f';
|
||||
|
||||
// Zagros (formerly Westend) genesis hash
|
||||
export const ZAGROS_GENESIS = '0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e';
|
||||
// Zagros - Pezkuwi test relay chain (placeholder until testnet launch)
|
||||
export const ZAGROS_GENESIS = '0x297f5a4d105b4b28312586ff1915572ffe4ee015ff772b76399ecbff25a22026';
|
||||
|
||||
// PezkuwiChain - Pezkuwi dev relay chain (placeholder until devnet launch)
|
||||
export const PEZKUWICHAIN_GENESIS = '0x32154fd2c844f928c82964ff66168b41b15fc235f3a956d14393734c1ed4326b';
|
||||
|
||||
export const NEATCOIN_GENESIS = '0xfbb541421d30423c9a753ffa844b64fd44d823f513bf49e3b73b3a656309a595';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @pezkuwi/apps-config authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Not used/included in index.ts as of https://github.com/pezkuwi-js/apps/pull/9243
|
||||
// Not used/included in index.ts as of https://github.com/pezkuwichain/pezkuwi-apps/pull/9243
|
||||
|
||||
import type { OverrideBundleDefinition } from '@pezkuwi/types/types';
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ import encointerNodeTeeproxy from './encointer-node-teeproxy.js';
|
||||
import encointerPara from './encointer-para.js';
|
||||
import equilibrium from './equilibrium.js';
|
||||
import fantour from './fantour.js';
|
||||
// See https://github.com/pezkuwi-js/apps/pull/9243
|
||||
// See https://github.com/pezkuwichain/pezkuwi-apps/pull/9243
|
||||
// import fragnova from './fragnova.js';
|
||||
import ferrum from './ferrum.js';
|
||||
import frequency from './frequency.js';
|
||||
@@ -198,7 +198,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
|
||||
'encointer-node-teeproxy': encointerNodeTeeproxy,
|
||||
'encointer-teyrchain': encointerPara,
|
||||
fantour,
|
||||
// See https://github.com/pezkuwi-js/apps/pull/9243
|
||||
// See https://github.com/pezkuwichain/pezkuwi-apps/pull/9243
|
||||
// fragnova,
|
||||
// 'fragnova-testnet': fragnova,
|
||||
'ferrum-teyrchain': ferrum,
|
||||
|
||||
@@ -61,7 +61,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'Ares Odyssey',
|
||||
providers: {
|
||||
// 'Ares Protocol': 'wss://odyssey.aresprotocol.io' // https://github.com/pezkuwi-js/apps/issues/10411
|
||||
// 'Ares Protocol': 'wss://odyssey.aresprotocol.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10411
|
||||
},
|
||||
text: 'Ares Odyssey',
|
||||
ui: {
|
||||
@@ -145,7 +145,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'centrifuge',
|
||||
providers: {
|
||||
// Centrifuge: 'wss://fullnode.centrifuge.io' // https://github.com/pezkuwi-js/apps/issues/8012
|
||||
// Centrifuge: 'wss://fullnode.centrifuge.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8012
|
||||
},
|
||||
text: 'Centrifuge Standalone [Archived]',
|
||||
ui: {
|
||||
@@ -157,7 +157,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'cere',
|
||||
providers: {
|
||||
'Cere Network': 'wss://archive.mainnet.cere.network/ws'
|
||||
// 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwi-js/apps/issues/9828
|
||||
// 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9828
|
||||
},
|
||||
text: 'Cere Network',
|
||||
ui: {
|
||||
@@ -190,7 +190,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'communeai',
|
||||
providers: {
|
||||
// Bitconnect: 'wss://commune-api-node-1.communeai.net' // https://github.com/pezkuwi-js/apps/issues/11950
|
||||
// Bitconnect: 'wss://commune-api-node-1.communeai.net' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11950
|
||||
// OnFinality: 'wss://commune.api.onfinality.io/public-ws'
|
||||
},
|
||||
text: 'Commune AI',
|
||||
@@ -202,7 +202,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'competitors-club',
|
||||
providers: {
|
||||
// 'Competitors Club': 'wss://node0.competitors.club/wss' // https://github.com/pezkuwi-js/apps/issues/8263
|
||||
// 'Competitors Club': 'wss://node0.competitors.club/wss' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8263
|
||||
},
|
||||
text: 'Competitors Club',
|
||||
ui: {
|
||||
@@ -224,7 +224,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'crown-sterling',
|
||||
providers: {
|
||||
// 'Crown Sterling': 'wss://blockchain.crownsterling.io' https://github.com/pezkuwi-js/apps/issues/10289
|
||||
// 'Crown Sterling': 'wss://blockchain.crownsterling.io' https://github.com/pezkuwichain/pezkuwi-apps/issues/10289
|
||||
},
|
||||
text: 'Crown Sterling',
|
||||
ui: {
|
||||
@@ -250,8 +250,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'debio',
|
||||
providers: {
|
||||
// DeBio: 'wss://ws-rpc.debio.network', // https://github.com/pezkuwi-js/apps/issues/10118
|
||||
// Octopus: 'wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e' // https://github.com/pezkuwi-js/apps/issues/11234
|
||||
// DeBio: 'wss://ws-rpc.debio.network', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10118
|
||||
// Octopus: 'wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11234
|
||||
},
|
||||
text: 'DeBio',
|
||||
ui: {
|
||||
@@ -262,7 +262,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'dock-pos-mainnet',
|
||||
providers: {
|
||||
// 'Dock Association': 'wss://mainnet-node.dock.io' // https://github.com/pezkuwi-js/apps/issues/11460
|
||||
// 'Dock Association': 'wss://mainnet-node.dock.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11460
|
||||
},
|
||||
text: 'Dock',
|
||||
ui: {
|
||||
@@ -272,9 +272,9 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'edgeware',
|
||||
providers: {
|
||||
// 'Commonwealth Labs': 'wss://mainnet2.edgewa.re', // https://github.com/pezkuwi-js/apps/issues/10373
|
||||
// 'Commonwealth Labs': 'wss://mainnet2.edgewa.re', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10373
|
||||
'JelliedOwl Bangalore': 'wss://edgeware-rpc3.jelliedowl.net'
|
||||
// OnFinality: 'wss://edgeware.api.onfinality.io/public-ws' // https://github.com/pezkuwi-js/apps/issues/9795
|
||||
// OnFinality: 'wss://edgeware.api.onfinality.io/public-ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9795
|
||||
},
|
||||
text: 'Edgeware',
|
||||
ui: {
|
||||
@@ -285,7 +285,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'efinity',
|
||||
providers: {
|
||||
// Efinity: 'wss://rpc.efinity.io' // https://github.com/pezkuwi-js/apps/pull/6761
|
||||
// Efinity: 'wss://rpc.efinity.io' // https://github.com/pezkuwichain/pezkuwi-apps/pull/6761
|
||||
},
|
||||
text: 'Efinity',
|
||||
ui: {
|
||||
@@ -307,7 +307,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'fragnova',
|
||||
providers: {
|
||||
// 'Fragnova Network': 'wss://ws.fragnova.network' // https://github.com/pezkuwi-js/apps/issues/10172
|
||||
// 'Fragnova Network': 'wss://ws.fragnova.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172
|
||||
},
|
||||
text: 'Fragnova', // The text to display on the dropdown
|
||||
ui: {
|
||||
@@ -318,7 +318,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'hanonycash',
|
||||
providers: {
|
||||
// Hanonycash: 'wss://rpc.hanonycash.com' // https://github.com/pezkuwi-js/apps/runs/2755409009?check_suite_focus=true
|
||||
// Hanonycash: 'wss://rpc.hanonycash.com' // https://github.com/pezkuwichain/pezkuwi-apps/runs/2755409009?check_suite_focus=true
|
||||
},
|
||||
text: 'Hanonycash',
|
||||
ui: {
|
||||
@@ -339,7 +339,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'innovatorchain',
|
||||
providers: {
|
||||
// Innovator: 'wss://rpc.innovatorchain.com' // https://github.com/pezkuwi-js/apps/issues/10373
|
||||
// Innovator: 'wss://rpc.innovatorchain.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10373
|
||||
},
|
||||
text: 'Innovator Chain',
|
||||
ui: {
|
||||
@@ -363,8 +363,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'jur',
|
||||
providers: {
|
||||
// 'Iceberg Nodes': 'wss://jur-mainnet-archive-rpc-1.icebergnodes.io' // https://github.com/pezkuwi-js/apps/issues/10289
|
||||
// 'Simply Staking': 'wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws' // https://github.com/pezkuwi-js/apps/issues/10172
|
||||
// 'Iceberg Nodes': 'wss://jur-mainnet-archive-rpc-1.icebergnodes.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10289
|
||||
// 'Simply Staking': 'wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172
|
||||
},
|
||||
text: 'Jur',
|
||||
ui: {
|
||||
@@ -375,7 +375,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'kulupu',
|
||||
providers: {
|
||||
// Kulupu: 'wss://rpc.kulupu.corepaper.org/ws' https://github.com/pezkuwi-js/apps/issues/11157
|
||||
// Kulupu: 'wss://rpc.kulupu.corepaper.org/ws' https://github.com/pezkuwichain/pezkuwi-apps/issues/11157
|
||||
},
|
||||
text: 'Kulupu',
|
||||
ui: {
|
||||
@@ -386,7 +386,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'kusari',
|
||||
providers: {
|
||||
// Swapdex: 'wss://ws.kusari.network' // https://github.com/pezkuwi-js/apps/issues/9712
|
||||
// Swapdex: 'wss://ws.kusari.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712
|
||||
},
|
||||
text: 'Kusari',
|
||||
ui: {
|
||||
@@ -409,7 +409,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'logion',
|
||||
providers: {
|
||||
// 'Logion 1': 'wss://rpc01.logion.network' // https://github.com/pezkuwi-js/apps/issues/10667
|
||||
// 'Logion 1': 'wss://rpc01.logion.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10667
|
||||
},
|
||||
text: 'Logion Solochain (Archive)',
|
||||
ui: {
|
||||
@@ -420,8 +420,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'mathchain',
|
||||
providers: {
|
||||
// MathWallet: 'wss://mathchain-asia.maiziqianbao.net/ws', // https://github.com/pezkuwi-js/apps/issues/8525
|
||||
// 'MathWallet Backup': 'wss://mathchain-us.maiziqianbao.net/ws' // https://github.com/pezkuwi-js/apps/issues/8525
|
||||
// MathWallet: 'wss://mathchain-asia.maiziqianbao.net/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/8525
|
||||
// 'MathWallet Backup': 'wss://mathchain-us.maiziqianbao.net/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8525
|
||||
},
|
||||
text: 'MathChain',
|
||||
ui: {
|
||||
@@ -432,7 +432,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'minix',
|
||||
providers: {
|
||||
// ChainX: 'wss://minichain-mainnet.coming.chat/ws' // https://github.com/pezkuwi-js/apps/issues/7182
|
||||
// ChainX: 'wss://minichain-mainnet.coming.chat/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7182
|
||||
},
|
||||
text: 'MiniX',
|
||||
ui: {
|
||||
@@ -443,8 +443,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'myriad',
|
||||
providers: {
|
||||
// Myriad: 'wss://ws-rpc.myriad.social', // https://github.com/pezkuwi-js/apps/issues/10172
|
||||
// Octopus: 'wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0' // https://github.com/pezkuwi-js/apps/issues/11263
|
||||
// Myriad: 'wss://ws-rpc.myriad.social', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172
|
||||
// Octopus: 'wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11263
|
||||
},
|
||||
text: 'Myriad',
|
||||
ui: {
|
||||
@@ -455,7 +455,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'neatcoin',
|
||||
providers: {
|
||||
// Neatcoin: 'wss://rpc.neatcoin.org/ws' https://github.com/pezkuwi-js/apps/issues/11157
|
||||
// Neatcoin: 'wss://rpc.neatcoin.org/ws' https://github.com/pezkuwichain/pezkuwi-apps/issues/11157
|
||||
},
|
||||
text: 'Neatcoin',
|
||||
ui: {}
|
||||
@@ -473,8 +473,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'nodle',
|
||||
providers: {
|
||||
// Nodle: 'wss://main3.nodleprotocol.io', // https://github.com/pezkuwi-js/apps/issues/7652
|
||||
// OnFinality: 'wss://nodle.api.onfinality.io/public-ws' // https://github.com/pezkuwi-js/apps/issues/8013
|
||||
// Nodle: 'wss://main3.nodleprotocol.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/7652
|
||||
// OnFinality: 'wss://nodle.api.onfinality.io/public-ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8013
|
||||
},
|
||||
text: 'Nodle',
|
||||
ui: {
|
||||
@@ -485,7 +485,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'polkadex',
|
||||
providers: {
|
||||
// OnFinality: 'wss://polkadex.api.onfinality.io/public-ws', // https://github.com/pezkuwi-js/apps/issues/11827
|
||||
// OnFinality: 'wss://polkadex.api.onfinality.io/public-ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11827
|
||||
PolkadexSup: 'wss://so.polkadex.ee',
|
||||
RadiumBlock: 'wss://polkadex.public.curie.radiumblock.co/ws'
|
||||
},
|
||||
@@ -509,7 +509,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'riochain',
|
||||
providers: {
|
||||
// RioChain: 'wss://node.v1.riochain.io' // https://github.com/pezkuwi-js/apps/issues/9054
|
||||
// RioChain: 'wss://node.v1.riochain.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9054
|
||||
},
|
||||
text: 'RioChain',
|
||||
ui: {
|
||||
@@ -520,7 +520,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'robonomics',
|
||||
providers: {
|
||||
// Airalab: 'wss://dicle.rpc.robonomics.network/' // https://github.com/pezkuwi-js/apps/pull/6761
|
||||
// Airalab: 'wss://dicle.rpc.robonomics.network/' // https://github.com/pezkuwichain/pezkuwi-apps/pull/6761
|
||||
},
|
||||
text: 'Robonomics',
|
||||
ui: {
|
||||
@@ -531,7 +531,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'sherpax',
|
||||
providers: {
|
||||
// ChainX: 'wss://mainnet.sherpax.io' // https://github.com/pezkuwi-js/apps/issues/9712
|
||||
// ChainX: 'wss://mainnet.sherpax.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712
|
||||
},
|
||||
text: 'SherpaX',
|
||||
ui: {
|
||||
@@ -545,7 +545,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
OnFinality: 'wss://sora.api.onfinality.io/public-ws',
|
||||
'SORA Parliament Ministry of Finance': 'wss://ws.mof.sora.org',
|
||||
'SORA Parliament Ministry of Finance #2': 'wss://mof2.sora.org'
|
||||
// 'SORA Parliament Ministry of Finance #3': 'wss://mof3.sora.org' // https://github.com/pezkuwi-js/apps/issues/12007
|
||||
// 'SORA Parliament Ministry of Finance #3': 'wss://mof3.sora.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/12007
|
||||
},
|
||||
text: 'SORA',
|
||||
ui: {
|
||||
@@ -556,7 +556,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'spanner',
|
||||
providers: {
|
||||
// Spanner: 'wss://wss.spannerprotocol.com' // https://github.com/pezkuwi-js/apps/issues/6547
|
||||
// Spanner: 'wss://wss.spannerprotocol.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6547
|
||||
},
|
||||
text: 'Spanner',
|
||||
ui: {
|
||||
@@ -578,7 +578,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subgame',
|
||||
providers: {
|
||||
// SubGame: 'wss://mainnet.subgame.org/' // https://github.com/pezkuwi-js/apps/issues/9030
|
||||
// SubGame: 'wss://mainnet.subgame.org/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9030
|
||||
},
|
||||
text: 'SubGame',
|
||||
ui: {
|
||||
@@ -589,7 +589,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subsocial',
|
||||
providers: {
|
||||
// DappForce: 'wss://rpc.subsocial.network' // https://github.com/pezkuwi-js/apps/issues/8046
|
||||
// DappForce: 'wss://rpc.subsocial.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8046
|
||||
},
|
||||
text: 'Subsocial',
|
||||
ui: {
|
||||
@@ -600,7 +600,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'swapdex',
|
||||
providers: {
|
||||
// Swapdex: 'wss://ws.swapdex.network' // https://github.com/pezkuwi-js/apps/issues/10030
|
||||
// Swapdex: 'wss://ws.swapdex.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10030
|
||||
},
|
||||
text: 'Swapdex',
|
||||
ui: {
|
||||
@@ -635,7 +635,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'ternoa',
|
||||
providers: {
|
||||
CapsuleCorp: 'wss://mainnet.ternoa.network' // https://github.com/pezkuwi-js/apps/issues/10172
|
||||
CapsuleCorp: 'wss://mainnet.ternoa.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172
|
||||
},
|
||||
text: 'Ternoa',
|
||||
ui: {
|
||||
@@ -668,7 +668,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'uniarts',
|
||||
providers: {
|
||||
// UniArts: 'wss://mainnet.uniarts.vip:9443' // https://github.com/pezkuwi-js/apps/issues/9059
|
||||
// UniArts: 'wss://mainnet.uniarts.vip:9443' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059
|
||||
},
|
||||
text: 'UniArts',
|
||||
ui: {
|
||||
@@ -691,9 +691,9 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'vara',
|
||||
isPeopleForIdentity: false,
|
||||
providers: {
|
||||
// Blast: 'wss://vara-mainnet.public.blastapi.io', // https://github.com/pezkuwi-js/apps/issues/11577
|
||||
// Blast: 'wss://vara-mainnet.public.blastapi.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11577
|
||||
Gear: 'wss://rpc.vara.network'
|
||||
// 'P2P.org': 'wss://vara.bizinikiwi-rpc.p2p.org/' // https://github.com/pezkuwi-js/apps/issues/11337
|
||||
// 'P2P.org': 'wss://vara.bizinikiwi-rpc.p2p.org/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11337
|
||||
},
|
||||
text: 'Vara',
|
||||
ui: {
|
||||
@@ -715,7 +715,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'westlake',
|
||||
providers: {
|
||||
// DataHighway: 'wss://westlake.datahighway.com' // https://github.com/pezkuwi-js/apps/issues/7293
|
||||
// DataHighway: 'wss://westlake.datahighway.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7293
|
||||
},
|
||||
text: 'Westlake',
|
||||
ui: {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
import type { EndpointOption } from './types.js';
|
||||
|
||||
import { DICLE_GENESIS } from '../api/constants.js';
|
||||
import { chainsDicleSVG } from '../ui/logos/chains/index.js';
|
||||
import { getTeleports } from './util.js';
|
||||
|
||||
// Dicle Network Endpoints (Canary Network)
|
||||
@@ -22,7 +23,7 @@ export const prodParasDicle: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Asset Hub',
|
||||
ui: {
|
||||
color: '#f47738',
|
||||
logo: 'chainsDicleSVG'
|
||||
logo: chainsDicleSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -36,7 +37,7 @@ export const prodParasDicle: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Bridge Hub',
|
||||
ui: {
|
||||
color: '#f47738',
|
||||
logo: 'chainsDicleSVG'
|
||||
logo: chainsDicleSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -50,7 +51,7 @@ export const prodParasDicle: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Collectives',
|
||||
ui: {
|
||||
color: '#f47738',
|
||||
logo: 'chainsDicleSVG'
|
||||
logo: chainsDicleSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -64,7 +65,7 @@ export const prodParasDicle: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Coretime',
|
||||
ui: {
|
||||
color: '#f47738',
|
||||
logo: 'chainsDicleSVG'
|
||||
logo: chainsDicleSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -79,7 +80,7 @@ export const prodParasDicle: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'People',
|
||||
ui: {
|
||||
color: '#f47738',
|
||||
logo: 'chainsDicleSVG'
|
||||
logo: chainsDicleSVG
|
||||
}
|
||||
}
|
||||
];
|
||||
@@ -102,6 +103,6 @@ export const prodRelayDicle: EndpointOption = {
|
||||
ui: {
|
||||
color: '#f47738',
|
||||
identityIcon: 'jdenticon',
|
||||
logo: 'chainsDicleSVG'
|
||||
logo: chainsDicleSVG
|
||||
}
|
||||
};
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
import type { EndpointOption } from './types.js';
|
||||
|
||||
import { PEZKUWI_GENESIS } from '../api/constants.js';
|
||||
import { chainsPezkuwiSVG } from '../ui/logos/chains/index.js';
|
||||
import { getTeleports } from './util.js';
|
||||
|
||||
// Pezkuwi Network Endpoints
|
||||
@@ -22,7 +23,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Asset Hub',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: 'chainsPezkuwiSVG'
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -36,7 +37,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Bridge Hub',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: 'chainsPezkuwiSVG'
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -50,7 +51,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Collectives',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: 'chainsPezkuwiSVG'
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -64,7 +65,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Coretime',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: 'chainsPezkuwiSVG'
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -79,7 +80,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'People',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: 'chainsPezkuwiSVG'
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
}
|
||||
];
|
||||
@@ -103,6 +104,6 @@ export const prodRelayPezkuwi: EndpointOption = {
|
||||
ui: {
|
||||
color: '#e6007a',
|
||||
identityIcon: 'jdenticon',
|
||||
logo: 'chainsPezkuwiSVG'
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: '3dpass-testnet',
|
||||
providers: {
|
||||
// '3dpass': 'wss://test-rpc.3dpass.org' // https://github.com/pezkuwi-js/apps/issues/9443
|
||||
// '3dpass': 'wss://test-rpc.3dpass.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9443
|
||||
},
|
||||
text: '3DPass Testnet',
|
||||
ui: {
|
||||
@@ -48,7 +48,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'aleph-testnet',
|
||||
providers: {
|
||||
// 'Aleph Zero Foundation': 'wss://ws.test.azero.dev' // https://github.com/pezkuwi-js/apps/issues/11882
|
||||
// 'Aleph Zero Foundation': 'wss://ws.test.azero.dev' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11882
|
||||
// OnFinality: 'wss://aleph-zero.api.onfinality.io/public-ws'
|
||||
},
|
||||
text: 'Aleph Zero Testnet',
|
||||
@@ -73,7 +73,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'nodle',
|
||||
providers: {
|
||||
// Nodle: 'wss://arcadia1.nodleprotocol.io' // https://github.com/pezkuwi-js/apps/issues/7652
|
||||
// Nodle: 'wss://arcadia1.nodleprotocol.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7652
|
||||
},
|
||||
text: 'Arcadia',
|
||||
ui: {
|
||||
@@ -84,7 +84,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'arctic',
|
||||
providers: {
|
||||
// Arctic: 'wss://arctic-rpc.icenetwork.io:9944' // https://github.com/pezkuwi-js/apps/issues/9405
|
||||
// Arctic: 'wss://arctic-rpc.icenetwork.io:9944' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9405
|
||||
},
|
||||
text: 'Arctic',
|
||||
ui: {
|
||||
@@ -94,7 +94,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'Ares Gladios',
|
||||
providers: {
|
||||
// 'Ares Protocol': 'wss://gladios.aresprotocol.io' // https://github.com/pezkuwi-js/apps/issues/9106
|
||||
// 'Ares Protocol': 'wss://gladios.aresprotocol.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9106
|
||||
},
|
||||
text: 'Ares Gladios',
|
||||
ui: {
|
||||
@@ -116,7 +116,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'jaz',
|
||||
providers: {
|
||||
// Jaz: 'wss://ws0.jaz.network' // https://github.com/pezkuwi-js/apps/issues/9059
|
||||
// Jaz: 'wss://ws0.jaz.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059
|
||||
},
|
||||
text: 'Artio Testnet',
|
||||
ui: {
|
||||
@@ -149,7 +149,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'edgeware',
|
||||
providers: {
|
||||
// JelliedOwl: 'wss://beresheet.jelliedowl.net' // https://github.com/pezkuwi-js/apps/issues/11696
|
||||
// JelliedOwl: 'wss://beresheet.jelliedowl.net' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11696
|
||||
},
|
||||
text: 'Beresheet (Edgeware)',
|
||||
ui: {
|
||||
@@ -159,7 +159,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'bifrost',
|
||||
providers: {
|
||||
// Liebi: 'wss://bifrost-rpc.testnet.liebi.com/ws' // https://github.com/pezkuwi-js/apps/issues/8139
|
||||
// Liebi: 'wss://bifrost-rpc.testnet.liebi.com/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8139
|
||||
},
|
||||
text: 'Bifrost Stage Network',
|
||||
ui: {
|
||||
@@ -192,8 +192,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'cere',
|
||||
providers: {
|
||||
// 'Cere Network': 'wss://archive.testnet.cere.network/ws' // https://github.com/pezkuwi-js/apps/issues/9712
|
||||
// 'Republic Crypto | Runtime': 'wss://testnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwi-js/apps/issues/9712
|
||||
// 'Cere Network': 'wss://archive.testnet.cere.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712
|
||||
// 'Republic Crypto | Runtime': 'wss://testnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712
|
||||
},
|
||||
text: 'Cere Network Testnet',
|
||||
ui: {
|
||||
@@ -204,7 +204,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'cess-testnet',
|
||||
providers: {
|
||||
// CESS: 'wss://testnet-rpc0.cess.cloud/ws/' // https://github.com/pezkuwi-js/apps/issues/10184
|
||||
// CESS: 'wss://testnet-rpc0.cess.cloud/ws/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10184
|
||||
},
|
||||
text: 'CESS Testnet',
|
||||
ui: {
|
||||
@@ -248,8 +248,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'Crust Maxwell',
|
||||
providers: {
|
||||
// 'Crust Network': 'wss://api.crust.network/', // https://github.com/pezkuwi-js/apps/issues/8060
|
||||
// 'DCloud Foundation': 'wss://api.decloudf.com/' // https://github.com/pezkuwi-js/apps/issues/8060
|
||||
// 'Crust Network': 'wss://api.crust.network/', // https://github.com/pezkuwichain/pezkuwi-apps/issues/8060
|
||||
// 'DCloud Foundation': 'wss://api.decloudf.com/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8060
|
||||
},
|
||||
text: 'Crust Maxwell',
|
||||
ui: {
|
||||
@@ -283,7 +283,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'datahighway',
|
||||
isDisabled: true,
|
||||
providers: {
|
||||
// MXC: 'wss://spreehafen.datahighway.com' // https://github.com/pezkuwi-js/apps/issues/9601
|
||||
// MXC: 'wss://spreehafen.datahighway.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9601
|
||||
},
|
||||
text: 'Spreehafen',
|
||||
ui: {
|
||||
@@ -293,8 +293,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'debio-testnet',
|
||||
providers: {
|
||||
// DeBio: 'wss://ws-rpc.testnet.debio.network', // https://github.com/pezkuwi-js/apps/issues/10172
|
||||
// Octopus: 'wss://gateway.testnet.octopus.network/debionetwork/554976cbb180f676f188abe14d63ca24' // https://github.com/pezkuwi-js/apps/issues/10667
|
||||
// DeBio: 'wss://ws-rpc.testnet.debio.network', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172
|
||||
// Octopus: 'wss://gateway.testnet.octopus.network/debionetwork/554976cbb180f676f188abe14d63ca24' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10667
|
||||
},
|
||||
text: 'DeBio Testnet',
|
||||
ui: {
|
||||
@@ -305,7 +305,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'dock-testnet',
|
||||
providers: {
|
||||
// 'Dock Association': 'wss://knox-1.dock.io' // https://github.com/pezkuwi-js/apps/issues/6831
|
||||
// 'Dock Association': 'wss://knox-1.dock.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6831
|
||||
},
|
||||
text: 'Dock',
|
||||
ui: {
|
||||
@@ -315,7 +315,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'dolphin',
|
||||
providers: {
|
||||
// 'Dolphin Testnet': 'wss://trillian.dolphin.red' // https://github.com/pezkuwi-js/apps/issues/7439
|
||||
// 'Dolphin Testnet': 'wss://trillian.dolphin.red' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7439
|
||||
},
|
||||
text: 'Dolphin Testnet',
|
||||
ui: {
|
||||
@@ -326,7 +326,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'dotmog',
|
||||
providers: {
|
||||
// DOTMog: 'wss://mogiway-01.dotmog.com' // https://github.com/pezkuwi-js/apps/issues/8895
|
||||
// DOTMog: 'wss://mogiway-01.dotmog.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8895
|
||||
},
|
||||
text: 'DOTMog',
|
||||
ui: {
|
||||
@@ -337,7 +337,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'encointer',
|
||||
providers: {
|
||||
// 'Encointer Association': 'wss://gesell.encointer.org' // https://github.com/pezkuwi-js/apps/issues/11186
|
||||
// 'Encointer Association': 'wss://gesell.encointer.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11186
|
||||
},
|
||||
text: 'Encointer Gesell',
|
||||
ui: {
|
||||
@@ -348,7 +348,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'equilibrium',
|
||||
providers: {
|
||||
// Equilibrium: 'wss://testnet.equilibrium.io' // https://github.com/pezkuwi-js/apps/issues/6250
|
||||
// Equilibrium: 'wss://testnet.equilibrium.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6250
|
||||
},
|
||||
text: 'Equilibrium',
|
||||
ui: {
|
||||
@@ -359,7 +359,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'fantour',
|
||||
providers: {
|
||||
// FantourDev: 'wss://test-ws.fantour.io' // https://github.com/pezkuwi-js/apps/issues/6519
|
||||
// FantourDev: 'wss://test-ws.fantour.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6519
|
||||
},
|
||||
text: 'Fantour',
|
||||
ui: {
|
||||
@@ -370,7 +370,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'ferrum',
|
||||
providers: {
|
||||
// FerrumNetwork: 'wss://testnet.dev.svcs.ferrumnetwork.io' // https://github.com/pezkuwi-js/apps/issues/9748
|
||||
// FerrumNetwork: 'wss://testnet.dev.svcs.ferrumnetwork.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9748
|
||||
},
|
||||
text: 'Ferrum Testnet',
|
||||
ui: {
|
||||
@@ -381,7 +381,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'bizinikiwi',
|
||||
providers: {
|
||||
// Parity: 'wss://bizinikiwi-rpc.parity.io' // https://github.com/pezkuwi-js/apps/issues/5571
|
||||
// Parity: 'wss://bizinikiwi-rpc.parity.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/5571
|
||||
},
|
||||
text: 'Flaming Fir',
|
||||
ui: {
|
||||
@@ -391,7 +391,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'fragnova',
|
||||
providers: {
|
||||
// 'Fragnova Network': 'wss://ws-test.fragnova.network' // https://github.com/pezkuwi-js/apps/issues/9490
|
||||
// 'Fragnova Network': 'wss://ws-test.fragnova.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9490
|
||||
},
|
||||
text: 'Fragnova Testnet',
|
||||
ui: {
|
||||
@@ -402,7 +402,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'Galital',
|
||||
providers: {
|
||||
// StarkleyTech: 'wss://galital-rpc-testnet.starkleytech.com' // https://github.com/pezkuwi-js/apps/issues/6721
|
||||
// StarkleyTech: 'wss://galital-rpc-testnet.starkleytech.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6721
|
||||
},
|
||||
text: 'Galital PC2',
|
||||
ui: {
|
||||
@@ -413,8 +413,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'galois',
|
||||
providers: {
|
||||
// MathWallet: 'wss://galois-hk.maiziqianbao.net/ws', // https://github.com/pezkuwi-js/apps/issues/9059
|
||||
// 'MathWallet Backup': 'wss://galois.maiziqianbao.net/ws' // https://github.com/pezkuwi-js/apps/issues/9109
|
||||
// MathWallet: 'wss://galois-hk.maiziqianbao.net/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059
|
||||
// 'MathWallet Backup': 'wss://galois.maiziqianbao.net/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9109
|
||||
},
|
||||
text: 'Galois',
|
||||
ui: {
|
||||
@@ -425,7 +425,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'gamepower',
|
||||
providers: {
|
||||
// GamePower: 'wss://gamepower.io' // https://github.com/pezkuwi-js/apps/issues/7223
|
||||
// GamePower: 'wss://gamepower.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7223
|
||||
},
|
||||
text: 'GamePower',
|
||||
ui: {
|
||||
@@ -436,7 +436,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'geek',
|
||||
providers: {
|
||||
// 'Geek Team': 'wss://testnet.geekcash.org' // https://github.com/pezkuwi-js/apps/issues/8361
|
||||
// 'Geek Team': 'wss://testnet.geekcash.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8361
|
||||
},
|
||||
text: 'GeekCash',
|
||||
ui: {
|
||||
@@ -447,7 +447,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'halongbay',
|
||||
providers: {
|
||||
// Halongbay: 'wss://halongbay.polkafoundry.com' // https://github.com/pezkuwi-js/apps/issues/6871
|
||||
// Halongbay: 'wss://halongbay.polkafoundry.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6871
|
||||
},
|
||||
text: 'Halongbay Testnet',
|
||||
ui: {
|
||||
@@ -458,7 +458,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'interlay-testnet',
|
||||
providers: {
|
||||
// Interlay: 'wss://api-testnet.interlay.io/teyrchain/' https://github.com/pezkuwi-js/apps/issues/11157
|
||||
// Interlay: 'wss://api-testnet.interlay.io/teyrchain/' https://github.com/pezkuwichain/pezkuwi-apps/issues/11157
|
||||
},
|
||||
text: 'Interlay Testnet',
|
||||
ui: {
|
||||
@@ -468,7 +468,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'brainstorm',
|
||||
providers: {
|
||||
// 'InvArch Team': 'wss://brainstorm.invarch.network/' // https://github.com/pezkuwi-js/apps/issues/8020
|
||||
// 'InvArch Team': 'wss://brainstorm.invarch.network/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8020
|
||||
},
|
||||
text: 'InvArch Brainstorm Testnet',
|
||||
ui: {
|
||||
@@ -478,7 +478,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
},
|
||||
{
|
||||
info: 'ipse',
|
||||
isDisabled: true, // https://github.com/pezkuwi-js/apps/issues/6242
|
||||
isDisabled: true, // https://github.com/pezkuwichain/pezkuwi-apps/issues/6242
|
||||
providers: {
|
||||
'IPSE China': 'wss://testnet-china.ipse.io',
|
||||
'IPSE Europe': 'wss://testnet-europe.ipse.io',
|
||||
@@ -493,7 +493,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'jupiter',
|
||||
providers: {
|
||||
// Patract: 'wss://ws.jupiter-poa.patract.cn' // https://github.com/pezkuwi-js/apps/issues/7765
|
||||
// Patract: 'wss://ws.jupiter-poa.patract.cn' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7765
|
||||
},
|
||||
text: 'Jupiter',
|
||||
ui: {
|
||||
@@ -504,7 +504,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'jur',
|
||||
providers: {
|
||||
// Jur: 'wss://testnet.jur.io' // https://github.com/pezkuwi-js/apps/issues/11186
|
||||
// Jur: 'wss://testnet.jur.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11186
|
||||
},
|
||||
text: 'Jur Testnet',
|
||||
ui: {
|
||||
@@ -515,7 +515,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'karmachain',
|
||||
providers: {
|
||||
// Karmachain: 'wss://api3.karmaco.in' // https://github.com/pezkuwi-js/apps/issues/10091
|
||||
// Karmachain: 'wss://api3.karmaco.in' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10091
|
||||
},
|
||||
text: 'Karmachain Testnet',
|
||||
ui: {
|
||||
@@ -526,7 +526,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'khala',
|
||||
providers: {
|
||||
// 'Phala Network': 'wss://pc-test-3.phala.network/khala/ws' // https://github.com/pezkuwi-js/apps/issues/6930
|
||||
// 'Phala Network': 'wss://pc-test-3.phala.network/khala/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6930
|
||||
},
|
||||
text: 'Khala (Para 3)',
|
||||
ui: {
|
||||
@@ -537,7 +537,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'kintsugi-testnet',
|
||||
providers: {
|
||||
// Interlay: 'wss://api-dev-kintsugi.interlay.io/teyrchain' // https://github.com/pezkuwi-js/apps/issues/11620
|
||||
// Interlay: 'wss://api-dev-kintsugi.interlay.io/teyrchain' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11620
|
||||
},
|
||||
text: 'Kintsugi Testnet',
|
||||
ui: {
|
||||
@@ -548,7 +548,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'klugdossier',
|
||||
providers: {
|
||||
// 'Klug Dossier': 'wss://klugdossier.net/' // https://github.com/pezkuwi-js/apps/issues/8081
|
||||
// 'Klug Dossier': 'wss://klugdossier.net/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8081
|
||||
},
|
||||
text: 'Klug Dossier',
|
||||
ui: {
|
||||
@@ -559,7 +559,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'kylin',
|
||||
providers: {
|
||||
// 'Kylin Network': 'wss://testnet.kylin-node.co.uk' // https://github.com/pezkuwi-js/apps/issues/6635
|
||||
// 'Kylin Network': 'wss://testnet.kylin-node.co.uk' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6635
|
||||
},
|
||||
text: 'Kylin Testnet',
|
||||
ui: {
|
||||
@@ -580,7 +580,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'logion',
|
||||
providers: {
|
||||
// Logion: 'wss://test-para-rpc01.logion.network' // https://github.com/pezkuwi-js/apps/issues/11882
|
||||
// Logion: 'wss://test-para-rpc01.logion.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11882
|
||||
},
|
||||
text: 'Logion Testnet',
|
||||
ui: {
|
||||
@@ -591,8 +591,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'acala',
|
||||
providers: {
|
||||
// Acala: 'wss://mandala.polkawallet.io' // https://github.com/pezkuwi-js/apps/issues/9005
|
||||
// OnFinality: 'wss://acala-mandala.api.onfinality.io/public-ws' // https://github.com/pezkuwi-js/apps/issues/8105
|
||||
// Acala: 'wss://mandala.polkawallet.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9005
|
||||
// OnFinality: 'wss://acala-mandala.api.onfinality.io/public-ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8105
|
||||
},
|
||||
text: 'Mandala',
|
||||
ui: {
|
||||
@@ -602,7 +602,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'manta',
|
||||
providers: {
|
||||
// 'Manta Testnet': 'wss://ws.f1.testnet.manta.network' // https://github.com/pezkuwi-js/apps/issues/6384
|
||||
// 'Manta Testnet': 'wss://ws.f1.testnet.manta.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6384
|
||||
},
|
||||
text: 'Manta Testnet',
|
||||
ui: {
|
||||
@@ -624,7 +624,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'minix',
|
||||
providers: {
|
||||
// Chainx: 'wss://minichain.coming.chat/ws' // https://github.com/pezkuwi-js/apps/issues/8132
|
||||
// Chainx: 'wss://minichain.coming.chat/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8132
|
||||
},
|
||||
text: 'MiniX Testnet',
|
||||
ui: {
|
||||
@@ -635,12 +635,12 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'moonbaseAlpha',
|
||||
providers: {
|
||||
// Blast: 'wss://moonbase-alpha.public.blastapi.io', // https://github.com/pezkuwi-js/apps/issues/11608
|
||||
// Dwellir: 'wss://moonbase-rpc.n.dwellir.com', // https://github.com/pezkuwi-js/apps/issues/11935
|
||||
// Blast: 'wss://moonbase-alpha.public.blastapi.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11608
|
||||
// Dwellir: 'wss://moonbase-rpc.n.dwellir.com', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11935
|
||||
'Moonbeam Foundation': 'wss://wss.api.moonbase.moonbeam.network',
|
||||
OnFinality: 'wss://moonbeam-alpha.api.onfinality.io/public-ws',
|
||||
RadiumBlock: 'wss://moonbase.public.curie.radiumblock.co/ws'
|
||||
// UnitedBloc: 'wss://moonbase.unitedbloc.com' // https://github.com/pezkuwi-js/apps/issues/11992
|
||||
// UnitedBloc: 'wss://moonbase.unitedbloc.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11992
|
||||
},
|
||||
text: 'Moonbase Alpha',
|
||||
ui: {
|
||||
@@ -651,7 +651,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'mybank',
|
||||
providers: {
|
||||
// MYBANK: 'wss://mybank.network/bizinikiwi' // https://github.com/pezkuwi-js/apps/issues/5845
|
||||
// MYBANK: 'wss://mybank.network/bizinikiwi' // https://github.com/pezkuwichain/pezkuwi-apps/issues/5845
|
||||
},
|
||||
text: 'mybank.network',
|
||||
ui: {
|
||||
@@ -662,8 +662,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'myriad-tesnet',
|
||||
providers: {
|
||||
// Myriad: 'wss://ws-rpc.testnet.myriad.social', // https://github.com/pezkuwi-js/apps/issues/10172
|
||||
// Octopus: 'wss://gateway.testnet.octopus.network/myriad/8f543a1c219f14d83c0faedefdd5be6e' // https://github.com/pezkuwi-js/apps/issues/10667
|
||||
// Myriad: 'wss://ws-rpc.testnet.myriad.social', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172
|
||||
// Octopus: 'wss://gateway.testnet.octopus.network/myriad/8f543a1c219f14d83c0faedefdd5be6e' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10667
|
||||
},
|
||||
text: 'Myriad Testnet',
|
||||
ui: {
|
||||
@@ -674,8 +674,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'nftmart',
|
||||
providers: {
|
||||
// NFTMartDev: 'wss://dev-ws.nftmart.io', // https://github.com/pezkuwi-js/apps/issues/9059
|
||||
// NFTMartStaging: 'wss://staging-ws.nftmart.io' // https://github.com/pezkuwi-js/apps/issues/9059
|
||||
// NFTMartDev: 'wss://dev-ws.nftmart.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059
|
||||
// NFTMartStaging: 'wss://staging-ws.nftmart.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059
|
||||
},
|
||||
text: 'NFTMart',
|
||||
ui: {
|
||||
@@ -686,7 +686,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'opportunity',
|
||||
providers: {
|
||||
// 'Standard Protocol': 'wss://rpc.opportunity.standard.tech' // https://github.com/pezkuwi-js/apps/issues/7982
|
||||
// 'Standard Protocol': 'wss://rpc.opportunity.standard.tech' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7982
|
||||
},
|
||||
text: 'Opportunity',
|
||||
ui: {
|
||||
@@ -707,7 +707,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'phoenix',
|
||||
providers: {
|
||||
// 'phoenix Protocol': 'wss://phoenix-ws.coinid.pro/' // https://github.com/pezkuwi-js/apps/issues/6181
|
||||
// 'phoenix Protocol': 'wss://phoenix-ws.coinid.pro/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6181
|
||||
},
|
||||
text: 'Phoenix Mashnet',
|
||||
ui: {
|
||||
@@ -718,7 +718,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'Phyken Network',
|
||||
providers: {
|
||||
// 'Phyken Testnet': 'wss://rpc.testnet.metaquity.xyz' // https://github.com/pezkuwi-js/apps/issues/10453
|
||||
// 'Phyken Testnet': 'wss://rpc.testnet.metaquity.xyz' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10453
|
||||
},
|
||||
text: 'Phyken Network Testnet',
|
||||
ui: {
|
||||
@@ -729,7 +729,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'pichiu',
|
||||
providers: {
|
||||
// 'Kylin Network': 'wss://zagros.kylin-node.co.uk' // https://github.com/pezkuwi-js/apps/pull/6761
|
||||
// 'Kylin Network': 'wss://zagros.kylin-node.co.uk' // https://github.com/pezkuwichain/pezkuwi-apps/pull/6761
|
||||
},
|
||||
text: 'Pichiu Testnet',
|
||||
ui: {
|
||||
@@ -739,7 +739,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'polkadex',
|
||||
providers: {
|
||||
// 'Polkadex Team': 'wss://blockchain.polkadex.trade' // https://github.com/pezkuwi-js/apps/issues/9150
|
||||
// 'Polkadex Team': 'wss://blockchain.polkadex.trade' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9150
|
||||
},
|
||||
text: 'Polkadex',
|
||||
ui: {
|
||||
@@ -761,7 +761,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'pontem',
|
||||
providers: {
|
||||
// Pontem: 'wss://testnet.pontem.network/ws', // https://github.com/pezkuwi-js/apps/issues/7652
|
||||
// Pontem: 'wss://testnet.pontem.network/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/7652
|
||||
},
|
||||
text: 'Pontem',
|
||||
ui: {
|
||||
@@ -772,7 +772,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'prism',
|
||||
providers: {
|
||||
// Prism: 'wss://testnet.psm.link' // https://github.com/pezkuwi-js/apps/issues/7340
|
||||
// Prism: 'wss://testnet.psm.link' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7340
|
||||
},
|
||||
text: 'Prism',
|
||||
ui: {
|
||||
@@ -794,7 +794,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'realis',
|
||||
providers: {
|
||||
// 'Realis.Network': 'wss://rpc.realis.network/' // https://github.com/pezkuwi-js/apps/issues/7982
|
||||
// 'Realis.Network': 'wss://rpc.realis.network/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7982
|
||||
},
|
||||
text: 'Realis.Network',
|
||||
ui: {
|
||||
@@ -805,7 +805,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'riochain',
|
||||
providers: {
|
||||
// 'RioChain Staging': 'wss://node.v1.staging.riochain.io' // https://github.com/pezkuwi-js/apps/issues/6181
|
||||
// 'RioChain Staging': 'wss://node.v1.staging.riochain.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6181
|
||||
},
|
||||
text: 'RioChain',
|
||||
ui: {
|
||||
@@ -816,7 +816,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'sherpax',
|
||||
providers: {
|
||||
// Chainx: 'wss://sherpax-testnet.chainx.org' // https://github.com/pezkuwi-js/apps/issues/9672
|
||||
// Chainx: 'wss://sherpax-testnet.chainx.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9672
|
||||
},
|
||||
text: 'Sherpax Testnet',
|
||||
ui: {
|
||||
@@ -827,7 +827,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'skyekiwi',
|
||||
providers: {
|
||||
// SkyeKiwi: 'wss://staging.rpc.skye.kiwi' // https://github.com/pezkuwi-js/apps/issues/10197
|
||||
// SkyeKiwi: 'wss://staging.rpc.skye.kiwi' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10197
|
||||
},
|
||||
text: 'SkyeKiwi Testnet',
|
||||
ui: {
|
||||
@@ -838,8 +838,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'sora-bizinikiwi',
|
||||
providers: {
|
||||
// 'Soramitsu #1': 'wss://ws.framenode-7.s4.stg1.sora2.soramitsu.co.jp', // https://github.com/pezkuwi-js/apps/issues/11935
|
||||
// 'Soramitsu #2': 'wss://ws.framenode-8.s5.stg1.sora2.soramitsu.co.jp' // https://github.com/pezkuwi-js/apps/issues/11965
|
||||
// 'Soramitsu #1': 'wss://ws.framenode-7.s4.stg1.sora2.soramitsu.co.jp', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11935
|
||||
// 'Soramitsu #2': 'wss://ws.framenode-8.s5.stg1.sora2.soramitsu.co.jp' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11965
|
||||
},
|
||||
text: 'SORA-staging',
|
||||
ui: {
|
||||
@@ -850,7 +850,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subdao',
|
||||
providers: {
|
||||
// SubDAO: 'wss://alpha.subdao.org' // https://github.com/pezkuwi-js/apps/issues/7473
|
||||
// SubDAO: 'wss://alpha.subdao.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7473
|
||||
},
|
||||
text: 'SubDAO Staging',
|
||||
ui: {
|
||||
@@ -861,7 +861,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subgame',
|
||||
providers: {
|
||||
// SubGame: 'wss://staging.subgame.org' // https://github.com/pezkuwi-js/apps/issues/7982
|
||||
// SubGame: 'wss://staging.subgame.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7982
|
||||
},
|
||||
text: 'SubGame Staging',
|
||||
ui: {
|
||||
@@ -872,7 +872,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace-farmnet',
|
||||
providers: {
|
||||
// 'Subspace Network': 'wss://farm-rpc.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/8135
|
||||
// 'Subspace Network': 'wss://farm-rpc.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8135
|
||||
},
|
||||
text: 'Subspace Farmnet',
|
||||
ui: {
|
||||
@@ -883,7 +883,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace-gemini-1',
|
||||
providers: {
|
||||
// Europe: 'wss://eu.gemini-1b.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11393
|
||||
// Europe: 'wss://eu.gemini-1b.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11393
|
||||
},
|
||||
text: 'Subspace Gemini 1',
|
||||
ui: {
|
||||
@@ -894,7 +894,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace-gemini-2a',
|
||||
providers: {
|
||||
// Europe: 'wss://eu-0.gemini-2a.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11513
|
||||
// Europe: 'wss://eu-0.gemini-2a.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11513
|
||||
},
|
||||
text: 'Subspace Gemini 2a',
|
||||
ui: {
|
||||
@@ -906,7 +906,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'subspace-gemini-3f',
|
||||
providers: {
|
||||
Europe: 'wss://rpc-1.gemini-3f.subspace.network/ws'
|
||||
// US: 'wss://rpc-0.gemini-3f.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/10091
|
||||
// US: 'wss://rpc-0.gemini-3f.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10091
|
||||
},
|
||||
text: 'Subspace Gemini 3f',
|
||||
ui: {
|
||||
@@ -917,8 +917,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace-gemini-3g',
|
||||
providers: {
|
||||
// Europe: 'wss://rpc-1.gemini-3g.subspace.network/ws', // https://github.com/pezkuwi-js/apps/issues/10912
|
||||
// US: 'wss://rpc-0.gemini-3g.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11263
|
||||
// Europe: 'wss://rpc-1.gemini-3g.subspace.network/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10912
|
||||
// US: 'wss://rpc-0.gemini-3g.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11263
|
||||
},
|
||||
text: 'Subspace Gemini 3g',
|
||||
ui: {
|
||||
@@ -929,7 +929,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace-gemini-3g-nova',
|
||||
providers: {
|
||||
// Subspace: 'wss://nova.gemini-3g.subspace.network/ws' https://github.com/pezkuwi-js/apps/issues/10957
|
||||
// Subspace: 'wss://nova.gemini-3g.subspace.network/ws' https://github.com/pezkuwichain/pezkuwi-apps/issues/10957
|
||||
},
|
||||
text: 'Subspace Gemini 3g Nova',
|
||||
ui: {
|
||||
@@ -940,8 +940,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace-gemini-3h',
|
||||
providers: {
|
||||
// US: 'wss://rpc-0.gemini-3h.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11423
|
||||
// US2: 'wss://rpc-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11098
|
||||
// US: 'wss://rpc-0.gemini-3h.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11423
|
||||
// US2: 'wss://rpc-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098
|
||||
},
|
||||
text: 'Subspace Gemini 3h',
|
||||
ui: {
|
||||
@@ -952,8 +952,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace-gemini-3h-nova',
|
||||
providers: {
|
||||
// EU1: 'wss://nova-0.gemini-3h.subspace.network/ws', // https://github.com/pezkuwi-js/apps/issues/11098
|
||||
// EU2: 'wss://nova-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11098
|
||||
// EU1: 'wss://nova-0.gemini-3h.subspace.network/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098
|
||||
// EU2: 'wss://nova-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098
|
||||
},
|
||||
text: 'Subspace Gemini 3h Nova',
|
||||
ui: {
|
||||
@@ -964,7 +964,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'subspace',
|
||||
providers: {
|
||||
// 'Subspace Network': 'wss://test-rpc.subspace.network' // https://github.com/pezkuwi-js/apps/issues/8598
|
||||
// 'Subspace Network': 'wss://test-rpc.subspace.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8598
|
||||
},
|
||||
text: 'Subspace Testnet',
|
||||
ui: {
|
||||
@@ -975,7 +975,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'tangle',
|
||||
providers: {
|
||||
// Webb: 'wss://testnet-rpc.tangle.tools' // https://github.com/pezkuwi-js/apps/issues/10555
|
||||
// Webb: 'wss://testnet-rpc.tangle.tools' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10555
|
||||
},
|
||||
text: 'Tangle',
|
||||
ui: {
|
||||
@@ -986,7 +986,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'ternoa-alphanet',
|
||||
providers: {
|
||||
// CapsuleCorp: 'wss://alphanet.ternoa.com' // https://github.com/pezkuwi-js/apps/issues/11406
|
||||
// CapsuleCorp: 'wss://alphanet.ternoa.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11406
|
||||
},
|
||||
text: 'Ternoa Alphanet',
|
||||
ui: {
|
||||
@@ -996,7 +996,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'ternoa-testnet',
|
||||
providers: {
|
||||
// CapsuleCorp: 'wss://testnet.ternoa.com/' // https://github.com/pezkuwi-js/apps/issues/9515
|
||||
// CapsuleCorp: 'wss://testnet.ternoa.com/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9515
|
||||
},
|
||||
text: 'Ternoa Testnet',
|
||||
ui: {
|
||||
@@ -1007,7 +1007,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'bitcountry',
|
||||
providers: {
|
||||
// 'Metaverse Foundation': 'wss://tewai-rpc.bit.country' // https://github.com/pezkuwi-js/apps/issues/9059
|
||||
// 'Metaverse Foundation': 'wss://tewai-rpc.bit.country' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059
|
||||
},
|
||||
text: 'Tewai',
|
||||
ui: {
|
||||
@@ -1017,7 +1017,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'laminar',
|
||||
providers: {
|
||||
// Laminar: 'wss://testnet-node-1.laminar-chain.laminar.one/ws' // https://github.com/pezkuwi-js/apps/issues/8060
|
||||
// Laminar: 'wss://testnet-node-1.laminar-chain.laminar.one/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8060
|
||||
},
|
||||
text: 'Turbulence',
|
||||
ui: {
|
||||
@@ -1028,7 +1028,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'uniarts',
|
||||
providers: {
|
||||
// UniArts: 'wss://testnet.uniarts.network' // https://github.com/pezkuwi-js/apps/issues/8541
|
||||
// UniArts: 'wss://testnet.uniarts.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8541
|
||||
},
|
||||
text: 'UniArts',
|
||||
ui: {
|
||||
@@ -1038,7 +1038,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'unique',
|
||||
providers: {
|
||||
// Unique: 'wss://testnet2.unique.network' // https://github.com/pezkuwi-js/apps/issues/7621
|
||||
// Unique: 'wss://testnet2.unique.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7621
|
||||
},
|
||||
text: 'Unique',
|
||||
ui: {
|
||||
@@ -1049,7 +1049,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'unitv',
|
||||
providers: {
|
||||
// 'Unit Network': 'wss://unitventures.io/' // https://github.com/pezkuwi-js/apps/issues/5684
|
||||
// 'Unit Network': 'wss://unitventures.io/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/5684
|
||||
},
|
||||
text: 'Unit Network',
|
||||
ui: {
|
||||
@@ -1071,7 +1071,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'vodka',
|
||||
providers: {
|
||||
// Vodka: 'wss://vodka.rpc.neatcoin.org/ws' // https://github.com/pezkuwi-js/apps/issues/8175
|
||||
// Vodka: 'wss://vodka.rpc.neatcoin.org/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8175
|
||||
},
|
||||
text: 'Vodka',
|
||||
ui: {}
|
||||
@@ -1079,7 +1079,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'web3games',
|
||||
providers: {
|
||||
// 'Web3Games Foundation': 'wss://devnet.web3games.org' // https://github.com/pezkuwi-js/apps/issues/9947
|
||||
// 'Web3Games Foundation': 'wss://devnet.web3games.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9947
|
||||
},
|
||||
text: 'Web3Games',
|
||||
ui: {
|
||||
@@ -1090,7 +1090,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'xsocial',
|
||||
providers: {
|
||||
// DappForce: 'wss://xsocial.subsocial.network' // https://github.com/pezkuwi-js/apps/issues/10555
|
||||
// DappForce: 'wss://xsocial.subsocial.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10555
|
||||
},
|
||||
text: 'xSocial',
|
||||
ui: {
|
||||
@@ -1100,7 +1100,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
info: 'zCloak',
|
||||
providers: {
|
||||
// 'zCloak Network': 'wss://test1.zcloak.network' // https://github.com/pezkuwi-js/apps/issues/7408
|
||||
// 'zCloak Network': 'wss://test1.zcloak.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7408
|
||||
},
|
||||
text: 'zCloak-network',
|
||||
ui: {
|
||||
@@ -1112,7 +1112,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
|
||||
homepage: 'https://zero.io',
|
||||
info: 'ZERO Alphaville',
|
||||
providers: {
|
||||
// GameDAO: 'wss://rpc.dev.gamedao.net' https://github.com/pezkuwi-js/apps/issues/11026
|
||||
// GameDAO: 'wss://rpc.dev.gamedao.net' https://github.com/pezkuwichain/pezkuwi-apps/issues/11026
|
||||
},
|
||||
text: 'ZERO Alphaville',
|
||||
ui: {
|
||||
|
||||
@@ -48,7 +48,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'paseoAmplitude',
|
||||
paraId: 2124,
|
||||
providers: {
|
||||
// PendulumChain: 'wss://rpc-foucoco.pendulumchain.tech' // https://github.com/pezkuwi-js/apps/issues/11267
|
||||
// PendulumChain: 'wss://rpc-foucoco.pendulumchain.tech' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11267
|
||||
},
|
||||
text: 'Amplitude testnet (Foucoco)',
|
||||
ui: {
|
||||
@@ -61,7 +61,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'paseoAventus',
|
||||
paraId: 2056,
|
||||
providers: {
|
||||
// Aventus: 'wss://public-rpc.testnet.aventus.io' // https://github.com/pezkuwi-js/apps/issues/11827
|
||||
// Aventus: 'wss://public-rpc.testnet.aventus.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11827
|
||||
},
|
||||
text: 'Aventus',
|
||||
ui: {
|
||||
@@ -74,7 +74,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'Bajun(paseo)',
|
||||
paraId: 2119,
|
||||
providers: {
|
||||
// BajunNetwork: 'wss://rpc-paseo.bajun.network' https://github.com/pezkuwi-js/apps/issues/11026
|
||||
// BajunNetwork: 'wss://rpc-paseo.bajun.network' https://github.com/pezkuwichain/pezkuwi-apps/issues/11026
|
||||
},
|
||||
text: 'Bajun Network (Paseo)',
|
||||
ui: {
|
||||
@@ -101,7 +101,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'Darwinia Koi',
|
||||
paraId: 2105,
|
||||
providers: {
|
||||
// Darwinia: 'wss://koi-rpc.darwinia.network' // https://github.com/pezkuwi-js/apps/issues/11279
|
||||
// Darwinia: 'wss://koi-rpc.darwinia.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11279
|
||||
},
|
||||
text: 'Darwinia Koi',
|
||||
ui: {
|
||||
@@ -207,7 +207,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'integritee',
|
||||
paraId: 2039,
|
||||
providers: {
|
||||
// Integritee: 'wss://paseo.api.integritee.network' // https://github.com/pezkuwi-js/apps/issues/11992
|
||||
// Integritee: 'wss://paseo.api.integritee.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11992
|
||||
},
|
||||
text: 'Integritee Network (Paseo)',
|
||||
ui: {
|
||||
@@ -287,7 +287,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'Myriad Social',
|
||||
paraId: 4005,
|
||||
providers: {
|
||||
// myriadPaseo: 'wss://ws-rpc.paseo.myriad.social' // https://github.com/pezkuwi-js/apps/issues/11589
|
||||
// myriadPaseo: 'wss://ws-rpc.paseo.myriad.social' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11589
|
||||
},
|
||||
text: 'Myriad Social Testnet',
|
||||
ui: {
|
||||
@@ -351,7 +351,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
paraId: 4001,
|
||||
providers: {
|
||||
'R0GUE-RPC1': 'wss://rpc1.paseo.popnetwork.xyz'
|
||||
// 'R0GUE-RPC2': 'wss://rpc2.paseo.popnetwork.xyz', // https://github.com/pezkuwi-js/apps/issues/11629
|
||||
// 'R0GUE-RPC2': 'wss://rpc2.paseo.popnetwork.xyz', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11629
|
||||
},
|
||||
text: 'Pop Network',
|
||||
ui: {
|
||||
@@ -364,7 +364,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'qf-paseo',
|
||||
paraId: 4775,
|
||||
providers: {
|
||||
// 'QF Network': 'wss://para-test.qfnetwork.xyz' // https://github.com/pezkuwi-js/apps/issues/11745
|
||||
// 'QF Network': 'wss://para-test.qfnetwork.xyz' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11745
|
||||
},
|
||||
text: 'QF Network (Paseo)',
|
||||
ui: {
|
||||
@@ -376,7 +376,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'regionxCocos',
|
||||
paraId: 4509,
|
||||
providers: {
|
||||
// RegionX: 'wss://regionx-paseo.regionx.tech' // https://github.com/pezkuwi-js/apps/issues/11098
|
||||
// RegionX: 'wss://regionx-paseo.regionx.tech' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098
|
||||
},
|
||||
text: 'RegionX(Paseo)',
|
||||
ui: {
|
||||
@@ -389,7 +389,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'PaseoShibuyaChain',
|
||||
paraId: 2000,
|
||||
providers: {
|
||||
// Astar: 'wss://rpc.shibuya.astar.network' // https://github.com/pezkuwi-js/apps/issues/11950
|
||||
// Astar: 'wss://rpc.shibuya.astar.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11950
|
||||
},
|
||||
relayName: 'paseo',
|
||||
text: 'Shibuya Testnet (Astar)',
|
||||
@@ -402,7 +402,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'paseoWatr',
|
||||
paraId: 2058,
|
||||
providers: {
|
||||
// Watr: 'wss://rpc.dev.watr.org' // https://github.com/pezkuwi-js/apps/issues/11648
|
||||
// Watr: 'wss://rpc.dev.watr.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11648
|
||||
},
|
||||
text: 'Watr Network',
|
||||
ui: {
|
||||
@@ -415,7 +415,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'TEE cloud',
|
||||
paraId: 4545,
|
||||
providers: {
|
||||
// WeTEEDAO: 'wss://paseo.asyou.me/ws' // https://github.com/pezkuwi-js/apps/issues/11610
|
||||
// WeTEEDAO: 'wss://paseo.asyou.me/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11610
|
||||
},
|
||||
text: 'WeTEE (Paseo)',
|
||||
ui: {
|
||||
@@ -428,7 +428,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'Xcavate',
|
||||
paraId: 4683,
|
||||
providers: {
|
||||
// Xcavate: 'wss://rpc2-paseo.xcavate.io' // https://github.com/pezkuwi-js/apps/issues/12007
|
||||
// Xcavate: 'wss://rpc2-paseo.xcavate.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/12007
|
||||
},
|
||||
text: 'Xcavate',
|
||||
ui: {
|
||||
@@ -441,7 +441,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'paseoXode',
|
||||
paraId: 4607,
|
||||
providers: {
|
||||
// XodeCommunity: 'wss://paseo-rpcnode.xode.net' // https://github.com/pezkuwi-js/apps/issues/12007
|
||||
// XodeCommunity: 'wss://paseo-rpcnode.xode.net' // https://github.com/pezkuwichain/pezkuwi-apps/issues/12007
|
||||
},
|
||||
text: 'Xode',
|
||||
ui: {
|
||||
@@ -454,7 +454,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
|
||||
info: 'ZeitgeistBatteryStation',
|
||||
paraId: 2101,
|
||||
providers: {
|
||||
// Zeitgeist: 'wss://bsr.zeitgeist.pm' // https://github.com/pezkuwi-js/apps/issues/11992
|
||||
// Zeitgeist: 'wss://bsr.zeitgeist.pm' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11992
|
||||
},
|
||||
text: 'Zeitgeist Battery Station',
|
||||
ui: {
|
||||
@@ -523,7 +523,7 @@ export const testParasPaseoCommon: EndpointOption[] = [
|
||||
providers: {
|
||||
IBP1: 'wss://sys.ibp.network/coretime-paseo',
|
||||
IBP2: 'wss://coretime-paseo.dotters.network'
|
||||
// ParaNodes: 'wss://paseo-coretime.paranodes.io', // https://github.com/pezkuwi-js/apps/issues/11587
|
||||
// ParaNodes: 'wss://paseo-coretime.paranodes.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11587
|
||||
},
|
||||
relayName: 'paseo',
|
||||
teleport: [-1],
|
||||
@@ -602,7 +602,7 @@ export const testRelayPaseo: EndpointOption = {
|
||||
IBP1: 'wss://rpc.ibp.network/paseo',
|
||||
IBP2: 'wss://paseo.dotters.network',
|
||||
StakeWorld: 'wss://pas-rpc.stakeworld.io'
|
||||
// Zondax: 'wss://api2.zondax.ch/pas/node/rpc' // https://github.com/pezkuwi-js/apps/issues/11199
|
||||
// Zondax: 'wss://api2.zondax.ch/pas/node/rpc' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11199
|
||||
// 'light client': 'light://bizinikiwi-connect/paseo'
|
||||
},
|
||||
teleport: getTeleports(testParasPaseoCommon),
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
import type { EndpointOption } from './types.js';
|
||||
|
||||
import { ZAGROS_GENESIS } from '../api/constants.js';
|
||||
import { chainsZagrosSVG } from '../ui/logos/chains/index.js';
|
||||
import { getTeleports } from './util.js';
|
||||
|
||||
// Zagros Test Network Endpoints
|
||||
@@ -22,7 +23,7 @@ export const testParasZagros: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Asset Hub',
|
||||
ui: {
|
||||
color: '#00b894',
|
||||
logo: 'chainsZagrosSVG'
|
||||
logo: chainsZagrosSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -36,7 +37,7 @@ export const testParasZagros: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Bridge Hub',
|
||||
ui: {
|
||||
color: '#00b894',
|
||||
logo: 'chainsZagrosSVG'
|
||||
logo: chainsZagrosSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -50,7 +51,7 @@ export const testParasZagros: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Collectives',
|
||||
ui: {
|
||||
color: '#00b894',
|
||||
logo: 'chainsZagrosSVG'
|
||||
logo: chainsZagrosSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -64,7 +65,7 @@ export const testParasZagros: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'Coretime',
|
||||
ui: {
|
||||
color: '#00b894',
|
||||
logo: 'chainsZagrosSVG'
|
||||
logo: chainsZagrosSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -79,7 +80,7 @@ export const testParasZagros: Omit<EndpointOption, 'teleport'>[] = [
|
||||
text: 'People',
|
||||
ui: {
|
||||
color: '#00b894',
|
||||
logo: 'chainsZagrosSVG'
|
||||
logo: chainsZagrosSVG
|
||||
}
|
||||
}
|
||||
];
|
||||
@@ -102,6 +103,6 @@ export const testRelayZagros: EndpointOption = {
|
||||
ui: {
|
||||
color: '#00b894',
|
||||
identityIcon: 'jdenticon',
|
||||
logo: 'chainsZagrosSVG'
|
||||
logo: chainsZagrosSVG
|
||||
}
|
||||
};
|
||||
|
||||
@@ -7,7 +7,7 @@ import type { ExternalDef } from './types.js';
|
||||
import { externalPezkuwistatsSVG } from '../ui/logos/external/index.js';
|
||||
|
||||
// NOTE Not maintained, see breakage reports in
|
||||
// https://github.com/pezkuwi-js/apps/issues/8903
|
||||
// https://github.com/pezkuwichain/pezkuwi-apps/issues/8903
|
||||
export const Pezkuwistats: ExternalDef = {
|
||||
chains: {
|
||||
Dicle: 'dicle',
|
||||
|
||||
@@ -4,13 +4,13 @@ Desktop Pezkuwi apps client for Windows, Mac and Linux.
|
||||
|
||||
## Installation
|
||||
|
||||
[Download here](https://github.com/pezkuwi-js/apps/releases/latest) latest versions for Windows, Mac and Linux.
|
||||
[Download here](https://github.com/pezkuwichain/pezkuwi-apps/releases/latest) latest versions for Windows, Mac and Linux.
|
||||
|
||||
## Development and testing
|
||||
|
||||
Contributions are welcome!
|
||||
|
||||
Follow steps described [here](https://github.com/pezkuwi-js/apps#development) to setup the project.
|
||||
Follow steps described [here](https://github.com/pezkuwichain/pezkuwi-apps#development) to setup the project.
|
||||
|
||||
* Run `yarn start:electron` to start the app in development mode. You will possibly see the `Not Found / 404` message. It's ok, just wait for the build to finish and refresh pressing `Ctrl+R`.
|
||||
* Run `yarn test` to run tests
|
||||
|
||||
@@ -6,7 +6,7 @@ import type { Route, TFunction } from './types.js';
|
||||
import Component, { useCounter } from '@pezkuwi/app-claims';
|
||||
import { hasBuffer, u8aToBuffer } from '@pezkuwi/util';
|
||||
|
||||
// See https://github.com/pezkuwi-js/apps/issues/10115 - this may not work,
|
||||
// See https://github.com/pezkuwichain/pezkuwi-apps/issues/10115 - this may not work,
|
||||
// if not we will have to disable it all (no way of testing)
|
||||
function needsApiCheck (): boolean {
|
||||
try {
|
||||
|
||||
@@ -27,13 +27,13 @@ interface Props {
|
||||
function createExternals (t: (key: string, optionsOrText?: string | { replace: Record<string, unknown> }, options?: { ns: string }) => string): ItemRoute[] {
|
||||
return [
|
||||
{
|
||||
href: 'https://github.com/pezkuwi-js/apps',
|
||||
href: 'https://github.com/pezkuwichain/pezkuwi-apps',
|
||||
icon: 'code-branch',
|
||||
name: 'github',
|
||||
text: t('nav.github', 'GitHub', { ns: 'apps-routing' })
|
||||
},
|
||||
{
|
||||
href: 'https://wiki.pezkuwi.network',
|
||||
href: 'https://wiki.pezkuwichain.io',
|
||||
icon: 'book',
|
||||
name: 'wiki',
|
||||
text: t('nav.wiki', 'Wiki', { ns: 'apps-routing' })
|
||||
|
||||
@@ -36,7 +36,7 @@ const BannerAssetHubMigration = () => {
|
||||
<br />
|
||||
{t('For more information about Asset Hub migration, check the ')}
|
||||
<a
|
||||
href='https://support.pezkuwi.network/support/solutions/articles/65000190561#What-would-happen-after-the-migration?'
|
||||
href='https://support.pezkuwichain.io/support/solutions/articles/65000190561#What-would-happen-after-the-migration?'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>details here</a>.
|
||||
|
||||
@@ -120,8 +120,8 @@ function getPezkuwi (kind?: StatementKind | null): Statement | undefined {
|
||||
}
|
||||
|
||||
const url = kind.isRegular
|
||||
? 'https://statement.pezkuwi.network/regular.html'
|
||||
: 'https://statement.pezkuwi.network/saft.html';
|
||||
? 'https://statement.pezkuwichain.io/regular.html'
|
||||
: 'https://statement.pezkuwichain.io/saft.html';
|
||||
const hash = kind.isRegular
|
||||
? 'Qmc1XYqT6S39WNp2UeiRUrZichUWUPpGEThDE6dAb3f6Ny'
|
||||
: 'QmXEkMahfhHJPzT3RjkXiZVFi77ZeVeuxtAjhojGRNYckz';
|
||||
|
||||
@@ -19,7 +19,7 @@ const optionsMulti = {
|
||||
function mapValidators (startWith: Record<string, [GroupIndex, ValidatorInfo[]]>, ids: ParaId[], validators: AccountId[], groups: ParaValidatorIndex[][], indices: ParaValidatorIndex[], scheduled: CoreAssignment[]): Record<string, [GroupIndex, ValidatorInfo[]]> {
|
||||
return ids.reduce((all: Record<string, [GroupIndex, ValidatorInfo[]]>, id) => {
|
||||
// paraId should never be undefined, since it comes from the state, yet here we are...
|
||||
// See https://github.com/pezkuwi-js/apps/issues/6435
|
||||
// See https://github.com/pezkuwichain/pezkuwi-apps/issues/6435
|
||||
const assignment = scheduled.find(({ paraId }) => paraId && paraId.eq(id));
|
||||
|
||||
if (!assignment) {
|
||||
|
||||
@@ -68,7 +68,7 @@ function PreimageCall ({ className = '', value }: Props): React.ReactElement<Pro
|
||||
? (
|
||||
<AddressMini
|
||||
// HACK: In the rare case that the value is passed down as a Null Codec type as seen with Tangle
|
||||
// We ensure to handle that case. ref: https://github.com/pezkuwi-js/apps/issues/10793
|
||||
// We ensure to handle that case. ref: https://github.com/pezkuwichain/pezkuwi-apps/issues/10793
|
||||
balance={!(value.deposit.amount instanceof Null) ? value.deposit.amount : undefined}
|
||||
value={value.deposit.who}
|
||||
withBalance
|
||||
|
||||
@@ -24,7 +24,7 @@ interface State {
|
||||
|
||||
/**
|
||||
* Declares the Runtime APIs that do not require extrinsic length to be prefixed when converting them to a u8 array.
|
||||
* REF: https://github.com/pezkuwi-js/apps/blob/master/packages/react-params/src/Param/BaseBytes.tsx#L99
|
||||
* REF: https://github.com/pezkuwichain/pezkuwi-apps/blob/master/packages/react-params/src/Param/BaseBytes.tsx#L99
|
||||
*/
|
||||
const WITHOUT_LENGTH = ['transactionPaymentApi'];
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@ function Developer ({ className = '', onStatusChange }: Props): React.ReactEleme
|
||||
</div>
|
||||
<div className='ui--row'>
|
||||
<div className='full'>
|
||||
<Trans i18nKey='devConfig'><div className='help'>If you are a development team with at least a test network available, consider adding the types directly <a href='https://github.com/pezkuwi-js/apps/tree/master/packages/apps-config' rel='noopener noreferrer' target='_blank'>to the apps-config</a>, allowing out of the box operation for your spec & chains, both for you and anybody trying to connect to it. This is not a replacement for your chain-specific UI, however doing so does help in allowing users to easily discover and use with zero-config.</div></Trans>
|
||||
<Trans i18nKey='devConfig'><div className='help'>If you are a development team with at least a test network available, consider adding the types directly <a href='https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/apps-config' rel='noopener noreferrer' target='_blank'>to the apps-config</a>, allowing out of the box operation for your spec & chains, both for you and anybody trying to connect to it. This is not a replacement for your chain-specific UI, however doing so does help in allowing users to easily discover and use with zero-config.</div></Trans>
|
||||
</div>
|
||||
</div>
|
||||
<Button.Group>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# @pezkuwi/react-api
|
||||
|
||||
WARNING: This is not deemed stable yet for external use in React-based apps and still included in the [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) repo. Since these are generic HOC components for React, they will move to the [pezkuwi-js/ui](https://github.com/pezkuwi-js/ui) repo once deemed stable and usable by external projects.
|
||||
WARNING: This is not deemed stable yet for external use in React-based apps and still included in the [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) repo. Since these are generic HOC components for React, they will move to the [pezkuwichain/pezkuwi-ui](https://github.com/pezkuwichain/pezkuwi-ui) repo once deemed stable and usable by external projects.
|
||||
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwi-js/ui documentation](https://pezkuwi.js.org/ui/)
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwichain/pezkuwi-ui documentation](https://pezkuwi.js.org/ui/)
|
||||
|
||||
@@ -359,7 +359,7 @@ export function ApiCtxRoot ({ apiUrl, beforeApiInit, children, isElectron, store
|
||||
statics.api.on('disconnected', () => setIsApiConnected(false));
|
||||
statics.api.on('error', onError);
|
||||
statics.api.on('ready', (): void => {
|
||||
const injectedPromise = web3Enable('pezkuwi-js/apps');
|
||||
const injectedPromise = web3Enable('pezkuwichain/pezkuwi-apps');
|
||||
|
||||
injectedPromise
|
||||
.then(setExtensions)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# @pezkuwi/react-components
|
||||
|
||||
WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use.
|
||||
WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use.
|
||||
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwi-js/ui documentation](https://pezkuwi.js.org/ui/)
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwichain/pezkuwi-ui documentation](https://pezkuwi.js.org/ui/)
|
||||
|
||||
@@ -40,7 +40,7 @@ const OPT_ID = {
|
||||
? optId.unwrap()
|
||||
: null;
|
||||
|
||||
// Backwards compatibility - https://github.com/pezkuwi-js/apps/issues/10493
|
||||
// Backwards compatibility - https://github.com/pezkuwichain/pezkuwi-apps/issues/10493
|
||||
return !id
|
||||
? null
|
||||
: Array.isArray(id)
|
||||
|
||||
@@ -54,7 +54,7 @@ function extractTotals (stakingInfo?: DeriveStakingAccountPartial, progress?: De
|
||||
// would be down and then when a session completes, would be higher again, just to
|
||||
// repeat the cycle again
|
||||
//
|
||||
// See https://github.com/pezkuwi-js/apps/issues/9397#issuecomment-1532465939
|
||||
// See https://github.com/pezkuwichain/pezkuwi-apps/issues/9397#issuecomment-1532465939
|
||||
isStalled
|
||||
? progress.eraProgress.mod(progress.eraLength)
|
||||
: progress.eraProgress
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# @pezkuwi/react-hooks
|
||||
|
||||
WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwi-js/ui](https://github.com/pezkuwi-js/ui) repo once deemed stable and usable.
|
||||
WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwichain/pezkuwi-ui](https://github.com/pezkuwichain/pezkuwi-ui) repo once deemed stable and usable.
|
||||
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwi-js/ui documentation](https://pezkuwi.js.org/ui/)
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwichain/pezkuwi-ui documentation](https://pezkuwi.js.org/ui/)
|
||||
|
||||
@@ -225,7 +225,7 @@ function usePreimageImpl (hashOrBounded?: Hash | HexString | FrameSupportPreimag
|
||||
);
|
||||
|
||||
// api.query.preimage.statusFor has been deprecated in favor of api.query.preimage.requestStatusFor.
|
||||
// To ensure we get all preimages correctly we query both storages. see: https://github.com/pezkuwi-js/apps/pull/10310
|
||||
// To ensure we get all preimages correctly we query both storages. see: https://github.com/pezkuwichain/pezkuwi-apps/pull/10310
|
||||
const optStatus = useCall<Option<PalletPreimageRequestStatus>>(!inlineData && paramsStatus && api.query.preimage?.statusFor, paramsStatus);
|
||||
const optRequstStatus = useCall<Option<PalletPreimageRequestStatus>>(!inlineData && paramsStatus && api.query.preimage?.requestStatusFor, paramsStatus);
|
||||
const someOptStatus = optStatus?.isSome ? optStatus : optRequstStatus;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# @pezkuwi/react-params
|
||||
|
||||
WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use.
|
||||
WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use.
|
||||
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwi-js/ui documentation](https://pezkuwi.js.org/ui/)
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwichain/pezkuwi-ui documentation](https://pezkuwi.js.org/ui/)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# @pezkuwi/react-query
|
||||
|
||||
WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwi-js/ui](https://github.com/pezkuwi-js/ui) repo once deemed stable and usable.
|
||||
WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwichain/pezkuwi-ui](https://github.com/pezkuwichain/pezkuwi-ui) repo once deemed stable and usable.
|
||||
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwi-js/ui documentation](https://pezkuwi.js.org/ui/)
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwichain/pezkuwi-ui documentation](https://pezkuwi.js.org/ui/)
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# @pezkuwi/react-signer
|
||||
|
||||
WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use.
|
||||
WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use.
|
||||
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwi-js/ui documentation](https://pezkuwi.js.org/ui/)
|
||||
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwichain/pezkuwi-ui documentation](https://pezkuwi.js.org/ui/)
|
||||
|
||||
@@ -9,7 +9,7 @@ import metaStatic from '@pezkuwi/types-support/metadata/static-bizinikiwi';
|
||||
|
||||
export function createAugmentedApi (): ApiPromise {
|
||||
const registry = new TypeRegistry();
|
||||
// FIXME - ref: https://github.com/pezkuwi-js/apps/pull/11051
|
||||
// FIXME - ref: https://github.com/pezkuwichain/pezkuwi-apps/pull/11051
|
||||
// Adding support for CJS and ESM correctly has caused some build issues.
|
||||
// This is a hacky type cast to allow the compiler to be happy.
|
||||
const metadata = new Metadata(registry as unknown as Registry, metaStatic);
|
||||
|
||||
@@ -6,7 +6,7 @@ import type { Registry } from '@pezkuwi/types/types';
|
||||
import { TypeRegistry, u128 as U128 } from '@pezkuwi/types';
|
||||
|
||||
export function balanceOf (number: number | string): U128 {
|
||||
// FIXME - ref: https://github.com/pezkuwi-js/apps/pull/11051
|
||||
// FIXME - ref: https://github.com/pezkuwichain/pezkuwi-apps/pull/11051
|
||||
// Adding support for CJS and ESM correctly has caused some build issues.
|
||||
// This is a hacky type cast to allow the compiler to be happy.
|
||||
return new U128(new TypeRegistry() as unknown as Registry, number);
|
||||
|
||||
Reference in New Issue
Block a user