@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
20 lines • 620 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mockFearAndGreedLatest = void 0;
const types_1 = require("../state-manager/types");
exports.mockFearAndGreedLatest = {
data: {
value: 49,
value_classification: "Neutral",
update_time: "2024-09-19T23:45:56.817Z",
},
status: {
timestamp: "2026-01-07T15:08:19.975Z",
error_code: "0",
error_message: "",
elapsed: 10,
credit_count: 0,
},
};
types_1.FearAndGreedResponseSchema.parse(exports.mockFearAndGreedLatest);
//# sourceMappingURL=fearAndGreed.mock.js.map