// SPDX-FileCopyrightText: © 2026 LEDGER SAS
// SPDX-License-Identifier: Apache-2.0

export const mockConfig = {
  status: { type: 'active' },
  baker: {
    url: 'https://tezos-bakers.api.live.ledger.com',
  },
  explorer: {
    url: 'https://xtz-tzkt-explorer.api.live.ledger.com',
    maxTxQuery: 100,
  },
  node: {
    url: 'https://xtz-node.api.live.ledger.com',
  },
  fees: {
    minGasLimit: 0,
    minRevealGasLimit: 0,
    minStorageLimit: 0,
    minFees: 0,
    minEstimatedFees: 0,
  },
}
