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