@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
19 lines • 523 B
JavaScript
const minaConfig = {
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 };
//# sourceMappingURL=config.js.map