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

chore: update owners & links #557

Merged
merged 1 commit into from
Apr 25, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ We use a pull request flow, no direct pushes to main branch.

:white_check_mark:   Pass CI

:white_check_mark:   Contain only GPG signed commits - if you are a Parity employee, follow the [yubikey gpg setup guide](https://www.notion.so/paritytechnologies/Yubikey-Guide-787b2f4e340a40369bbf3159fa3643de)

:white_check_mark:   Have one approving review

**Ideally, a good pull request should:**
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Substrate Contracts UI is a web application for deploying and interacting with W

Supported smart contracts:

- [ink!](https://github.com/paritytech/ink)
- [ink!](https://github.com/use-ink/ink)
- [ask!](https://github.com/ask-lang/ask)
- [solang](https://github.com/hyperledger-labs/solang)

We recommend running a [Substrate Contracts Node](https://github.com/paritytech/substrate-contracts-node) for local development or using the Contracts parachain on the Rococo Testnet.

See [`FAUCETS.md`](https://github.com/paritytech/contracts-ui/blob/master/FAUCETS.md) to learn about how to obtain free testnet tokens of supported chains.
See [`FAUCETS.md`](https://github.com/use-ink/contracts-ui/blob/master/FAUCETS.md) to learn about how to obtain free testnet tokens of supported chains.

## Features

Expand Down Expand Up @@ -52,4 +52,4 @@ yarn start

## Contributing to the project

Please see our [Contribution Guidelines](https://github.com/paritytech/contracts-ui/blob/master/CONTRIBUTING.md) before opening an issue or PR.
Please see our [Contribution Guidelines](https://github.com/use-ink/contracts-ui/blob/master/CONTRIBUTING.md) before opening an issue or PR.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { defineConfig } from 'cypress';
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/contracts/erc20.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/contracts/flipper.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 @paritytech/contracts-ui authors & contributors
// Copyright 2021 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: Apache-2.0

import {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/contracts/mother.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/contracts/storage_types.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/extension.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

interface Window {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/instantiateDryRun.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only
import { beforeAllContracts, assertUpload, assertMoveToStep2 } from '../support/util';

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/updateMetadata.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { beforeAllContracts, deploy } from '../support/util';
Expand Down
2 changes: 1 addition & 1 deletion snapshots.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import BN from 'bn.js';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/blockTime.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { BN } from 'bn.js';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/bn.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import BN from 'bn.js';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/callOptions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { BN_ZERO } from './bn';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/fileToFileState.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 @paritytech/contracts-ui authors & contributors
// Copyright 2023 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { FileState } from '../types';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/formatBalance.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { TypeRegistry } from '@polkadot/types';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/formatBalance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Balance } from '@polkadot/types/interfaces';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/formatUInt.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { Compact, UInt } from '@polkadot/types-codec';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/formatWeight.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { TypeRegistry } from '@polkadot/types';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/formatWeight.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { WeightV2 } from '@polkadot/types/interfaces';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/getContractFromPatron.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 @paritytech/contracts-ui authors & contributors
// Copyright 2023 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Buffer } from 'buffer';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hasRevertFlag.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { ContractInstantiateResult } from 'types';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/output.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import JSON5 from 'json5';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { decodeAddress, encodeAddress } from '@polkadot/keyring';
Expand Down
2 changes: 1 addition & 1 deletion src/services/chain/chainProps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { TypeRegistry } from '@polkadot/types/create';
Expand Down
2 changes: 1 addition & 1 deletion src/services/chain/contract.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { BlueprintPromise, CodePromise } from '@polkadot/api-contract';
Expand Down
2 changes: 1 addition & 1 deletion src/services/chain/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

export * from './chainProps';
Expand Down
2 changes: 1 addition & 1 deletion src/services/db/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import Dexie, { Table } from 'dexie';
Expand Down
2 changes: 1 addition & 1 deletion src/types/db.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Database, CodeBundleDocument, ContractDocument } from 'src/services/db';
Expand Down
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

export * from './db';
Expand Down
2 changes: 1 addition & 1 deletion src/types/substrate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

// types & interfaces
Expand Down
2 changes: 1 addition & 1 deletion src/types/ui/components.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Props as ReactSelectProps } from 'react-select';
Expand Down
2 changes: 1 addition & 1 deletion src/types/ui/contexts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { keyring } from '@polkadot/ui-keyring';
Expand Down
2 changes: 1 addition & 1 deletion src/types/ui/contract.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { DecodedEvent } from '@polkadot/api-contract/types';
Expand Down
2 changes: 1 addition & 1 deletion src/types/ui/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { ContractPromise, VoidFn } from '../substrate';
Expand Down
2 changes: 1 addition & 1 deletion src/types/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

export * from './components';
Expand Down
2 changes: 1 addition & 1 deletion src/types/ui/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import BN from 'bn.js';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Outlet } from 'react-router';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/AwaitApis.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useEffect, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/CheckBrowserSupport.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import type { HTMLAttributes } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/Transactions.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { BellIcon, XIcon } from '@heroicons/react/outline';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/account/Account.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Identicon } from './Identicon';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/account/Identicon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { polkadotIcon } from '@polkadot/ui-shared';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/account/Select.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/account/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

export * from './Account';
Expand Down
4 changes: 2 additions & 2 deletions src/ui/components/common/AccountsError.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Error } from './Error';
Expand All @@ -21,7 +21,7 @@ export function AccountsError() {
<p className="mb-3">
2. Drip some funds into your account via the faucets of our supported networks. You can find
a faucets list{' '}
<a href="https://github.com/paritytech/contracts-ui/blob/master/FAUCETS.md">here</a>.
<a href="https://github.com/use-ink/contracts-ui/blob/master/FAUCETS.md">here</a>.
</p>
</Error>
);
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import React from 'react';
Expand Down
4 changes: 2 additions & 2 deletions src/ui/components/common/ConnectionError.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useNavigate } from 'react-router-dom';
Expand All @@ -15,7 +15,7 @@ function ContractsNodeHelp() {
Make sure you are running a local{' '}
<a
className="whitespace-nowrap"
href="https://github.com/paritytech/substrate-contracts-node"
href="https://github.com/use-ink/substrate-contracts-node"
rel="noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/CopyButton.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import copy from 'copy-to-clipboard';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/Dropdown.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useCallback, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/Error.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { ExclamationCircleIcon } from '@heroicons/react/outline';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/HeaderButtons.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useEffect, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/Info.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { InformationCircleIcon } from '@heroicons/react/solid';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/Loader.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { Spinner } from './Spinner';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/Meter.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

interface Props {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/NoticeBanner.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { EmojiSadIcon } from '@heroicons/react/outline';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/NotificationIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { CheckIcon, ClockIcon, ExclamationCircleIcon } from '@heroicons/react/outline';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/ObservedBalance.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useEffect, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/common/SearchResults.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { CodeIcon } from '@heroicons/react/outline';
Expand Down