UNPKG

@ledgerhq/live-common

Version:
14 lines (12 loc) 317 B
import { ConfigInfo } from "@ledgerhq/live-config/LiveConfig"; export const algorandConfig: Record<string, ConfigInfo> = { config_currency_algorand: { type: "object", default: { status: { type: "active", features: [{ id: "blockchain_txs", status: "active" }], }, }, }, };