Skip to content

Commit

Permalink
Adjust newly added headers (PR made while broken) (#10160)
Browse files Browse the repository at this point in the history
* Adjust newly added headers (PR made while broken)

* Linting

* Additional generated files
  • Loading branch information
jacogr authored Jan 9, 2024
1 parent 9cf32a4 commit 010704f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/api/spec/polimec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/apps-config authors & contributors
// Copyright 2017-2024 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { OverrideBundleDefinition } from '@polkadot/types/types';
Expand All @@ -19,4 +19,4 @@ const definitions: OverrideBundleDefinition = {
]
};

export default definitions;
export default definitions;
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'polimec',
paraId: 3344,
providers: {
"Polimec Foundation": 'wss://rpc.polimec.org'
'Polimec Foundation': 'wss://rpc.polimec.org'
},
text: 'Polimec',
ui: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/apps authors & contributors
// Copyright 2017-2024 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit. Auto-generated via node scripts/imgConvert.mjs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/apps authors & contributors
// Copyright 2017-2024 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit. Auto-generated via node scripts/imgConvert.mjs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/apps authors & contributors
// Copyright 2017-2024 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit. Auto-generated via node scripts/imgConvert.mjs
Expand Down

0 comments on commit 010704f

Please sign in to comment.