@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
16 lines • 398 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cardanoConfig = void 0;
exports.cardanoConfig = {
config_currency_cardano: {
type: "object",
default: {
status: {
type: "active",
},
maxFeesWarning: 5e6,
maxFeesError: 10e6,
},
},
};
//# sourceMappingURL=config.js.map