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