UNPKG

@ledgerhq/live-common

Version:
21 lines 740 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stellarConfig = void 0; const live_env_1 = require("@ledgerhq/live-env"); exports.stellarConfig = { config_currency_stellar: { type: "object", default: { status: { type: "active", }, explorer: { url: (0, live_env_1.getEnv)("API_STELLAR_HORIZON"), fetchLimit: (0, live_env_1.getEnv)("API_STELLAR_HORIZON_FETCH_LIMIT"), }, useStaticFees: (0, live_env_1.getEnv)("API_STELLAR_HORIZON_STATIC_FEE"), enableNetworkLogs: (0, live_env_1.getEnv)("ENABLE_NETWORK_LOGS"), }, }, }; //# sourceMappingURL=config.js.map