@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
22 lines (19 loc) • 490 B
text/typescript
import { CurrencyLiveConfigDefinition } from "../../config";
const minaConfig: CurrencyLiveConfigDefinition = {
config_currency_mina: {
type: "object",
default: {
status: {
type: "active",
features: [
{ id: "blockchain_txs", status: "active" },
{ id: "staking_txs", status: "active" },
],
},
infra: {
API_MINA_ROSETTA_NODE: "https://mina.coin.ledger.com/node",
},
},
},
};
export { minaConfig };