Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Aug 7, 2023
1 parent bb83e4c commit 16e1403
Show file tree
Hide file tree
Showing 547 changed files with 1,221 additions and 748 deletions.
4 changes: 2 additions & 2 deletions .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"**/*.{js, ts, tsx}": [
"// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors",
"// SPDX-License-Identifier: Apache-2.0"
"// SPDX-License-Identifier: GPL-3.0-only"
],
"ignore": ["testdata", "npm", "public/", "Dockerfile"]
}
}
2 changes: 1 addition & 1 deletion .scripts/localeOrderKeys.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

const fs = require('fs');
const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion .scripts/localeValidate.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

const fs = require('fs');
const { join } = require('path');
Expand Down
2 changes: 1 addition & 1 deletion .scripts/utils.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

const fs = require('fs');
const { join } = require('path');
Expand Down
875 changes: 674 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Polkadot - App](https://img.shields.io/badge/Polkadot-App-E6007A?logo=polkadot&logoColor=E6007A)](https://staking.polkadot.network) ![ci](https://github.com/paritytech/polkadot-staking-dashboard/actions/workflows/ci.yml/badge.svg) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Polkadot - App](https://img.shields.io/badge/Polkadot-App-E6007A?logo=polkadot&logoColor=E6007A)](https://staking.polkadot.network) ![ci](https://github.com/paritytech/polkadot-staking-dashboard/actions/workflows/ci.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL3.0-only-blue.svg)](https://opensource.org/licenses/GPL-3.0)

# Polkadot Staking Dashboard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "polkadot-staking-dashboard",
"version": "0.1.0",
"type": "module",
"license": "Apache-2.0",
"license": "GPL-3.0-only",
"private": false,
"homepage": "/",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import React from 'react';
import { I18nextProvider } from 'react-i18next';
Expand Down
2 changes: 1 addition & 1 deletion src/Providers.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { ThemedRouter } from 'Themes';
import { APIProvider } from 'contexts/Api';
Expand Down
2 changes: 1 addition & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { Body, Main, Page, Side } from '@polkadotcloud/core-ui';
import { extractUrlValue } from '@polkadotcloud/utils';
Expand Down
2 changes: 1 addition & 1 deletion src/Themes.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { ThemeProvider } from 'styled-components';
import { Entry } from '@polkadotcloud/core-ui';
Expand Down
2 changes: 1 addition & 1 deletion src/config/help.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { HelpItems } from 'contexts/Help/types';

Expand Down
2 changes: 1 addition & 1 deletion src/config/ledger.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { LedgerApp } from 'contexts/Hardware/types';
import { ReactComponent as KusamaSVG } from 'img/appIcons/kusama.svg';
Expand Down
2 changes: 1 addition & 1 deletion src/config/networks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { WellKnownChain } from '@substrate/connect';
import { DefaultParams } from 'consts';
Expand Down
2 changes: 1 addition & 1 deletion src/config/pages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { BaseURL } from 'consts';
import { Community } from 'pages/Community';
Expand Down
2 changes: 1 addition & 1 deletion src/config/proxies.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

export const SupportedProxies: Record<string, string[]> = {
Any: ['*'],
Expand Down
2 changes: 1 addition & 1 deletion src/config/tips.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

export const TipsConfig = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { stringToU8a } from '@polkadot/util';
import BigNumber from 'bignumber.js';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Api/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { stringToU8a } from '@polkadot/util';
import BigNumber from 'bignumber.js';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Api/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { ApiPromise, WsProvider } from '@polkadot/api';
import { ScProvider } from '@polkadot/rpc-provider/substrate-connect';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Api/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { ApiPromise } from '@polkadot/api';
import type { U8aLike } from '@polkadot/util/types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Balances/Utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { MaybeAccount } from 'types';
import { defaultLedger } from './defaults';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Balances/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import BigNumber from 'bignumber.js';
import type { Balance, BalancesContextInterface, Ledger } from './types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Balances/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { VoidFn } from '@polkadot/api/types';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Balances/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type BigNumber from 'bignumber.js';
import type { MaybeAccount } from 'types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Bonded/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type {
BondedContextInterface,
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Bonded/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { VoidFn } from '@polkadot/api/types';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Bonded/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { MaybeAccount } from 'types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Canvas/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { CanvasContextInterface } from './types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Canvas/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import React, { useState } from 'react';
import { useEffectIgnoreInitial } from 'library/Hooks/useEffectIgnoreInitial';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Canvas/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { ReactNode } from 'react';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Connect/Hooks/useImportExtension.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import Keyring from '@polkadot/keyring';
import { isValidAddress } from '@polkadotcloud/utils';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Connect/Utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import Keyring from '@polkadot/keyring';
import { localStorageOrDefault } from '@polkadotcloud/utils';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Connect/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { ConnectContextInterface } from 'contexts/Connect/types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Connect/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { VoidFn } from '@polkadot/api/types';
import Keyring from '@polkadot/keyring';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Connect/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type {
ExtensionAccount,
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Extensions/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { ExtensionsContextInterface } from './types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Extensions/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { setStateWithRef } from '@polkadotcloud/utils';
import { ExtensionsArray } from '@polkadotcloud/community/extensions';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Extensions/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { FunctionComponent, SVGProps } from 'react';
import type { AnyApi } from 'types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Extrinsics/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { ExtrinsicsContextInterface } from './types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Extrinsics/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { setStateWithRef } from '@polkadotcloud/utils';
import React, { useRef, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Extrinsics/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

export interface ExtrinsicsContextInterface {
addPending: (n: string) => void;
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/FastUnstake/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { FastUnstakeContextInterface, MetaInterface } from './types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/FastUnstake/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import {
greaterThanZero,
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/FastUnstake/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type BigNumber from 'bignumber.js';
import type { AnyApi, MaybeAccount } from 'types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Filters/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { FiltersContextInterface } from './types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Filters/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import React, { useState } from 'react';
import type { AnyFunction, AnyJson } from 'types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Filters/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { AnyFunction, AnyJson } from 'types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Hardware/Ledger.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import TransportWebHID from '@ledgerhq/hw-transport-webhid';
import { u8aToBuffer } from '@polkadot/util';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Hardware/Utils.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { localStorageOrDefault } from '@polkadotcloud/utils';
import { LedgerApps } from 'config/ledger';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Hardware/Vault.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import { clipAddress, setStateWithRef } from '@polkadotcloud/utils';
import React, { useEffect, useRef, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Hardware/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type {
LedgerHardwareContextInterface,
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Hardware/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { FunctionComponent, SVGProps } from 'react';
import type { LedgerAccount, VaultAccount } from 'contexts/Connect/types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Help/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { HelpContextInterface } from './types';

Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Help/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import React, { useState } from 'react';
import type { MaybeString } from 'types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Help/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { ReactNode } from 'react';
import type { MaybeString } from 'types';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/Identities/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only

import type { IdentitiesContextInterface } from './types';

Expand Down
Loading

0 comments on commit 16e1403

Please sign in to comment.