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