@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
12 lines • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getMockedConfig = void 0;
const getMockedConfig = () => {
return {
status: { type: "active" },
useHgraphForErc20: false,
useNetworkTimestamp: false,
};
};
exports.getMockedConfig = getMockedConfig;
//# sourceMappingURL=config.fixture.js.map