Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 #781

Merged
merged 1 commit into from
Jan 8, 2024
Merged

2024 #781

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// Copyright 2017-2024 @polkadot/ui-shared 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-2023 @polkadot/ui-shared authors & contributors
// Copyright 2017-2024 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0

import baseConfig from '@polkadot/dev/config/eslint';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/Identicon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Prefix } from '@polkadot/util-crypto/address/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './icons/index.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/icons/Beachball.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Props } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/icons/Empty.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Props } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/icons/Ethereum.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Props } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/icons/Jdenticon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Props } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/icons/Polkadot.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 @polkadot/react-identicon authors & contributors
// Copyright 2018-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Copyright 2018 Paritytech via paritytech/oo7/polkadot-identicon
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

export { Beachball } from './Beachball.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/styled.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

export { styled } from 'styled-components';
2 changes: 1 addition & 1 deletion packages/react-identicon/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 @polkadot/react-identicon authors & contributors
// Copyright 2018-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/Display.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import React, { useEffect, useMemo, useRef, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/DisplayAddress.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import React, { useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/DisplayPayload.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import React, { useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/NetworkSpecs.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { NetworkSpecsStruct } from '@polkadot/ui-settings/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/Scan.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import React, { useCallback, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/ScanAddress.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { HexString } from '@polkadot/util/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/ScanSignature.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

export { QrDisplayAddress } from './DisplayAddress.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

export const ADDRESS_PREFIX = 'substrate';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/qrcode.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import _qrcode from 'qrcode-generator';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/styled.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

export { styled } from 'styled-components';
2 changes: 1 addition & 1 deletion packages/react-qr/src/util.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

/// <reference types="@polkadot/dev-test/globals.d.ts" />
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// Copyright 2017-2024 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { isString, u8aConcat, u8aToU8a } from '@polkadot/util';
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/Identicon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Prefix } from '@polkadot/util-crypto/address/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './icons/index.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/icons/Empty.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Props } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/icons/Polkadot.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2018-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Circle as CircleType } from '@polkadot/ui-shared/icons/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

export { default as Empty } from './Empty.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 @polkadot/reactnative-identicon authors & contributors
// Copyright 2018-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

export interface Props {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/Base.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringInstance, KeyringPair } from '@polkadot/keyring/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/Keyring.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringPair, KeyringPair$Json, KeyringPair$Meta } from '@polkadot/keyring/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Keyring } from './Keyring.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { decodeAddress } from '@polkadot/keyring';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/json.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Be able to import json in TS
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/observable/accounts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { accountKey } from '../defaults.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/observable/addresses.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { addressKey } from '../defaults.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/observable/contracts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { contractKey } from '../defaults.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/observable/env.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { BehaviorSubject } from 'rxjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/observable/genericSubject.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeypairType } from '@polkadot/util-crypto/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/observable/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { SubjectInfo } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/observable/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { BehaviorSubject } from 'rxjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/options/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Subscription } from 'rxjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/options/item.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringSectionOption } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/options/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringItemType, KeyringStruct } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/stores/Browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringJson, KeyringStore } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/stores/File.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringJson, KeyringStore } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/stores/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

export { BrowserStore } from './Browser.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringInstance as BaseKeyringInstance, KeyringOptions as KeyringOptionsBase, KeyringPair, KeyringPair$Json, KeyringPair$Meta } from '@polkadot/keyring/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/src/Settings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// Copyright 2017-2024 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Endpoint, EndpointType, Option, SettingsStruct } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// Copyright 2017-2024 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Settings, settings } from './Settings.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/src/defaults/chains.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// Copyright 2017-2024 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { selectableNetworks } from '@polkadot/networks';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/src/defaults/crypto.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// Copyright 2017-2024 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Option } from '../types.js';
Expand Down
Loading