@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
16 lines (14 loc) • 429 B
text/typescript
import { XrpCoinConfig } from "@ledgerhq/coin-xrp/config";
import { CurrencyLiveConfigDefinition } from "../../config";
export const xrpConfig: CurrencyLiveConfigDefinition = {
config_currency_ripple: {
type: "object",
default: {
status: {
type: "active",
features: [{ id: "blockchain_txs", status: "active" }],
},
node: "https://xrp.coin.ledger.com",
} as XrpCoinConfig,
},
};