Rebrand: Remove 3rd party chains, update domains to PezkuwiChain

- Remove all 3rd party parachain configurations from endpoints:
  - productionRelayPolkadot.ts: Keep only system parachains
  - productionRelayDicle.ts: Keep only system parachains
  - testingRelayZagros.ts: Keep only system parachains
  - testingRelayTeyrChain.ts: Keep only system parachains

- Update domain references:
  - polkadot.js.org → pezkuwichain.app
  - wiki.polkadot.network → wiki.pezkuwichain.io
  - dotapps.io → pezkuwichain.app
  - statement.polkadot.network → docs.pezkuwichain.io/statement
  - support.polkadot.network → docs.pezkuwichain.io

- Update repository references:
  - github.com/pezkuwi-js/apps → github.com/pezkuwichain/pwap

- Rename system parachains to Pezkuwi ecosystem:
  - PolkadotAssetHub → PezkuwiAssetHub
  - polkadotBridgeHub → pezkuwiBridgeHub
  - polkadotCollectives → pezkuwiCollectives
  - polkadotCoretime → pezkuwiCoretime
  - polkadotPeople → pezkuwiPeople

- Update network name in claims utility:
  - Polkadot → Pezkuwi
This commit is contained in:
2026-01-09 03:08:11 +03:00
parent 12b5976838
commit 971df8edba
3348 changed files with 4629 additions and 7040 deletions
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ApiPromise } from '@pezkuwi/api';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { KeypairType } from '@pezkuwi/util-crypto/types';
@@ -42,7 +42,7 @@ function InjectKeys ({ onClose }: Props): React.ReactElement<Props> | null {
{ text: t('Babe'), value: 'babe' },
{ text: t('Grandpa'), value: 'gran' },
{ text: t('I\'m Online'), value: 'imon' },
{ text: t('Parachains'), value: 'para' }
{ text: t('TeyrChains'), value: 'para' }
]);
useEffect((): void => {
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveBalancesAll } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveBalancesAll } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { I18nProps } from '@pezkuwi/react-components/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { SubmittableExtrinsic } from '@pezkuwi/api/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveEraExposure, DeriveSessionIndexes } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakingAccount } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import React, { useCallback, useMemo, useState } from 'react';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveBalancesAll } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { SessionInfo } from '../partials/types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { PezpalletStakingStakingLedger } from '@pezkuwi/types/lookup';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakingAccount } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ApiPromise } from '@pezkuwi/api';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { StakerState } from '@pezkuwi/react-hooks/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { SortedTargets } from '../types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BondInfo } from './partials/types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveSessionProgress, DeriveUnlocking } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveSessionProgress } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { PezpalletNominationPoolsPoolMember } from '@pezkuwi/types/lookup';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveSessionProgress } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/react-components authors & contributors
// Copyright 2017-2026 @pezkuwi/react-components authors & contributors
// SPDX-License-Identifier: Apache-2.0
interface Option {
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import '@pezkuwi/api-augment';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveBalancesAll } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { u32 } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import React from 'react';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { SessionInfo } from './types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ValidateInfo } from './types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { SubmittableExtrinsic } from '@pezkuwi/api/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { AccountId, Balance, UnappliedSlashOther } from '@pezkuwi/types/interfaces';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ApiPromise } from '@pezkuwi/api';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveSessionInfo } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { AccountId32 } from '@pezkuwi/types/interfaces';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { StakerState } from '@pezkuwi/react-hooks/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { PezpalletBagsListListBag, PezpalletBagsListListNode } from '@pezkuwi/types/lookup';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option, StorageKey, u64 } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakingAccount } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { AugmentedQueries } from '@pezkuwi/api-base/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import React from 'react';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import queryString from 'query-string';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { u32 } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ApiPromise } from '@pezkuwi/api';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakerReward } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakerReward } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveSessionProgress } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { LineData } from './types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakerPoints } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakerPrefs } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveEraRewards, DeriveOwnSlashes, DeriveStakerPoints } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveOwnExposure } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Props } from './types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { INumber } from '@pezkuwi/types/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveSessionIndexes } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { SubmittableExtrinsic } from '@pezkuwi/api/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Slash } from './types.js';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveSessionProgress } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { StakerState } from '@pezkuwi/react-hooks/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { UnappliedSlash } from '@pezkuwi/types/interfaces';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { StakerState } from '@pezkuwi/react-hooks/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { UnappliedSlash } from '@pezkuwi/types/interfaces';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveHasIdentity } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { StakerState } from '@pezkuwi/react-hooks/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import React from 'react';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ApiPromise } from '@pezkuwi/api';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { u32 } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { BN } from '@pezkuwi/util';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ApiPromise } from '@pezkuwi/api';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Balance } from '@pezkuwi/types/interfaces';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveHeartbeats, DeriveStakingOverview } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakingOverview } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveHeartbeats, DeriveStakingOverview } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
export interface AddressDetails {
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
export const MAX_NOMINATIONS = 16;
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveStakingOverview } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { useTranslation as useTranslationBase } from 'react-i18next';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Inflation } from '@pezkuwi/react-hooks/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DeriveHasIdentity } from '@pezkuwi/api-derive/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option, StorageKey } from '@pezkuwi/types';
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @pezkuwi/app-staking authors & contributors
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { ApiPromise } from '@pezkuwi/api';