@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
22 lines • 639 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.minaConfig = void 0;
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",
},
},
},
};
exports.minaConfig = minaConfig;
//# sourceMappingURL=config.js.map