@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
19 lines • 639 B
JavaScript
import { getEnv } from "@ledgerhq/live-env";
export const stellarConfig = {
config_currency_stellar: {
type: "object",
default: {
status: {
type: "active",
features: [{ id: "blockchain_txs", status: "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