Skip to content

Commit 6dbb188

Browse files
authored
2021 (#4310)
1 parent 92bfb4e commit 6dbb188

File tree

883 files changed

+886
-886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

883 files changed

+886
-886
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const base = require('@polkadot/dev/config/eslint.cjs');

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs');

i18next-scanner.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const fs = require('fs');

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const config = require('@polkadot/dev/config/jest.cjs');

jest/globalSetup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { AlwaysPullPolicy, GenericContainer, Wait } from 'testcontainers';

jest/globalTeardown.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { SubstrateTestsGlobal } from './substrateTestsGlobal';

jest/substrateTestsGlobal.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { StartedTestContainer } from 'testcontainers';

packages/apps-config/src/api/chain/beresheet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/chain/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import Beresheet from './beresheet';

packages/apps-config/src/api/chain/phala.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
1+
// Copyright 2017-2021 @polkadot/app-accounts authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import BN from 'bn.js';

packages/apps-config/src/api/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import typesChain from './chain';

packages/apps-config/src/api/params/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/app-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/app-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export * from './inflation';

packages/apps-config/src/api/params/inflation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/app-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/app-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { ApiPromise } from '@polkadot/api';

packages/apps-config/src/api/params/proposalThresholds.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/app-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/app-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { ApiPromise } from '@polkadot/api';

packages/apps-config/src/api/spec/bifrost.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
/* eslint-disable sort-keys */

packages/apps-config/src/api/spec/canvas.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/centrifuge-chain.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/crab.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/crust.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/cumulus-test-parachain.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/darwinia-parachain.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/darwinia.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/dock.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/dusty.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export default {

packages/apps-config/src/api/spec/edgeware.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/encointer-node-notee.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/encointer-node-teeproxy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/equilibrium.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/galois.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/hanonycash.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import bifrost from './bifrost';

packages/apps-config/src/api/spec/kilt.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export default {

packages/apps-config/src/api/spec/nodle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export default {

packages/apps-config/src/api/spec/phala.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/plasm.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export default {

packages/apps-config/src/api/spec/polkabtc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import definitions from '@interlay/polkabtc-types';

packages/apps-config/src/api/spec/robonomics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
/* eslint-disable sort-keys */

packages/apps-config/src/api/spec/stable-poc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/stafi.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/spec/subsocial.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import * as subsocialDefinitions from '@subsocial/types/substrate/interfaces/definitions';

packages/apps-config/src/api/spec/zero.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// structs need to be in order

packages/apps-config/src/api/specVersioned/acala.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { OverrideBundleDefinition } from '@polkadot/types/types';

packages/apps-config/src/api/specVersioned/equilibrium.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { ApiInterfaceRx } from '@polkadot/api/types';

packages/apps-config/src/api/specVersioned/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import acala from './acala';

packages/apps-config/src/api/specVersioned/kulupu.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { OverrideBundleDefinition } from '@polkadot/types/types';

packages/apps-config/src/api/specVersioned/laminar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { OverrideBundleDefinition } from '@polkadot/types/types';

packages/apps-config/src/api/specVersioned/moonbeam.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { moonbeamDefinitions } from 'moonbeam-types-bundle';

packages/apps-config/src/api/specVersioned/polkabtc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { OverrideBundleDefinition } from '@polkadot/types/types';

packages/apps-config/src/api/specVersioned/soraSubstrate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { OverrideBundleDefinition } from '@polkadot/types/types';

packages/apps-config/src/api/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export function typesFromDefs (definitions: Record<string, { types: Record<string, any> }>): Record<string, any> {

packages/apps-config/src/endpoints/development.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { TFunction } from 'i18next';

packages/apps-config/src/endpoints/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { TFunction } from 'i18next';

packages/apps-config/src/endpoints/production.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { TFunction } from 'i18next';

packages/apps-config/src/endpoints/testing.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { TFunction } from 'i18next';

packages/apps-config/src/endpoints/testingRococo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { TFunction } from 'i18next';

packages/apps-config/src/extensions/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// it would have been really good to import this from detect-browser, however... not exported

packages/apps-config/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export * from './api';

packages/apps-config/src/links/commonwealth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import BN from 'bn.js';

packages/apps-config/src/links/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import type { ExternalDef } from './types';

packages/apps-config/src/links/polkascan.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import BN from 'bn.js';

packages/apps-config/src/links/polkassembly.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import BN from 'bn.js';

packages/apps-config/src/links/polkastats.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import BN from 'bn.js';

packages/apps-config/src/links/subscan.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import BN from 'bn.js';

packages/apps-config/src/links/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import BN from 'bn.js';

packages/apps-config/src/settings/ethereumChains.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2020 @polkadot/apps-config authors & contributors
1+
// Copyright 2017-2021 @polkadot/apps-config authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// The list of Ethereum networks, for these the UI will default to Ethereum-only accounts

0 commit comments

Comments
 (0)