@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.fileCoinConfig = void 0;
exports.fileCoinConfig = {
config_currency_filecoin: {
type: "object",
default: {
status: {
type: "active",
features: [{ id: "blockchain_txs", status: "active" }],
},
},
},
};
//# sourceMappingURL=config.js.map