@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
12 lines • 377 B
JavaScript
export 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",
},
};
};
//# sourceMappingURL=config.fixture.js.map