UNPKG

@ledgerhq/live-common

Version:
20 lines 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cardanoConfig = void 0; exports.cardanoConfig = { config_currency_cardano: { type: "object", default: { status: { type: "active", features: [ { id: "blockchain_txs", status: "active" }, { id: "staking_txs", status: "active" }, ], }, maxFeesWarning: 5e6, maxFeesError: 10e6, }, }, }; //# sourceMappingURL=config.js.map