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