diff --git a/explorer/src/components/Consensus/Account/BalanceHistory.tsx b/explorer/src/components/Consensus/Account/BalanceHistory.tsx index 77f72f11..a4fb0069 100644 --- a/explorer/src/components/Consensus/Account/BalanceHistory.tsx +++ b/explorer/src/components/Consensus/Account/BalanceHistory.tsx @@ -53,7 +53,7 @@ export const BalanceHistory: FC = ({ accountId }) => { ? sorting[0].id.endsWith('aggregate') ? { [sorting[0].id]: sorting[0].desc ? { count: OrderBy.Desc } : { count: OrderBy.Asc } } : { [sorting[0].id]: sorting[0].desc ? OrderBy.Desc : OrderBy.Asc } - : { [TransferColumn.BlockHeight]: OrderBy.Asc }, + : { id: OrderBy.Asc }, [sorting], ) diff --git a/explorer/src/constants/indexers.ts b/explorer/src/constants/indexers.ts index f3f3fe2a..ddee0247 100644 --- a/explorer/src/constants/indexers.ts +++ b/explorer/src/constants/indexers.ts @@ -7,7 +7,7 @@ export interface Indexer { telemetryNetworkName?: string } -const LOCAL_INDEXER = 'https://subql.green.mainnet.subspace.network/v1/graphql' +const LOCAL_INDEXER = 'https://subql.blue.mainnet.subspace.network/v1/graphql' export const indexers: Indexer[] = [ {