UNPKG

@ledgerhq/live-common

Version:
13 lines (11 loc) 249 B
import { ConfigInfo } from "@ledgerhq/live-config/LiveConfig"; export const stacksConfig: Record<string, ConfigInfo> = { config_currency_stacks: { type: "object", default: { status: { type: "active", }, }, }, };