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