@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
16 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.minaConfig = void 0;
const minaConfig = {
config_currency_mina: {
type: "object",
default: {
status: { type: "active" },
infra: {
API_MINA_ROSETTA_NODE: "https://mina.coin.ledger.com/node",
},
},
},
};
exports.minaConfig = minaConfig;
//# sourceMappingURL=config.js.map