UNPKG

@ledgerhq/live-common

Version:
16 lines 438 B
"use strict"; 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