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