Skip to content

Commit

Permalink
chore: update licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jun 17, 2024
1 parent bc9b31d commit 4dbcb5b
Show file tree
Hide file tree
Showing 722 changed files with 909 additions and 909 deletions.
4 changes: 2 additions & 2 deletions .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"**/*.{js,ts,tsx}": [
"// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors",
"// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors",
"// SPDX-License-Identifier: GPL-3.0-only"
],
"**/*.{.css}": [
"/* Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors",
"/* Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors",
"SPDX-License-Identifier: GPL-3.0-only */"
],
"ignore": ["testdata", "npm", "public/", "Dockerfile", "src/config/validators/"]
Expand Down
2 changes: 1 addition & 1 deletion .scripts/localeOrderKeys.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

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

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

const fs = require('fs');
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![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-blue.svg)](https://opensource.org/licenses/GPL-3.0)
[![Polkadot - App](https://img.shields.io/badge/Polkadot-App-E6007A?logo=polkadot&logoColor=E6007A)](https://staking.polkadot.network) ![ci](https://github.com/polkadot-cloud/polkadot-staking-dashboard/actions/workflows/ci.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL3.0-blue.svg)](https://opensource.org/licenses/GPL-3.0)

# Polkadot Staking Dashboard

<img width="1727" alt="Screenshot 2023-08-29 at 18 54 33" src="https://github.com/paritytech/polkadot-staking-dashboard/assets/13929023/6291d682-0434-4b77-b6e9-383d277893b0">
<img width="1727" alt="Screenshot 2023-08-29 at 18 54 33" src="https://github.com/polkadot-cloud/polkadot-staking-dashboard/assets/13929023/6291d682-0434-4b77-b6e9-383d277893b0">

## Contributing Community Assets

Expand Down
360 changes: 180 additions & 180 deletions docs/CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contribution Guide

This section aims to familiarise developers to the Polkadot Staking Dashboard [[GitHub](https://github.com/paritytech/polkadot-staking-dashboard), [Demo](https://paritytech.github.io/polkadot-staking-dashboard/#/overview)] for the purpose of contributing to the project.
This section aims to familiarise developers to the Polkadot Staking Dashboard [[Deployment](https://staking.polkadot.cloud).

Reach out to ross@parity.io for clarification of any content within this document.
Reach out to ross@jkrb.io for clarification of any content within this document.

## Submitting Pull Requests

Expand Down Expand Up @@ -42,14 +42,14 @@ Release Please is a GitHub action maintained by Google that automates CHANGELOG

Optionally apply envrionment variables in an environment file such as `.env` or with `yarn build` to customise the build of staking dashboard.

Refer to the [`.env`](https://github.com/paritytech/polkadot-staking-dashboard/blob/main/.env) file in the root of the repository for all supported variables.
Refer to the [`.env`](https://github.com/polkadot-cloud/polkadot-staking-dashboard/blob/main/.env) file in the root of the repository for all supported variables.

## Config Files

There are some ad-hoc files defining app configuration where needed. These just provide a means of bootstrapping app data, and further abstraction could be explored in the future.

- [`config/pages.ts`](https://github.com/paritytech/polkadot-staking-dashboard/blob/main/src/config/pages.ts): provides the pages and page categories of the app.
- [`config/help.ts`](https://github.com/paritytech/polkadot-staking-dashboard/blob/main/src/config/help.ts): provides the help content.
- [`config/pages.ts`](https://github.com/polkadot-cloud/polkadot-staking-dashboard/blob/main/src/config/pages.ts): provides the pages and page categories of the app.
- [`config/help.ts`](https://github.com/polkadot-cloud/polkadot-staking-dashboard/blob/main/src/config/help.ts): provides the help content.

## App Entry

Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/Page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useNetwork } from 'contexts/Network';
Expand Down
2 changes: 1 addition & 1 deletion src/Providers.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { BalancesProvider } from 'contexts/Balances';
Expand Down
2 changes: 1 addition & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { extractUrlValue } from '@w3ux/utils';
Expand Down
2 changes: 1 addition & 1 deletion src/Themes.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { ThemeProvider } from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/CreatePool/Bond/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import BigNumber from 'bignumber.js';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/CreatePool/PoolName/Input.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { FormEvent } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/CreatePool/PoolName/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useEffect, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/CreatePool/PoolRoles/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useEffect, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/CreatePool/Summary/Wrapper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/CreatePool/Summary/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faCheckCircle } from '@fortawesome/free-regular-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/CreatePool/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faTimes } from '@fortawesome/free-solid-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import {
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Nominations/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { ValidatorList } from 'library/ValidatorList';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Overview/AddressSection.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useHelp } from 'contexts/Help';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Overview/Addresses.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { CardWrapper } from 'library/Card/Wrappers';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Overview/JoinForm.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { planckToUnit, unitToPlanck } from '@w3ux/utils';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Overview/PerformanceGraph.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import {
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Overview/Roles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { CardWrapper } from 'library/Card/Wrappers';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Overview/Stats.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useNetwork } from 'contexts/Network';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Overview/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { JoinForm } from './JoinForm';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Preloader.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faTimes } from '@fortawesome/free-solid-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/Wrappers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { CanvasFullScreenWrapper } from 'canvas/Wrappers';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/JoinPool/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { BondedPool } from 'contexts/Pools/BondedPools/types';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/ManageNominations/Prompts/FavoritesPrompt.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faCheck } from '@fortawesome/free-solid-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/ManageNominations/Prompts/RevertPrompt.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Title } from 'library/Prompt/Title';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/ManageNominations/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useOverlay } from 'kits/Overlay/Provider';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/ManageNominations/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { Validator } from 'contexts/Validators/types';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/NominatorSetup/Bond/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import BigNumber from 'bignumber.js';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/NominatorSetup/Payee/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useEffect, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/NominatorSetup/Summary/Wrapper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/NominatorSetup/Summary/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faCheckCircle } from '@fortawesome/free-regular-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/NominatorSetup/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faTimes } from '@fortawesome/free-solid-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/Lists/Default.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { isNotZero } from '@w3ux/utils';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/Lists/FetchPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useEffect, useRef, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/Lists/Member.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import {
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/Lists/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { AnyJson } from '@w3ux/types';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/Members.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faBars } from '@fortawesome/free-solid-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/Prompts/UnbondMember.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Polkicon } from '@w3ux/react-polkicon';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/Prompts/WithdrawMember.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Polkicon } from '@w3ux/react-polkicon';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/PoolMembers/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { faTimes } from '@fortawesome/free-solid-svg-icons';
Expand Down
2 changes: 1 addition & 1 deletion src/canvas/Wrappers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion src/config/help.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// 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,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { LedgerApp } from 'contexts/LedgerHardware/types';
Expand Down
2 changes: 1 addition & 1 deletion src/config/networks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import KusamaIconSVG from 'img/kusama_icon.svg?react';
Expand Down
2 changes: 1 addition & 1 deletion src/config/pages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

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

// List of available plugins.
Expand Down
2 changes: 1 addition & 1 deletion src/config/proxies.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

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

interface TipConfig {
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { stringToU8a } from '@polkadot/util';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/ActiveAccounts/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 @paritytech/polkadot-staking-dashboard authors & contributors
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function */

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

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

import type { MaybeAddress } from 'types';
Expand Down
Loading

0 comments on commit 4dbcb5b

Please sign in to comment.