@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
18 lines • 567 B
JavaScript
import { getEnv } from "@ledgerhq/live-env";
export const stellarConfig = {
config_currency_stellar: {
type: "object",
default: {
status: {
type: "active",
},
explorer: {
url: getEnv("API_STELLAR_HORIZON"),
fetchLimit: getEnv("API_STELLAR_HORIZON_FETCH_LIMIT"),
},
useStaticFees: getEnv("API_STELLAR_HORIZON_STATIC_FEE"),
enableNetworkLogs: getEnv("ENABLE_NETWORK_LOGS"),
},
},
};
//# sourceMappingURL=config.js.map