From 6a4bad91509fa2c5c5d6da308c83527bec55e4e8 Mon Sep 17 00:00:00 2001 From: peetzweg/ Date: Thu, 25 Apr 2024 10:21:07 +0200 Subject: [PATCH] update owners & links --- CONTRIBUTING.md | 2 -- README.md | 6 +++--- cypress.config.ts | 2 +- cypress/e2e/contracts/erc20.spec.ts | 2 +- cypress/e2e/contracts/flipper.spec.ts | 2 +- cypress/e2e/contracts/mother.spec.ts | 2 +- cypress/e2e/contracts/storage_types.spec.ts | 2 +- cypress/e2e/extension.spec.ts | 2 +- cypress/e2e/instantiateDryRun.spec.ts | 2 +- cypress/e2e/updateMetadata.spec.ts | 2 +- snapshots.js | 2 +- src/constants/index.ts | 2 +- src/lib/blockTime.ts | 2 +- src/lib/bn.ts | 2 +- src/lib/callOptions.ts | 2 +- src/lib/fileToFileState.ts | 2 +- src/lib/formatBalance.test.ts | 2 +- src/lib/formatBalance.ts | 2 +- src/lib/formatUInt.ts | 2 +- src/lib/formatWeight.test.ts | 2 +- src/lib/formatWeight.ts | 2 +- src/lib/getContractFromPatron.ts | 2 +- src/lib/hasRevertFlag.ts | 2 +- src/lib/output.ts | 2 +- src/lib/util.ts | 2 +- src/services/chain/chainProps.ts | 2 +- src/services/chain/contract.ts | 2 +- src/services/chain/index.ts | 2 +- src/services/db/index.ts | 2 +- src/types/db.ts | 2 +- src/types/index.ts | 2 +- src/types/substrate.ts | 2 +- src/types/ui/components.ts | 2 +- src/types/ui/contexts.ts | 2 +- src/types/ui/contract.ts | 2 +- src/types/ui/hooks.ts | 2 +- src/types/ui/index.ts | 2 +- src/types/ui/util.ts | 2 +- src/ui/components/App.tsx | 2 +- src/ui/components/AwaitApis.tsx | 2 +- src/ui/components/CheckBrowserSupport.tsx | 2 +- src/ui/components/Transactions.tsx | 2 +- src/ui/components/account/Account.tsx | 2 +- src/ui/components/account/Identicon.tsx | 2 +- src/ui/components/account/Select.tsx | 2 +- src/ui/components/account/index.ts | 2 +- src/ui/components/common/AccountsError.tsx | 4 ++-- src/ui/components/common/Button.tsx | 2 +- src/ui/components/common/ConnectionError.tsx | 4 ++-- src/ui/components/common/CopyButton.tsx | 2 +- src/ui/components/common/Dropdown.tsx | 2 +- src/ui/components/common/Error.tsx | 2 +- src/ui/components/common/HeaderButtons.tsx | 2 +- src/ui/components/common/Info.tsx | 2 +- src/ui/components/common/Loader.tsx | 2 +- src/ui/components/common/Meter.tsx | 2 +- src/ui/components/common/NoticeBanner.tsx | 2 +- src/ui/components/common/NotificationIcon.tsx | 2 +- src/ui/components/common/ObservedBalance.tsx | 2 +- src/ui/components/common/SearchResults.tsx | 2 +- src/ui/components/common/SidePanel.tsx | 2 +- src/ui/components/common/Spinner.tsx | 2 +- src/ui/components/common/Switch.tsx | 2 +- src/ui/components/common/Tabs.tsx | 2 +- src/ui/components/common/UnsupportedBrowserMessage.tsx | 2 +- src/ui/components/common/index.ts | 2 +- src/ui/components/contract/ContractRow.tsx | 2 +- src/ui/components/contract/DryRunError.tsx | 2 +- src/ui/components/contract/DryRunResult.tsx | 2 +- src/ui/components/contract/Interact.tsx | 2 +- src/ui/components/contract/MetadataTab.tsx | 2 +- src/ui/components/contract/OutcomeItem.tsx | 2 +- src/ui/components/contract/ResultsOutput.tsx | 2 +- src/ui/components/contract/TransactionResult.tsx | 2 +- src/ui/components/contract/index.ts | 2 +- src/ui/components/form/ArgumentForm.tsx | 2 +- src/ui/components/form/Bool.tsx | 2 +- src/ui/components/form/Enum.tsx | 2 +- src/ui/components/form/FormField.tsx | 2 +- src/ui/components/form/Input.tsx | 2 +- src/ui/components/form/InputBalance.tsx | 2 +- src/ui/components/form/InputBn.tsx | 2 +- src/ui/components/form/InputBytes.tsx | 2 +- src/ui/components/form/InputFile.tsx | 3 +-- src/ui/components/form/InputHash.tsx | 2 +- src/ui/components/form/InputHex.tsx | 2 +- src/ui/components/form/InputNumber.tsx | 2 +- src/ui/components/form/InputSalt.tsx | 2 +- src/ui/components/form/InputStorageDepositLimit.tsx | 2 +- src/ui/components/form/InputWeight.tsx | 2 +- src/ui/components/form/Option.tsx | 2 +- src/ui/components/form/OptionsForm.tsx | 2 +- src/ui/components/form/Struct.tsx | 2 +- src/ui/components/form/SubForm.tsx | 2 +- src/ui/components/form/Tuple.tsx | 2 +- src/ui/components/form/Vector.tsx | 2 +- src/ui/components/form/VectorFixed.tsx | 2 +- src/ui/components/form/findComponent.tsx | 2 +- src/ui/components/form/hooks/index.ts | 2 +- src/ui/components/form/hooks/useMetadataField.tsx | 2 +- src/ui/components/form/index.ts | 2 +- src/ui/components/homepage/Contracts.tsx | 2 +- src/ui/components/homepage/HelpBox.tsx | 6 +++--- src/ui/components/homepage/Statistics.tsx | 2 +- src/ui/components/homepage/index.ts | 2 +- src/ui/components/index.ts | 2 +- src/ui/components/instantiate/AvailableCodeBundles.tsx | 2 +- src/ui/components/instantiate/CodeHash.tsx | 2 +- src/ui/components/instantiate/DryRun.tsx | 2 +- src/ui/components/instantiate/LookUpCodeHash.tsx | 2 +- src/ui/components/instantiate/Step1.tsx | 2 +- src/ui/components/instantiate/Step2.tsx | 2 +- src/ui/components/instantiate/Step3.tsx | 2 +- src/ui/components/instantiate/Wizard.tsx | 2 +- src/ui/components/instantiate/index.ts | 2 +- src/ui/components/message/ArgSignature.tsx | 2 +- src/ui/components/message/MessageDocs.tsx | 2 +- src/ui/components/message/MessageSignature.tsx | 2 +- src/ui/components/message/index.ts | 2 +- src/ui/components/metadata/GetPatronMetadata.ts | 2 +- src/ui/components/metadata/Metadata.tsx | 2 +- src/ui/components/metadata/index.ts | 2 +- src/ui/components/modal/ForgetAllContractsModal.tsx | 2 +- src/ui/components/modal/ForgetContractModal.tsx | 2 +- src/ui/components/modal/HelpModal.tsx | 8 ++++---- src/ui/components/modal/Logos.tsx | 2 +- src/ui/components/modal/ModalBase.tsx | 2 +- src/ui/components/modal/SettingsModal.tsx | 2 +- src/ui/components/modal/index.ts | 2 +- src/ui/components/settings/CustomEndpoint.tsx | 2 +- src/ui/components/settings/ThemeMode.tsx | 2 +- src/ui/components/settings/index.ts | 2 +- src/ui/contexts/ApiContext.tsx | 2 +- src/ui/contexts/DatabaseContext.tsx | 2 +- src/ui/contexts/InstantiateContext.tsx | 2 +- src/ui/contexts/ThemeContext.tsx | 2 +- src/ui/contexts/TransactionsContext.tsx | 2 +- src/ui/contexts/index.tsx | 2 +- src/ui/hooks/index.ts | 2 +- src/ui/hooks/useAccountAvailable.ts | 2 +- src/ui/hooks/useArgValues.ts | 2 +- src/ui/hooks/useBalance.ts | 2 +- src/ui/hooks/useDbQuery.ts | 2 +- src/ui/hooks/useFormField.ts | 2 +- src/ui/hooks/useIsMounted.ts | 2 +- src/ui/hooks/useLocalStorage.ts | 2 +- src/ui/hooks/useMetadata.ts | 2 +- src/ui/hooks/useNewContract.ts | 2 +- src/ui/hooks/useNonEmptyString.ts | 2 +- src/ui/hooks/useStoredContract.ts | 4 ++-- src/ui/hooks/useStoredMetadata.tsx | 2 +- src/ui/hooks/useToggle.ts | 2 +- src/ui/index.tsx | 2 +- src/ui/layout/RootLayout.tsx | 2 +- src/ui/layout/index.ts | 2 +- src/ui/layout/sidebar/Footer.tsx | 2 +- src/ui/layout/sidebar/MobileMenu.tsx | 2 +- src/ui/layout/sidebar/NavLink.tsx | 2 +- src/ui/layout/sidebar/Navigation.tsx | 2 +- src/ui/layout/sidebar/NetworkAndUser.tsx | 2 +- src/ui/layout/sidebar/QuickLinks.tsx | 2 +- src/ui/layout/sidebar/index.tsx | 2 +- src/ui/pages/AddContract.tsx | 2 +- src/ui/pages/AddressLookup.tsx | 2 +- src/ui/pages/Contract.tsx | 2 +- src/ui/pages/ContractHeader.tsx | 2 +- src/ui/pages/Homepage.tsx | 2 +- src/ui/pages/Instantiate.tsx | 2 +- src/ui/pages/NotFound.tsx | 2 +- src/ui/pages/SelectCodeHash.tsx | 2 +- src/ui/pages/index.ts | 2 +- src/ui/util/dropdown.tsx | 2 +- vite.config.ts | 2 +- 173 files changed, 182 insertions(+), 185 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c803a12..e1bb9f78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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:** diff --git a/README.md b/README.md index ccc01ebf..be11af85 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/cypress.config.ts b/cypress.config.ts index 77d5e02e..07262840 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -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'; diff --git a/cypress/e2e/contracts/erc20.spec.ts b/cypress/e2e/contracts/erc20.spec.ts index ac05893a..84ace369 100644 --- a/cypress/e2e/contracts/erc20.spec.ts +++ b/cypress/e2e/contracts/erc20.spec.ts @@ -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 { diff --git a/cypress/e2e/contracts/flipper.spec.ts b/cypress/e2e/contracts/flipper.spec.ts index 81a8ed27..dc354be8 100644 --- a/cypress/e2e/contracts/flipper.spec.ts +++ b/cypress/e2e/contracts/flipper.spec.ts @@ -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 { diff --git a/cypress/e2e/contracts/mother.spec.ts b/cypress/e2e/contracts/mother.spec.ts index f6e518c4..20bfad3b 100644 --- a/cypress/e2e/contracts/mother.spec.ts +++ b/cypress/e2e/contracts/mother.spec.ts @@ -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 { diff --git a/cypress/e2e/contracts/storage_types.spec.ts b/cypress/e2e/contracts/storage_types.spec.ts index ab80111b..52c57cda 100644 --- a/cypress/e2e/contracts/storage_types.spec.ts +++ b/cypress/e2e/contracts/storage_types.spec.ts @@ -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 { diff --git a/cypress/e2e/extension.spec.ts b/cypress/e2e/extension.spec.ts index e729dca2..54e11f99 100644 --- a/cypress/e2e/extension.spec.ts +++ b/cypress/e2e/extension.spec.ts @@ -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 { diff --git a/cypress/e2e/instantiateDryRun.spec.ts b/cypress/e2e/instantiateDryRun.spec.ts index e144db2f..b0461207 100644 --- a/cypress/e2e/instantiateDryRun.spec.ts +++ b/cypress/e2e/instantiateDryRun.spec.ts @@ -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'; diff --git a/cypress/e2e/updateMetadata.spec.ts b/cypress/e2e/updateMetadata.spec.ts index 7aa4aa94..303f1e2b 100644 --- a/cypress/e2e/updateMetadata.spec.ts +++ b/cypress/e2e/updateMetadata.spec.ts @@ -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'; diff --git a/snapshots.js b/snapshots.js index f71c05c6..93d9f5d8 100644 --- a/snapshots.js +++ b/snapshots.js @@ -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 = { diff --git a/src/constants/index.ts b/src/constants/index.ts index a7d4b19c..f7eb16af 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -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'; diff --git a/src/lib/blockTime.ts b/src/lib/blockTime.ts index 6008d142..2c56c8fe 100644 --- a/src/lib/blockTime.ts +++ b/src/lib/blockTime.ts @@ -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'; diff --git a/src/lib/bn.ts b/src/lib/bn.ts index b86ce615..16d9f43e 100644 --- a/src/lib/bn.ts +++ b/src/lib/bn.ts @@ -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'; diff --git a/src/lib/callOptions.ts b/src/lib/callOptions.ts index 8b117c3b..9d239b95 100644 --- a/src/lib/callOptions.ts +++ b/src/lib/callOptions.ts @@ -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'; diff --git a/src/lib/fileToFileState.ts b/src/lib/fileToFileState.ts index 3d47ceda..8aa725de 100644 --- a/src/lib/fileToFileState.ts +++ b/src/lib/fileToFileState.ts @@ -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'; diff --git a/src/lib/formatBalance.test.ts b/src/lib/formatBalance.test.ts index 67b2495d..61d7d07f 100644 --- a/src/lib/formatBalance.test.ts +++ b/src/lib/formatBalance.test.ts @@ -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'; diff --git a/src/lib/formatBalance.ts b/src/lib/formatBalance.ts index b465ed17..18f9ba47 100644 --- a/src/lib/formatBalance.ts +++ b/src/lib/formatBalance.ts @@ -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'; diff --git a/src/lib/formatUInt.ts b/src/lib/formatUInt.ts index 63c08d47..e331c524 100644 --- a/src/lib/formatUInt.ts +++ b/src/lib/formatUInt.ts @@ -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'; diff --git a/src/lib/formatWeight.test.ts b/src/lib/formatWeight.test.ts index 70c763f0..cc8591b8 100644 --- a/src/lib/formatWeight.test.ts +++ b/src/lib/formatWeight.test.ts @@ -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'; diff --git a/src/lib/formatWeight.ts b/src/lib/formatWeight.ts index 6fc551c1..75e383f3 100644 --- a/src/lib/formatWeight.ts +++ b/src/lib/formatWeight.ts @@ -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'; diff --git a/src/lib/getContractFromPatron.ts b/src/lib/getContractFromPatron.ts index fb14deb9..d5a827dd 100644 --- a/src/lib/getContractFromPatron.ts +++ b/src/lib/getContractFromPatron.ts @@ -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'; diff --git a/src/lib/hasRevertFlag.ts b/src/lib/hasRevertFlag.ts index 0acf67f7..22c8d546 100644 --- a/src/lib/hasRevertFlag.ts +++ b/src/lib/hasRevertFlag.ts @@ -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'; diff --git a/src/lib/output.ts b/src/lib/output.ts index ef3e7194..2a40f4cd 100644 --- a/src/lib/output.ts +++ b/src/lib/output.ts @@ -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'; diff --git a/src/lib/util.ts b/src/lib/util.ts index ddd80c96..bdc782e5 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -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'; diff --git a/src/services/chain/chainProps.ts b/src/services/chain/chainProps.ts index ec36ea87..894ae446 100644 --- a/src/services/chain/chainProps.ts +++ b/src/services/chain/chainProps.ts @@ -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'; diff --git a/src/services/chain/contract.ts b/src/services/chain/contract.ts index b22d6c37..4ab83b6c 100644 --- a/src/services/chain/contract.ts +++ b/src/services/chain/contract.ts @@ -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'; diff --git a/src/services/chain/index.ts b/src/services/chain/index.ts index 36243703..3e77dc46 100644 --- a/src/services/chain/index.ts +++ b/src/services/chain/index.ts @@ -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'; diff --git a/src/services/db/index.ts b/src/services/db/index.ts index 2e126841..9056bc48 100644 --- a/src/services/db/index.ts +++ b/src/services/db/index.ts @@ -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'; diff --git a/src/types/db.ts b/src/types/db.ts index c16de280..18db5113 100644 --- a/src/types/db.ts +++ b/src/types/db.ts @@ -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'; diff --git a/src/types/index.ts b/src/types/index.ts index e8695245..1d31196e 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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'; diff --git a/src/types/substrate.ts b/src/types/substrate.ts index e3c2ad5a..b6d9e38f 100644 --- a/src/types/substrate.ts +++ b/src/types/substrate.ts @@ -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 diff --git a/src/types/ui/components.ts b/src/types/ui/components.ts index f855d80d..e7a2a3f0 100644 --- a/src/types/ui/components.ts +++ b/src/types/ui/components.ts @@ -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'; diff --git a/src/types/ui/contexts.ts b/src/types/ui/contexts.ts index dc11356a..ae9b0482 100644 --- a/src/types/ui/contexts.ts +++ b/src/types/ui/contexts.ts @@ -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'; diff --git a/src/types/ui/contract.ts b/src/types/ui/contract.ts index 4805513a..f0decb7d 100644 --- a/src/types/ui/contract.ts +++ b/src/types/ui/contract.ts @@ -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'; diff --git a/src/types/ui/hooks.ts b/src/types/ui/hooks.ts index c0c5a8ab..8a4b3643 100644 --- a/src/types/ui/hooks.ts +++ b/src/types/ui/hooks.ts @@ -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'; diff --git a/src/types/ui/index.ts b/src/types/ui/index.ts index f74b0b2c..e6e21850 100644 --- a/src/types/ui/index.ts +++ b/src/types/ui/index.ts @@ -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'; diff --git a/src/types/ui/util.ts b/src/types/ui/util.ts index 0fefb467..5d64d9b0 100644 --- a/src/types/ui/util.ts +++ b/src/types/ui/util.ts @@ -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'; diff --git a/src/ui/components/App.tsx b/src/ui/components/App.tsx index b116dae8..a1b8d5fc 100644 --- a/src/ui/components/App.tsx +++ b/src/ui/components/App.tsx @@ -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'; diff --git a/src/ui/components/AwaitApis.tsx b/src/ui/components/AwaitApis.tsx index d8a58771..46ff01f7 100644 --- a/src/ui/components/AwaitApis.tsx +++ b/src/ui/components/AwaitApis.tsx @@ -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'; diff --git a/src/ui/components/CheckBrowserSupport.tsx b/src/ui/components/CheckBrowserSupport.tsx index 3c8bda1c..94a7894f 100644 --- a/src/ui/components/CheckBrowserSupport.tsx +++ b/src/ui/components/CheckBrowserSupport.tsx @@ -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'; diff --git a/src/ui/components/Transactions.tsx b/src/ui/components/Transactions.tsx index 6b6f1199..a3439c6b 100644 --- a/src/ui/components/Transactions.tsx +++ b/src/ui/components/Transactions.tsx @@ -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'; diff --git a/src/ui/components/account/Account.tsx b/src/ui/components/account/Account.tsx index 93ea500d..13953158 100644 --- a/src/ui/components/account/Account.tsx +++ b/src/ui/components/account/Account.tsx @@ -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'; diff --git a/src/ui/components/account/Identicon.tsx b/src/ui/components/account/Identicon.tsx index bd08f13e..347bcd37 100644 --- a/src/ui/components/account/Identicon.tsx +++ b/src/ui/components/account/Identicon.tsx @@ -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'; diff --git a/src/ui/components/account/Select.tsx b/src/ui/components/account/Select.tsx index bf1f0295..ad42dde0 100644 --- a/src/ui/components/account/Select.tsx +++ b/src/ui/components/account/Select.tsx @@ -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'; diff --git a/src/ui/components/account/index.ts b/src/ui/components/account/index.ts index 97b40705..e2580540 100644 --- a/src/ui/components/account/index.ts +++ b/src/ui/components/account/index.ts @@ -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'; diff --git a/src/ui/components/common/AccountsError.tsx b/src/ui/components/common/AccountsError.tsx index 3e1abe99..27394ef1 100644 --- a/src/ui/components/common/AccountsError.tsx +++ b/src/ui/components/common/AccountsError.tsx @@ -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'; @@ -21,7 +21,7 @@ export function AccountsError() {

2. Drip some funds into your account via the faucets of our supported networks. You can find a faucets list{' '} - here. + here.

); diff --git a/src/ui/components/common/Button.tsx b/src/ui/components/common/Button.tsx index 469067b6..c233d7f2 100644 --- a/src/ui/components/common/Button.tsx +++ b/src/ui/components/common/Button.tsx @@ -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'; diff --git a/src/ui/components/common/ConnectionError.tsx b/src/ui/components/common/ConnectionError.tsx index a91e0fde..38e871d0 100644 --- a/src/ui/components/common/ConnectionError.tsx +++ b/src/ui/components/common/ConnectionError.tsx @@ -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'; @@ -15,7 +15,7 @@ function ContractsNodeHelp() { Make sure you are running a local{' '} diff --git a/src/ui/components/common/CopyButton.tsx b/src/ui/components/common/CopyButton.tsx index 6462dc59..1642a4d1 100644 --- a/src/ui/components/common/CopyButton.tsx +++ b/src/ui/components/common/CopyButton.tsx @@ -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'; diff --git a/src/ui/components/common/Dropdown.tsx b/src/ui/components/common/Dropdown.tsx index e02bcd1b..1704d02c 100644 --- a/src/ui/components/common/Dropdown.tsx +++ b/src/ui/components/common/Dropdown.tsx @@ -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'; diff --git a/src/ui/components/common/Error.tsx b/src/ui/components/common/Error.tsx index bcd75603..047083f7 100644 --- a/src/ui/components/common/Error.tsx +++ b/src/ui/components/common/Error.tsx @@ -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'; diff --git a/src/ui/components/common/HeaderButtons.tsx b/src/ui/components/common/HeaderButtons.tsx index 300730b9..1fdfa76f 100644 --- a/src/ui/components/common/HeaderButtons.tsx +++ b/src/ui/components/common/HeaderButtons.tsx @@ -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'; diff --git a/src/ui/components/common/Info.tsx b/src/ui/components/common/Info.tsx index cce7d996..2e629e09 100644 --- a/src/ui/components/common/Info.tsx +++ b/src/ui/components/common/Info.tsx @@ -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'; diff --git a/src/ui/components/common/Loader.tsx b/src/ui/components/common/Loader.tsx index f021373e..206ebeae 100644 --- a/src/ui/components/common/Loader.tsx +++ b/src/ui/components/common/Loader.tsx @@ -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'; diff --git a/src/ui/components/common/Meter.tsx b/src/ui/components/common/Meter.tsx index 5d85b8bf..38b82372 100644 --- a/src/ui/components/common/Meter.tsx +++ b/src/ui/components/common/Meter.tsx @@ -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 { diff --git a/src/ui/components/common/NoticeBanner.tsx b/src/ui/components/common/NoticeBanner.tsx index 2f710a60..b2a1e7fd 100644 --- a/src/ui/components/common/NoticeBanner.tsx +++ b/src/ui/components/common/NoticeBanner.tsx @@ -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'; diff --git a/src/ui/components/common/NotificationIcon.tsx b/src/ui/components/common/NotificationIcon.tsx index def86baf..b4f501ca 100644 --- a/src/ui/components/common/NotificationIcon.tsx +++ b/src/ui/components/common/NotificationIcon.tsx @@ -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'; diff --git a/src/ui/components/common/ObservedBalance.tsx b/src/ui/components/common/ObservedBalance.tsx index ee42d175..f4167af5 100644 --- a/src/ui/components/common/ObservedBalance.tsx +++ b/src/ui/components/common/ObservedBalance.tsx @@ -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'; diff --git a/src/ui/components/common/SearchResults.tsx b/src/ui/components/common/SearchResults.tsx index 972ecd0b..484b9761 100644 --- a/src/ui/components/common/SearchResults.tsx +++ b/src/ui/components/common/SearchResults.tsx @@ -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'; diff --git a/src/ui/components/common/SidePanel.tsx b/src/ui/components/common/SidePanel.tsx index 39a2f1f8..c0531289 100644 --- a/src/ui/components/common/SidePanel.tsx +++ b/src/ui/components/common/SidePanel.tsx @@ -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 { classes } from 'lib/util'; diff --git a/src/ui/components/common/Spinner.tsx b/src/ui/components/common/Spinner.tsx index b1d1d065..9266e162 100644 --- a/src/ui/components/common/Spinner.tsx +++ b/src/ui/components/common/Spinner.tsx @@ -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 { classes } from 'lib/util'; diff --git a/src/ui/components/common/Switch.tsx b/src/ui/components/common/Switch.tsx index 2769b32b..cb986e94 100644 --- a/src/ui/components/common/Switch.tsx +++ b/src/ui/components/common/Switch.tsx @@ -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 { Switch as HUISwitch } from '@headlessui/react'; diff --git a/src/ui/components/common/Tabs.tsx b/src/ui/components/common/Tabs.tsx index 3a5ee589..668f17e4 100644 --- a/src/ui/components/common/Tabs.tsx +++ b/src/ui/components/common/Tabs.tsx @@ -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 { SetState } from 'types'; diff --git a/src/ui/components/common/UnsupportedBrowserMessage.tsx b/src/ui/components/common/UnsupportedBrowserMessage.tsx index e9ee9e42..04f58366 100644 --- a/src/ui/components/common/UnsupportedBrowserMessage.tsx +++ b/src/ui/components/common/UnsupportedBrowserMessage.tsx @@ -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 { Info } from './Info'; diff --git a/src/ui/components/common/index.ts b/src/ui/components/common/index.ts index ecbdbc23..1c2234d0 100644 --- a/src/ui/components/common/index.ts +++ b/src/ui/components/common/index.ts @@ -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 './Button'; diff --git a/src/ui/components/contract/ContractRow.tsx b/src/ui/components/contract/ContractRow.tsx index 05c2095b..1089d6b9 100644 --- a/src/ui/components/contract/ContractRow.tsx +++ b/src/ui/components/contract/ContractRow.tsx @@ -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'; diff --git a/src/ui/components/contract/DryRunError.tsx b/src/ui/components/contract/DryRunError.tsx index 811656cb..094fb093 100644 --- a/src/ui/components/contract/DryRunError.tsx +++ b/src/ui/components/contract/DryRunError.tsx @@ -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 { OutcomeItem } from './OutcomeItem'; diff --git a/src/ui/components/contract/DryRunResult.tsx b/src/ui/components/contract/DryRunResult.tsx index 66ca15b2..c52b6ed7 100644 --- a/src/ui/components/contract/DryRunResult.tsx +++ b/src/ui/components/contract/DryRunResult.tsx @@ -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 { AbiMessage } from '@polkadot/api-contract/types'; diff --git a/src/ui/components/contract/Interact.tsx b/src/ui/components/contract/Interact.tsx index 05d88bc6..fe595dd0 100644 --- a/src/ui/components/contract/Interact.tsx +++ b/src/ui/components/contract/Interact.tsx @@ -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, useMemo, useRef, useState } from 'react'; diff --git a/src/ui/components/contract/MetadataTab.tsx b/src/ui/components/contract/MetadataTab.tsx index 8ad43ad4..be053967 100644 --- a/src/ui/components/contract/MetadataTab.tsx +++ b/src/ui/components/contract/MetadataTab.tsx @@ -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 { Abi } from 'types'; diff --git a/src/ui/components/contract/OutcomeItem.tsx b/src/ui/components/contract/OutcomeItem.tsx index 54d389b3..c40bff89 100644 --- a/src/ui/components/contract/OutcomeItem.tsx +++ b/src/ui/components/contract/OutcomeItem.tsx @@ -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 { CopyButton } from 'ui/components/common/CopyButton'; diff --git a/src/ui/components/contract/ResultsOutput.tsx b/src/ui/components/contract/ResultsOutput.tsx index bce8f045..ab511dd2 100644 --- a/src/ui/components/contract/ResultsOutput.tsx +++ b/src/ui/components/contract/ResultsOutput.tsx @@ -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 { SidePanel } from '../common/SidePanel'; diff --git a/src/ui/components/contract/TransactionResult.tsx b/src/ui/components/contract/TransactionResult.tsx index c9e72938..6465da1a 100644 --- a/src/ui/components/contract/TransactionResult.tsx +++ b/src/ui/components/contract/TransactionResult.tsx @@ -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'; diff --git a/src/ui/components/contract/index.ts b/src/ui/components/contract/index.ts index 47d8a0fa..5ebd5a9f 100644 --- a/src/ui/components/contract/index.ts +++ b/src/ui/components/contract/index.ts @@ -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 './ContractRow'; diff --git a/src/ui/components/form/ArgumentForm.tsx b/src/ui/components/form/ArgumentForm.tsx index 6f8e9163..27710839 100644 --- a/src/ui/components/form/ArgumentForm.tsx +++ b/src/ui/components/form/ArgumentForm.tsx @@ -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 } from 'react'; diff --git a/src/ui/components/form/Bool.tsx b/src/ui/components/form/Bool.tsx index cd2a8340..222b36b4 100644 --- a/src/ui/components/form/Bool.tsx +++ b/src/ui/components/form/Bool.tsx @@ -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 { SimpleSpread, ValidFormField } from 'types'; diff --git a/src/ui/components/form/Enum.tsx b/src/ui/components/form/Enum.tsx index 10b93cad..abe6a52e 100644 --- a/src/ui/components/form/Enum.tsx +++ b/src/ui/components/form/Enum.tsx @@ -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, useState } from 'react'; diff --git a/src/ui/components/form/FormField.tsx b/src/ui/components/form/FormField.tsx index 8be0139c..ef414399 100644 --- a/src/ui/components/form/FormField.tsx +++ b/src/ui/components/form/FormField.tsx @@ -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 { diff --git a/src/ui/components/form/Input.tsx b/src/ui/components/form/Input.tsx index b7acb4df..d5be26b2 100644 --- a/src/ui/components/form/Input.tsx +++ b/src/ui/components/form/Input.tsx @@ -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 { SimpleSpread } from 'types'; diff --git a/src/ui/components/form/InputBalance.tsx b/src/ui/components/form/InputBalance.tsx index fe53aae2..9600c352 100644 --- a/src/ui/components/form/InputBalance.tsx +++ b/src/ui/components/form/InputBalance.tsx @@ -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, { useState } from 'react'; diff --git a/src/ui/components/form/InputBn.tsx b/src/ui/components/form/InputBn.tsx index 8ee26e49..099dfcf8 100644 --- a/src/ui/components/form/InputBn.tsx +++ b/src/ui/components/form/InputBn.tsx @@ -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, useState } from 'react'; diff --git a/src/ui/components/form/InputBytes.tsx b/src/ui/components/form/InputBytes.tsx index 9441d79e..54d49a29 100644 --- a/src/ui/components/form/InputBytes.tsx +++ b/src/ui/components/form/InputBytes.tsx @@ -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 { hexToU8a } from '@polkadot/util'; diff --git a/src/ui/components/form/InputFile.tsx b/src/ui/components/form/InputFile.tsx index 456f6c32..3c09e72b 100644 --- a/src/ui/components/form/InputFile.tsx +++ b/src/ui/components/form/InputFile.tsx @@ -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 { DocumentTextIcon } from '@heroicons/react/outline'; @@ -35,7 +35,6 @@ export function InputFile({ onRemove && onRemove(); }, [onRemove]); - return file ? (
diff --git a/src/ui/components/form/InputHash.tsx b/src/ui/components/form/InputHash.tsx index d35f8686..90d41ce7 100644 --- a/src/ui/components/form/InputHash.tsx +++ b/src/ui/components/form/InputHash.tsx @@ -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, useState } from 'react'; diff --git a/src/ui/components/form/InputHex.tsx b/src/ui/components/form/InputHex.tsx index 9a0b33c5..14e6bc33 100644 --- a/src/ui/components/form/InputHex.tsx +++ b/src/ui/components/form/InputHex.tsx @@ -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, useState } from 'react'; diff --git a/src/ui/components/form/InputNumber.tsx b/src/ui/components/form/InputNumber.tsx index 8586361a..c5f98319 100644 --- a/src/ui/components/form/InputNumber.tsx +++ b/src/ui/components/form/InputNumber.tsx @@ -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 { classes } from 'lib/util'; diff --git a/src/ui/components/form/InputSalt.tsx b/src/ui/components/form/InputSalt.tsx index 41be87dc..65a7aef1 100644 --- a/src/ui/components/form/InputSalt.tsx +++ b/src/ui/components/form/InputSalt.tsx @@ -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 { Switch } from '../common/Switch'; diff --git a/src/ui/components/form/InputStorageDepositLimit.tsx b/src/ui/components/form/InputStorageDepositLimit.tsx index a4d75d42..0337a631 100644 --- a/src/ui/components/form/InputStorageDepositLimit.tsx +++ b/src/ui/components/form/InputStorageDepositLimit.tsx @@ -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 Big from 'big.js'; diff --git a/src/ui/components/form/InputWeight.tsx b/src/ui/components/form/InputWeight.tsx index aec93783..e254d304 100644 --- a/src/ui/components/form/InputWeight.tsx +++ b/src/ui/components/form/InputWeight.tsx @@ -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'; diff --git a/src/ui/components/form/Option.tsx b/src/ui/components/form/Option.tsx index 8a6fb1f9..9fc2423c 100644 --- a/src/ui/components/form/Option.tsx +++ b/src/ui/components/form/Option.tsx @@ -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, useEffect, useRef } from 'react'; diff --git a/src/ui/components/form/OptionsForm.tsx b/src/ui/components/form/OptionsForm.tsx index d9e08f47..6aa4bc42 100644 --- a/src/ui/components/form/OptionsForm.tsx +++ b/src/ui/components/form/OptionsForm.tsx @@ -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 { UIGas, UseBalance, UseStorageDepositLimit } from 'types'; diff --git a/src/ui/components/form/Struct.tsx b/src/ui/components/form/Struct.tsx index 393676ee..ba42e209 100644 --- a/src/ui/components/form/Struct.tsx +++ b/src/ui/components/form/Struct.tsx @@ -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 { encodeTypeDef } from '@polkadot/types'; diff --git a/src/ui/components/form/SubForm.tsx b/src/ui/components/form/SubForm.tsx index aa984b0b..8fc8d751 100644 --- a/src/ui/components/form/SubForm.tsx +++ b/src/ui/components/form/SubForm.tsx @@ -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 { classes } from 'lib/util'; diff --git a/src/ui/components/form/Tuple.tsx b/src/ui/components/form/Tuple.tsx index 801842d9..b9d0c385 100644 --- a/src/ui/components/form/Tuple.tsx +++ b/src/ui/components/form/Tuple.tsx @@ -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 { encodeTypeDef } from '@polkadot/types'; diff --git a/src/ui/components/form/Vector.tsx b/src/ui/components/form/Vector.tsx index ea116281..7f53ec5d 100644 --- a/src/ui/components/form/Vector.tsx +++ b/src/ui/components/form/Vector.tsx @@ -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 { encodeTypeDef } from '@polkadot/types'; diff --git a/src/ui/components/form/VectorFixed.tsx b/src/ui/components/form/VectorFixed.tsx index 6d526c51..48e091b1 100644 --- a/src/ui/components/form/VectorFixed.tsx +++ b/src/ui/components/form/VectorFixed.tsx @@ -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 } from 'react'; diff --git a/src/ui/components/form/findComponent.tsx b/src/ui/components/form/findComponent.tsx index e5fd9257..232b2a78 100644 --- a/src/ui/components/form/findComponent.tsx +++ b/src/ui/components/form/findComponent.tsx @@ -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 { AddressSelect } from '../account/Select'; diff --git a/src/ui/components/form/hooks/index.ts b/src/ui/components/form/hooks/index.ts index 4d54eb94..e8981dec 100644 --- a/src/ui/components/form/hooks/index.ts +++ b/src/ui/components/form/hooks/index.ts @@ -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 './useMetadataField'; diff --git a/src/ui/components/form/hooks/useMetadataField.tsx b/src/ui/components/form/hooks/useMetadataField.tsx index 776ad5a2..71b5669b 100644 --- a/src/ui/components/form/hooks/useMetadataField.tsx +++ b/src/ui/components/form/hooks/useMetadataField.tsx @@ -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'; diff --git a/src/ui/components/form/index.ts b/src/ui/components/form/index.ts index 67665ca2..4b04838f 100644 --- a/src/ui/components/form/index.ts +++ b/src/ui/components/form/index.ts @@ -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 './hooks'; diff --git a/src/ui/components/homepage/Contracts.tsx b/src/ui/components/homepage/Contracts.tsx index dce7a155..6c2d833a 100644 --- a/src/ui/components/homepage/Contracts.tsx +++ b/src/ui/components/homepage/Contracts.tsx @@ -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 { FolderOpenIcon, TrashIcon } from '@heroicons/react/outline'; diff --git a/src/ui/components/homepage/HelpBox.tsx b/src/ui/components/homepage/HelpBox.tsx index cce81503..7e65d534 100644 --- a/src/ui/components/homepage/HelpBox.tsx +++ b/src/ui/components/homepage/HelpBox.tsx @@ -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 function HelpBox(): React.ReactElement | null { @@ -21,8 +21,8 @@ export function HelpBox(): React.ReactElement | null { Need some guidance? Find an example!
- - github.com/paritytech/ink-examples + + github.com/use-ink/ink-examples
diff --git a/src/ui/components/homepage/Statistics.tsx b/src/ui/components/homepage/Statistics.tsx index ce7e88eb..e6e8fcc2 100644 --- a/src/ui/components/homepage/Statistics.tsx +++ b/src/ui/components/homepage/Statistics.tsx @@ -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, useMemo, useState } from 'react'; diff --git a/src/ui/components/homepage/index.ts b/src/ui/components/homepage/index.ts index c90622a4..9dfd0ba6 100644 --- a/src/ui/components/homepage/index.ts +++ b/src/ui/components/homepage/index.ts @@ -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 './Contracts'; diff --git a/src/ui/components/index.ts b/src/ui/components/index.ts index 24120134..1b9e488b 100644 --- a/src/ui/components/index.ts +++ b/src/ui/components/index.ts @@ -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'; diff --git a/src/ui/components/instantiate/AvailableCodeBundles.tsx b/src/ui/components/instantiate/AvailableCodeBundles.tsx index ffda22a2..800e360f 100644 --- a/src/ui/components/instantiate/AvailableCodeBundles.tsx +++ b/src/ui/components/instantiate/AvailableCodeBundles.tsx @@ -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'; diff --git a/src/ui/components/instantiate/CodeHash.tsx b/src/ui/components/instantiate/CodeHash.tsx index 03051b47..fcf7cd51 100644 --- a/src/ui/components/instantiate/CodeHash.tsx +++ b/src/ui/components/instantiate/CodeHash.tsx @@ -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 { ChevronRightIcon, TrashIcon } from '@heroicons/react/outline'; diff --git a/src/ui/components/instantiate/DryRun.tsx b/src/ui/components/instantiate/DryRun.tsx index 2fa04b42..d00feba1 100644 --- a/src/ui/components/instantiate/DryRun.tsx +++ b/src/ui/components/instantiate/DryRun.tsx @@ -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 { CheckCircleIcon, ExclamationCircleIcon } from '@heroicons/react/outline'; diff --git a/src/ui/components/instantiate/LookUpCodeHash.tsx b/src/ui/components/instantiate/LookUpCodeHash.tsx index d03b9b65..5937a402 100644 --- a/src/ui/components/instantiate/LookUpCodeHash.tsx +++ b/src/ui/components/instantiate/LookUpCodeHash.tsx @@ -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'; diff --git a/src/ui/components/instantiate/Step1.tsx b/src/ui/components/instantiate/Step1.tsx index 9babd338..109440b1 100644 --- a/src/ui/components/instantiate/Step1.tsx +++ b/src/ui/components/instantiate/Step1.tsx @@ -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'; diff --git a/src/ui/components/instantiate/Step2.tsx b/src/ui/components/instantiate/Step2.tsx index 3f7d4380..1429f5c1 100644 --- a/src/ui/components/instantiate/Step2.tsx +++ b/src/ui/components/instantiate/Step2.tsx @@ -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, useMemo, useState } from 'react'; diff --git a/src/ui/components/instantiate/Step3.tsx b/src/ui/components/instantiate/Step3.tsx index 36387d79..4496883d 100644 --- a/src/ui/components/instantiate/Step3.tsx +++ b/src/ui/components/instantiate/Step3.tsx @@ -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'; diff --git a/src/ui/components/instantiate/Wizard.tsx b/src/ui/components/instantiate/Wizard.tsx index 85d6a041..ea6ae69b 100644 --- a/src/ui/components/instantiate/Wizard.tsx +++ b/src/ui/components/instantiate/Wizard.tsx @@ -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 { DryRun } from './DryRun'; diff --git a/src/ui/components/instantiate/index.ts b/src/ui/components/instantiate/index.ts index b2076687..97f25714 100644 --- a/src/ui/components/instantiate/index.ts +++ b/src/ui/components/instantiate/index.ts @@ -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 './AvailableCodeBundles'; diff --git a/src/ui/components/message/ArgSignature.tsx b/src/ui/components/message/ArgSignature.tsx index e422adba..3ecf897d 100644 --- a/src/ui/components/message/ArgSignature.tsx +++ b/src/ui/components/message/ArgSignature.tsx @@ -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 { encodeTypeDef } from '@polkadot/types/create'; diff --git a/src/ui/components/message/MessageDocs.tsx b/src/ui/components/message/MessageDocs.tsx index e5821e18..1fe2a461 100644 --- a/src/ui/components/message/MessageDocs.tsx +++ b/src/ui/components/message/MessageDocs.tsx @@ -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 { Disclosure } from '@headlessui/react'; diff --git a/src/ui/components/message/MessageSignature.tsx b/src/ui/components/message/MessageSignature.tsx index 9d96ed4b..60b972a6 100644 --- a/src/ui/components/message/MessageSignature.tsx +++ b/src/ui/components/message/MessageSignature.tsx @@ -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 { encodeTypeDef } from '@polkadot/types/create'; diff --git a/src/ui/components/message/index.ts b/src/ui/components/message/index.ts index 3c8abdf5..9e40c7ca 100644 --- a/src/ui/components/message/index.ts +++ b/src/ui/components/message/index.ts @@ -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 './ArgSignature'; diff --git a/src/ui/components/metadata/GetPatronMetadata.ts b/src/ui/components/metadata/GetPatronMetadata.ts index dbecda7c..36be8f78 100644 --- a/src/ui/components/metadata/GetPatronMetadata.ts +++ b/src/ui/components/metadata/GetPatronMetadata.ts @@ -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 { Buffer } from 'buffer'; diff --git a/src/ui/components/metadata/Metadata.tsx b/src/ui/components/metadata/Metadata.tsx index 5cb9c1f2..d3556b3c 100644 --- a/src/ui/components/metadata/Metadata.tsx +++ b/src/ui/components/metadata/Metadata.tsx @@ -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 { classes } from 'lib/util'; diff --git a/src/ui/components/metadata/index.ts b/src/ui/components/metadata/index.ts index 4d92e06f..0c455237 100644 --- a/src/ui/components/metadata/index.ts +++ b/src/ui/components/metadata/index.ts @@ -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 export * from './Metadata'; diff --git a/src/ui/components/modal/ForgetAllContractsModal.tsx b/src/ui/components/modal/ForgetAllContractsModal.tsx index 174b5e32..878654b5 100644 --- a/src/ui/components/modal/ForgetAllContractsModal.tsx +++ b/src/ui/components/modal/ForgetAllContractsModal.tsx @@ -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 { TrashIcon } from '@heroicons/react/outline'; diff --git a/src/ui/components/modal/ForgetContractModal.tsx b/src/ui/components/modal/ForgetContractModal.tsx index 7a06daf0..6621c896 100644 --- a/src/ui/components/modal/ForgetContractModal.tsx +++ b/src/ui/components/modal/ForgetContractModal.tsx @@ -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 { TrashIcon } from '@heroicons/react/outline'; diff --git a/src/ui/components/modal/HelpModal.tsx b/src/ui/components/modal/HelpModal.tsx index f5662c55..42b5628c 100644 --- a/src/ui/components/modal/HelpModal.tsx +++ b/src/ui/components/modal/HelpModal.tsx @@ -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 { ChevronRightIcon } from '@heroicons/react/outline'; @@ -14,7 +14,7 @@ export const HelpModal = ({ isOpen, setIsOpen }: Omit) => {
  • @@ -56,7 +56,7 @@ export const HelpModal = ({ isOpen, setIsOpen }: Omit) => {
  • @@ -77,7 +77,7 @@ export const HelpModal = ({ isOpen, setIsOpen }: Omit) => {
  • diff --git a/src/ui/components/modal/Logos.tsx b/src/ui/components/modal/Logos.tsx index a095cfff..5271739c 100644 --- a/src/ui/components/modal/Logos.tsx +++ b/src/ui/components/modal/Logos.tsx @@ -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 const GithubLogo = () => { diff --git a/src/ui/components/modal/ModalBase.tsx b/src/ui/components/modal/ModalBase.tsx index eb824908..0ca77430 100644 --- a/src/ui/components/modal/ModalBase.tsx +++ b/src/ui/components/modal/ModalBase.tsx @@ -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 { Dialog, Transition } from '@headlessui/react'; diff --git a/src/ui/components/modal/SettingsModal.tsx b/src/ui/components/modal/SettingsModal.tsx index e81d26e5..617d9b06 100644 --- a/src/ui/components/modal/SettingsModal.tsx +++ b/src/ui/components/modal/SettingsModal.tsx @@ -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 { CustomEndpoint } from '../settings/CustomEndpoint'; diff --git a/src/ui/components/modal/index.ts b/src/ui/components/modal/index.ts index cdbc6087..c9fe7532 100644 --- a/src/ui/components/modal/index.ts +++ b/src/ui/components/modal/index.ts @@ -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 './ForgetAllContractsModal'; diff --git a/src/ui/components/settings/CustomEndpoint.tsx b/src/ui/components/settings/CustomEndpoint.tsx index 9b9d7e82..7f26a226 100644 --- a/src/ui/components/settings/CustomEndpoint.tsx +++ b/src/ui/components/settings/CustomEndpoint.tsx @@ -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, useState } from 'react'; diff --git a/src/ui/components/settings/ThemeMode.tsx b/src/ui/components/settings/ThemeMode.tsx index ab047175..736acb10 100644 --- a/src/ui/components/settings/ThemeMode.tsx +++ b/src/ui/components/settings/ThemeMode.tsx @@ -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 { Dropdown } from 'ui/components/common/Dropdown'; diff --git a/src/ui/components/settings/index.ts b/src/ui/components/settings/index.ts index 24fc173e..40202798 100644 --- a/src/ui/components/settings/index.ts +++ b/src/ui/components/settings/index.ts @@ -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 './CustomEndpoint'; diff --git a/src/ui/contexts/ApiContext.tsx b/src/ui/contexts/ApiContext.tsx index 538b0f04..c5229407 100644 --- a/src/ui/contexts/ApiContext.tsx +++ b/src/ui/contexts/ApiContext.tsx @@ -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 { createContext, useEffect, useContext, useState } from 'react'; diff --git a/src/ui/contexts/DatabaseContext.tsx b/src/ui/contexts/DatabaseContext.tsx index 66c5b047..cefaf4b5 100644 --- a/src/ui/contexts/DatabaseContext.tsx +++ b/src/ui/contexts/DatabaseContext.tsx @@ -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 { createContext, useContext, useEffect, useState } from 'react'; diff --git a/src/ui/contexts/InstantiateContext.tsx b/src/ui/contexts/InstantiateContext.tsx index dade09ba..44ae08df 100644 --- a/src/ui/contexts/InstantiateContext.tsx +++ b/src/ui/contexts/InstantiateContext.tsx @@ -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 { createContext, useState, useContext } from 'react'; diff --git a/src/ui/contexts/ThemeContext.tsx b/src/ui/contexts/ThemeContext.tsx index 6374d9a2..60d7030f 100644 --- a/src/ui/contexts/ThemeContext.tsx +++ b/src/ui/contexts/ThemeContext.tsx @@ -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 { createContext, useContext, useEffect } from 'react'; diff --git a/src/ui/contexts/TransactionsContext.tsx b/src/ui/contexts/TransactionsContext.tsx index ee988dce..2ffedf4f 100644 --- a/src/ui/contexts/TransactionsContext.tsx +++ b/src/ui/contexts/TransactionsContext.tsx @@ -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 { AddressOrPair } from '@polkadot/api/types'; diff --git a/src/ui/contexts/index.tsx b/src/ui/contexts/index.tsx index bbaef7f5..3e41de68 100644 --- a/src/ui/contexts/index.tsx +++ b/src/ui/contexts/index.tsx @@ -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 './ApiContext'; diff --git a/src/ui/hooks/index.ts b/src/ui/hooks/index.ts index f1ea4f2c..87d5c4bf 100644 --- a/src/ui/hooks/index.ts +++ b/src/ui/hooks/index.ts @@ -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 './useLocalStorage'; diff --git a/src/ui/hooks/useAccountAvailable.ts b/src/ui/hooks/useAccountAvailable.ts index 521869eb..5c416f5d 100644 --- a/src/ui/hooks/useAccountAvailable.ts +++ b/src/ui/hooks/useAccountAvailable.ts @@ -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'; diff --git a/src/ui/hooks/useArgValues.ts b/src/ui/hooks/useArgValues.ts index a6c0cd02..fbea65e0 100644 --- a/src/ui/hooks/useArgValues.ts +++ b/src/ui/hooks/useArgValues.ts @@ -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, useMemo, useRef, useState } from 'react'; diff --git a/src/ui/hooks/useBalance.ts b/src/ui/hooks/useBalance.ts index 3b595965..99e1faba 100644 --- a/src/ui/hooks/useBalance.ts +++ b/src/ui/hooks/useBalance.ts @@ -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'; diff --git a/src/ui/hooks/useDbQuery.ts b/src/ui/hooks/useDbQuery.ts index f686d147..77a55954 100644 --- a/src/ui/hooks/useDbQuery.ts +++ b/src/ui/hooks/useDbQuery.ts @@ -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 { useLiveQuery } from 'dexie-react-hooks'; diff --git a/src/ui/hooks/useFormField.ts b/src/ui/hooks/useFormField.ts index 6e1abb90..23059196 100644 --- a/src/ui/hooks/useFormField.ts +++ b/src/ui/hooks/useFormField.ts @@ -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, useRef, useState } from 'react'; diff --git a/src/ui/hooks/useIsMounted.ts b/src/ui/hooks/useIsMounted.ts index ff794908..07aff29f 100644 --- a/src/ui/hooks/useIsMounted.ts +++ b/src/ui/hooks/useIsMounted.ts @@ -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, useRef } from 'react'; diff --git a/src/ui/hooks/useLocalStorage.ts b/src/ui/hooks/useLocalStorage.ts index 109c0dc2..9a5cc8ea 100644 --- a/src/ui/hooks/useLocalStorage.ts +++ b/src/ui/hooks/useLocalStorage.ts @@ -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 { useState } from 'react'; diff --git a/src/ui/hooks/useMetadata.ts b/src/ui/hooks/useMetadata.ts index 871d1525..07ccdbb9 100644 --- a/src/ui/hooks/useMetadata.ts +++ b/src/ui/hooks/useMetadata.ts @@ -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'; diff --git a/src/ui/hooks/useNewContract.ts b/src/ui/hooks/useNewContract.ts index 2b05d74c..6d8e8295 100644 --- a/src/ui/hooks/useNewContract.ts +++ b/src/ui/hooks/useNewContract.ts @@ -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'; diff --git a/src/ui/hooks/useNonEmptyString.ts b/src/ui/hooks/useNonEmptyString.ts index 14761c23..c96ea6ce 100644 --- a/src/ui/hooks/useNonEmptyString.ts +++ b/src/ui/hooks/useNonEmptyString.ts @@ -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 } from 'react'; diff --git a/src/ui/hooks/useStoredContract.ts b/src/ui/hooks/useStoredContract.ts index 757b3e18..67d4286c 100644 --- a/src/ui/hooks/useStoredContract.ts +++ b/src/ui/hooks/useStoredContract.ts @@ -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 { useLiveQuery } from 'dexie-react-hooks'; @@ -16,7 +16,7 @@ export function useStoredContract(address: string): UIContract | undefined { useLiveQuery(async () => { // setting to undefined to prevent metadata "leak" on route change - // https://github.com/paritytech/contracts-ui/issues/359 + // https://github.com/use-ink/contracts-ui/issues/359 setContract(undefined); setDocument(undefined); const d = await db.contracts.get({ address }); diff --git a/src/ui/hooks/useStoredMetadata.tsx b/src/ui/hooks/useStoredMetadata.tsx index 4701e694..ba4cceb9 100644 --- a/src/ui/hooks/useStoredMetadata.tsx +++ b/src/ui/hooks/useStoredMetadata.tsx @@ -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 { useDbQuery } from '.'; diff --git a/src/ui/hooks/useToggle.ts b/src/ui/hooks/useToggle.ts index c6bc6881..5ee67a4c 100644 --- a/src/ui/hooks/useToggle.ts +++ b/src/ui/hooks/useToggle.ts @@ -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, useEffect, useState } from 'react'; diff --git a/src/ui/index.tsx b/src/ui/index.tsx index 9cbc12b1..eeaeb7f7 100644 --- a/src/ui/index.tsx +++ b/src/ui/index.tsx @@ -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 { Buffer } from 'buffer'; diff --git a/src/ui/layout/RootLayout.tsx b/src/ui/layout/RootLayout.tsx index eea50a15..5545696a 100644 --- a/src/ui/layout/RootLayout.tsx +++ b/src/ui/layout/RootLayout.tsx @@ -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 { HTMLAttributes } from 'react'; diff --git a/src/ui/layout/index.ts b/src/ui/layout/index.ts index 7d3be539..3c939a98 100644 --- a/src/ui/layout/index.ts +++ b/src/ui/layout/index.ts @@ -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 './RootLayout'; diff --git a/src/ui/layout/sidebar/Footer.tsx b/src/ui/layout/sidebar/Footer.tsx index 6586cd28..0c18cdc5 100644 --- a/src/ui/layout/sidebar/Footer.tsx +++ b/src/ui/layout/sidebar/Footer.tsx @@ -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 { ChatAltIcon, CogIcon } from '@heroicons/react/outline'; diff --git a/src/ui/layout/sidebar/MobileMenu.tsx b/src/ui/layout/sidebar/MobileMenu.tsx index c2221fd0..c8421f4e 100644 --- a/src/ui/layout/sidebar/MobileMenu.tsx +++ b/src/ui/layout/sidebar/MobileMenu.tsx @@ -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 { MenuIcon, ShareIcon } from '@heroicons/react/outline'; diff --git a/src/ui/layout/sidebar/NavLink.tsx b/src/ui/layout/sidebar/NavLink.tsx index 7a3e6ce5..a1e91a0b 100644 --- a/src/ui/layout/sidebar/NavLink.tsx +++ b/src/ui/layout/sidebar/NavLink.tsx @@ -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 { NavLink as NavLinkBase, NavLinkProps } from 'react-router-dom'; diff --git a/src/ui/layout/sidebar/Navigation.tsx b/src/ui/layout/sidebar/Navigation.tsx index 4db153e7..88a3c70a 100644 --- a/src/ui/layout/sidebar/Navigation.tsx +++ b/src/ui/layout/sidebar/Navigation.tsx @@ -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 { DocumentAddIcon, CollectionIcon } from '@heroicons/react/outline'; diff --git a/src/ui/layout/sidebar/NetworkAndUser.tsx b/src/ui/layout/sidebar/NetworkAndUser.tsx index 3aaeeb5d..65290366 100644 --- a/src/ui/layout/sidebar/NetworkAndUser.tsx +++ b/src/ui/layout/sidebar/NetworkAndUser.tsx @@ -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'; diff --git a/src/ui/layout/sidebar/QuickLinks.tsx b/src/ui/layout/sidebar/QuickLinks.tsx index 2710e68c..5f3c3d51 100644 --- a/src/ui/layout/sidebar/QuickLinks.tsx +++ b/src/ui/layout/sidebar/QuickLinks.tsx @@ -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 { DocumentTextIcon } from '@heroicons/react/outline'; diff --git a/src/ui/layout/sidebar/index.tsx b/src/ui/layout/sidebar/index.tsx index 532f1e76..bfa2075b 100644 --- a/src/ui/layout/sidebar/index.tsx +++ b/src/ui/layout/sidebar/index.tsx @@ -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 { Footer } from './Footer'; diff --git a/src/ui/pages/AddContract.tsx b/src/ui/pages/AddContract.tsx index 4075a214..a9b0cb75 100644 --- a/src/ui/pages/AddContract.tsx +++ b/src/ui/pages/AddContract.tsx @@ -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 { Link } from 'react-router-dom'; diff --git a/src/ui/pages/AddressLookup.tsx b/src/ui/pages/AddressLookup.tsx index 611bcf0e..a66916de 100644 --- a/src/ui/pages/AddressLookup.tsx +++ b/src/ui/pages/AddressLookup.tsx @@ -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 { CheckCircleIcon } from '@heroicons/react/outline'; diff --git a/src/ui/pages/Contract.tsx b/src/ui/pages/Contract.tsx index 77af7f59..1adad821 100644 --- a/src/ui/pages/Contract.tsx +++ b/src/ui/pages/Contract.tsx @@ -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 { BookOpenIcon, PlayIcon } from '@heroicons/react/outline'; diff --git a/src/ui/pages/ContractHeader.tsx b/src/ui/pages/ContractHeader.tsx index cb8fb250..c2fbde3f 100644 --- a/src/ui/pages/ContractHeader.tsx +++ b/src/ui/pages/ContractHeader.tsx @@ -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 { Link } from 'react-router-dom'; diff --git a/src/ui/pages/Homepage.tsx b/src/ui/pages/Homepage.tsx index 316b04dd..48a0e9b7 100644 --- a/src/ui/pages/Homepage.tsx +++ b/src/ui/pages/Homepage.tsx @@ -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 { Contracts, HelpBox, Statistics } from '../components/homepage'; diff --git a/src/ui/pages/Instantiate.tsx b/src/ui/pages/Instantiate.tsx index 088b493e..eef64288 100644 --- a/src/ui/pages/Instantiate.tsx +++ b/src/ui/pages/Instantiate.tsx @@ -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 { Link, useParams } from 'react-router-dom'; diff --git a/src/ui/pages/NotFound.tsx b/src/ui/pages/NotFound.tsx index 837c914e..42e750b0 100644 --- a/src/ui/pages/NotFound.tsx +++ b/src/ui/pages/NotFound.tsx @@ -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'; diff --git a/src/ui/pages/SelectCodeHash.tsx b/src/ui/pages/SelectCodeHash.tsx index fc05ce09..2c41dc52 100644 --- a/src/ui/pages/SelectCodeHash.tsx +++ b/src/ui/pages/SelectCodeHash.tsx @@ -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 { Link } from 'react-router-dom'; diff --git a/src/ui/pages/index.ts b/src/ui/pages/index.ts index 70171fe7..9ca96cb1 100644 --- a/src/ui/pages/index.ts +++ b/src/ui/pages/index.ts @@ -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 './AddContract'; diff --git a/src/ui/util/dropdown.tsx b/src/ui/util/dropdown.tsx index 8dca0920..9da06f3a 100644 --- a/src/ui/util/dropdown.tsx +++ b/src/ui/util/dropdown.tsx @@ -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 { MessageSignature } from '../components/message/MessageSignature'; diff --git a/vite.config.ts b/vite.config.ts index f567cf02..a7c67587 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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 'vite';