import { ConfigInfo } from "@ledgerhq/live-config/LiveConfig"; export const stacksConfig: Record = { config_currency_stacks: { type: "object", default: { status: { type: "active", features: [{ id: "blockchain_txs", status: "active" }], }, }, }, };