Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps authors & contributors
// Copyright 2017-2026 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0

module.exports = require('@polkadot/dev/config/prettier.cjs');
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps authors & contributors
// Copyright 2017-2026 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0

import baseConfig from '@polkadot/dev/config/eslint';
Expand Down
2 changes: 1 addition & 1 deletion i18next-scanner.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps authors & contributors
// Copyright 2017-2026 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0

const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/chain/cere.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/chain/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { HexString } from '@polkadot/util/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/derives.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition, OverrideBundleType } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { applyDerives } from './derives.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './inflation.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/inflation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ApiPromise } from '@polkadot/api';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/proposalThresholds.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ApiPromise } from '@polkadot/api';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/teleport.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ApiPromise } from '@polkadot/api';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/tracks/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ApiPromise } from '@polkadot/api';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/tracks/kusama.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { TrackInfo } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/tracks/polkadot.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { TrackInfo } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/tracks/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { BN } from '@polkadot/util';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/tracks/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { BN } from '@polkadot/util';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/acala.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { typesBundleForPolkadot } from '@acala-network/type-definitions';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/ajuna.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/allfeat.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/altair.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/apron.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/ares-gladios.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/ares-parachain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/argon.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/astar.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/avail.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bajun.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/basilisk.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/beresheet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bifrost-asgard.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bifrost-parachain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bifrost.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bitcountry-pioneer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { types } from '@metaverse-network-sdk/type-definitions';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bitcountry-rococo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bitcountry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/bittensor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/centrifuge-chain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/centrifuge.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/chainx.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/clover-rococo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/clover.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/coinversation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/communeai.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/competitors-club.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/contracts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/crown-sterling.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/crust.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/curio.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/dataavail.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/datahighway.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/dock-mainnet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/dock-testnet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/dolphin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/dotmog.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/eave.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/edgeware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/elysium.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/encointer-node-notee.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/encointer-para.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/equilibrium.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ApiInterfaceRx } from '@polkadot/api/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/fantour.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

// structs need to be in order
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/ferrum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/spec/fragnova.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// Copyright 2017-2026 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Not used/included in index.ts as of https://github.com/polkadot-js/apps/pull/9243
Expand Down
Loading
Loading