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