Skip to content

Commit

Permalink
Update header to 2024 (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jan 31, 2024
1 parent bc96ba0 commit 4b8686d
Show file tree
Hide file tree
Showing 366 changed files with 375 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = {
2,
'line',
[
//Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
//Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
{pattern: ' Copyright \\d{4}(-\\d{4})? SubQuery Pte Ltd authors & contributors'},
' SPDX-License-Identifier: GPL-3.0',
],
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/build/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import assert from 'assert';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/codegen/generate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs, {lstatSync} from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/codegen/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {Command, Flags} from '@oclif/core';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/deployment/delete.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/deployment/deploy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/deployment/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {Command, Flags} from '@oclif/core';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/deployment/promote.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/multi-chain/add.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {Command, Flags} from '@oclif/core';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/project/create-project.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/project/delete-project.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/project/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {Command, Flags} from '@oclif/core';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/publish.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/publish.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {readFileSync, existsSync} from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

//DEPLOYMENT
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/add-chain-controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs, {existsSync} from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/add-chain-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import * as fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/build-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import TerserPlugin from 'terser-webpack-plugin';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/codegen-controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/codegen-controller.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/codegen-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/codegen-cosmos.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/deploy-controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {ROOT_API_URL_DEV} from '../constants';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/deploy-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import axios from 'axios';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/generate-controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/generate-controller.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/generate-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/init-controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import * as fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/init-controller.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import * as fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/init-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import childProcess, {execSync} from 'child_process';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/project-controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {ROOT_API_URL_DEV} from '../constants';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/project-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import axios from 'axios';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/publish-controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import childProcess from 'child_process';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/publish-controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/controller/validate.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {NETWORK_FAMILY} from '@subql/common';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export {run} from '@oclif/core';
2 changes: 1 addition & 1 deletion packages/cli/src/jsonrpc/client/http.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import axios, {AxiosInstance} from 'axios';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/jsonrpc/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export * from './http';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/jsonrpc/client/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export interface Message<T> {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/jsonrpc/client/ws.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {ICloseEvent, w3cwebsocket as WebSocket} from 'websocket';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/jsonrpc/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {HttpJsonRpcClient, WsJsonRpcClient} from './client';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/jsonrpc/jsonrpc.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {getGenesisHash} from './index';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {RunnerSpecs} from '@subql/types-core';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils/build.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {existsSync, readFileSync, writeFileSync} from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils/build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {assert} from 'console';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export * from './build';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import fs, {existsSync, readFileSync} from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export * from './project';
2 changes: 1 addition & 1 deletion packages/common-substrate/src/project/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export * from './load';
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/src/project/load.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {parseChainTypes} from './load';
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/src/project/load.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {plainToClass} from 'class-transformer';
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/src/project/models.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {RegisteredTypes, RegistryTypes, OverrideModuleType, OverrideBundleType} from '@polkadot/types/types';
Expand Down
10 changes: 8 additions & 2 deletions packages/common-substrate/src/project/project.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import path from 'path';
import {getManifestPath, loadFromJsonOrYaml, RunnerQueryBaseModel, SemverVersionValidator, toJsonObject} from '@subql/common';
import {
getManifestPath,
loadFromJsonOrYaml,
RunnerQueryBaseModel,
SemverVersionValidator,
toJsonObject,
} from '@subql/common';
import {validateSync} from 'class-validator';
import {DeploymentV1_0_0, SubstrateRunnerNodeImpl, SubstrateRunnerSpecsImpl} from '../project/versioned/v1_0_0';
import {SubstrateProjectManifestVersioned, VersionedProjectManifest} from './versioned';
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/src/project/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {SubstrateDatasource} from '@subql/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/src/project/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {SubstrateDatasource} from '@subql/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/src/project/versioned/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export * from './ProjectManifestVersioned';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export * from './model';
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

// APP API PORT
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import 'reflect-metadata';
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/multichain/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

export * from './models';
2 changes: 1 addition & 1 deletion packages/common/src/multichain/models.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {MultichainProjectManifest, QuerySpec} from '@subql/types-core';
Expand Down
Loading

0 comments on commit 4b8686d

Please sign in to comment.