Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useEffect, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/Icon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/accountCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/alertView.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/asyncRender.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Spinner } from '@subql/components';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/avatar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/formItem.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import React, { useState, VFC } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Dispatch, FC, SetStateAction, useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/introductionView.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/loading.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/logView.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useEffect, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/modalView.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/popupView.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Dispatch, FC, SetStateAction } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/primary.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/statusLabel.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/tagItem.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import React, { FC, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/components/uptimeBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/containers/account.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/containers/contractSdk.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/containers/coordinatorIndexer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import * as React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/containers/loadingContext.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/containers/modalContext.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Dispatch, SetStateAction, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/containers/notificationContext.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/containers/unstated.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { createContext, ReactNode, useContext, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Buffer } from 'buffer';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/hooks/indexerHook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/hooks/network.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/hooks/paygHook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/hooks/projectHook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/hooks/registerHook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/hooks/transactionHook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/hooks/web3Hook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { JsonRpcSigner } from '@ethersproject/providers';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import * as ReactDOMClient from 'react-dom/client';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/account/account.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useEffect, useMemo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/account/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { AccountAction, ClickAction, FormSubmit } from 'pages/project-details/types';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/account/prompts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Notification } from 'containers/notificationContext';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/account/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/account/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { AccountAction } from 'pages/project-details/types';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/controllers/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Notification } from 'containers/notificationContext';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useMemo } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useEffect, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/controllers/prompts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { NOTIFICATION_TYPE } from 'react-notifications-component';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/controllers/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/controllers/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

export type Controller = {
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/footer/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import DiscordIcon from 'resources/discord.svg';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/footer/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useLocation } from 'react-router-dom';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/footer/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/header/header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/header/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import styled from 'styled-components';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import Account from './account/account';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/metamask/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

export const extensionInstallUrls = {
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/metamask/prompts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Account } from 'pages/account/types';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/metamask/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import styled from 'styled-components';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useCallback, useState, VFC } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/network/networkPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useMemo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/network/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import styled from 'styled-components';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useEffect, useMemo } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useEffect } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useMemo, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useMemo } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useMemo, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useCallback, useMemo, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { FC, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-admin/src/pages/project-details/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { Notification } from 'containers/notificationContext';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// Copyright 2020-2025 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { useEffect, useMemo, useState } from 'react';
Expand Down
Loading