UNPKG

@ledgerhq/coin-hedera

Version:
16 lines 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMockedConfig = void 0; const getMockedConfig = () => { return { status: { type: "active" }, useNetworkTimestamp: false, networkType: "mainnet", apiUrls: { hgraph: "https://hedera-indexer-mainnet.coin.ledger.com/v1/graphql", mirrorNode: "https://hedera.coin.ledger.com", }, }; }; exports.getMockedConfig = getMockedConfig; //# sourceMappingURL=config.fixture.js.map