@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
32 lines • 971 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tezosConfig = void 0;
const live_env_1 = require("@ledgerhq/live-env");
exports.tezosConfig = {
config_currency_tezos: {
type: "object",
default: {
status: {
type: "active",
},
baker: {
url: (0, live_env_1.getEnv)("API_TEZOS_BAKER"),
},
explorer: {
url: (0, live_env_1.getEnv)("API_TEZOS_TZKT_API"),
maxTxQuery: (0, live_env_1.getEnv)("TEZOS_MAX_TX_QUERIES"),
},
node: {
url: (0, live_env_1.getEnv)("API_TEZOS_NODE"),
},
fees: {
minGasLimit: 600,
minRevealGasLimit: 300,
minStorageLimit: 0,
minFees: 300,
minEstimatedFees: 300,
},
},
},
};
//# sourceMappingURL=config.js.map