@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines (13 loc) • 344 B
text/typescript
import { ConfigInfo } from "@ledgerhq/live-config/LiveConfig";
export const hederaConfig: Record<string, ConfigInfo> = {
config_currency_hedera: {
type: "object",
default: {
status: {
type: "active",
features: [{ id: "blockchain_txs", status: "active" }],
},
useHgraphForErc20: true,
},
},
};